/* Estilo para el formulario de la pagina metabox(página del pedido) */
.meta-box-sortables select {
    max-width: 65%;
}

.oxperta_configure tbody {
    font-size: 12px;
}

#oxperta_shop_order_meta_box_id .inside {
    padding: 0 5px 12px !important;
}

/* Estilo para el formulario de la zona de envío */

.oxperta-add-rate {
    height: 42px !important;
    margin-top: 7px !important;
}

.rate-max-weight {
    text-align: center !important;
}

.rate-cost {
    text-align: center !important;
}

.rate-action {
    text-align: center !important;
}

#woocommerce_oxperta_max_weight {
    text-align: center !important;
}

#woocommerce_oxperta_cost {
    text-align: center !important;
}

.oxperta-pudo-item.selected {
    border-color: #0073aa !important;
    background: #f0f8ff !important;
    box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.2) !important;
}

.woocommerce-shipping-totals th {
    min-width: 80px;
    width: 1%;
    white-space: nowrap;
}

/* ESTILOS PARA LOS PUDOS */
#oxperta-pudo-map {
    height: 300px;
    border: 1px solid #ccc;
    /*border-radius: 6px;*/
}

.oxperta-pudo-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.oxperta-pudo-logo {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.oxperta-pudo-title {
    font-size: 1.5rem;
    font-weight: 600;
    font-family: inherit !important;
    color: inherit !important;
    line-height: inherit !important;
    margin: auto 0;
}

.oxperta-pudo-search {
    position: relative;
    max-width: 100%;
}

#oxperta_cp_input.input-text {
    width: 100%;
    padding-right: 40px;
    height: auto;
    box-sizing: border-box;
}

#oxperta_cp_search.oxperta-pudo-button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
}

.oxperta-toggle-wrapper {
    display: flex;
    width: 100%;
    max-width: 500px;
    margin: 10px auto 0;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.oxperta-toggle-btn {
    color: inherit;
    flex: 1;
    padding: 12px;
    font-size: 16px;
    text-align: center;
    background-color: #fff;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.oxperta-toggle-btn:not(:last-child) {
    border-right: 1px solid #ccc;
}

.oxperta-toggle-btn:hover {
    background-color: #f0f0f0;
}

.oxperta-toggle-btn.active {
    color: inherit;
    background-color: #d8edff;
    font-weight: bold;
    border-bottom: #004a7c;
}

.oxperta-pudo-horario {
    display: none;
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
}

.oxperta-pudo-horario.visible {
    display: block !important;
}



/*
#woocommerce_oxperta_max_weight {
    width: 9em;
}

.wc-modal-shipping-method-settings form .form-table tr td input {
    min-width: 1em!important;
}

#woocommerce_oxperta_cost {
    width: 4em;
    text-align: right;
}

.rate-max-weight {
    text-align: center!important;
}

.rate-cost {
    text-align: center!important;
}

.rate-action {
    text-align: center!important;
}

.description {
    margin: 0!important;
    font-size: 13px!important;
}

.titledesc {
    padding: 0;
    width: 200px!important;
}