.multienvios-cotizador {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
}

.dimensiones-inputs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.resultado-cotizacion {
    margin-top: 20px;
    padding: 15px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.resultado-cotizacion h3 {
    margin-top: 0;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.resultado-detalle {
    margin-top: 10px;
}

.resultado-detalle p {
    margin: 5px 0;
    color: #666;
}

/* Responsive adjustments */
@media (max-width: 480px) {
    .dimensiones-inputs {
        grid-template-columns: 1fr;
    }
}

.wc-block-components-text-input.wc-block-components-address-form__region,
.wc-block-components-text-input.wc-block-components-address-form__city {
    margin-bottom: 1em;
}

.wc-block-components-text-input.wc-block-components-address-form__region select,
.wc-block-components-text-input.wc-block-components-address-form__city select {
    width: 100%;
    padding: 0.5em;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.wc-block-components-text-input.wc-block-components-address-form__region label,
.wc-block-components-text-input.wc-block-components-address-form__city label {
    display: block;
    margin-bottom: 0.5em;
    font-weight: 600;
}

.wc-block-components-text-input.wc-block-components-address-form__city select:disabled {
    background-color: #f5f5f5;
    cursor: not-allowed;
}

.multienvios-checkout-fields {
    margin-bottom: 2em;
    padding: 1em;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.multienvios-checkout-fields .wc-block-components-text-input {
    margin-bottom: 1.5em;
}

.multienvios-checkout-fields select {
    width: 100%;
    padding: 0.8em;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 0.5em;
}

.multienvios-checkout-fields label {
    display: block;
    margin-bottom: 0.5em;
    font-weight: 600;
    color: #333;
}

.multienvios-checkout-fields select:disabled {
    background-color: #f5f5f5;
    cursor: not-allowed;
} 

