
/* CLEANED WITH CLAUDE */

/* Country selection */
#shipping_country,
#shipping_country_field {
    background: transparent !important;
}
select#shipping_country option,
#select2-shipping_country-container {
    color: #999;
}
select#shipping_country option[value=""] {
    color: #53575c;
}

.select2-container:not(.select2-container--focus):not(.select2-container--open) {
    border: 2px solid #999;
}
.select2-container:not(.select2-container--focus):not(.select2-container--open):hover {
    border: 2px solid white;
}
.select2-container--focus,
.select2-container--open {
    border: 2px solid var(--jaune) !important;
}
.select2-selection {
    border: none !important;
    background: transparent !important;
}
.select2-search__field {
    background: transparent !important;
    color: #999;
}

.woocommerce-account .addresses .title .edit {
    float: left;
}

input:hover {
    border-color: white !important;
}

.woocommerce form .form-row .select2-container {
    height: 40px;
}

.woocommerce-lost-password .woocommerce-ResetPassword label {
    width: 400px;
    text-align: center !important;
}
.woocommerce-lost-password .woocommerce-form-row {
    max-width: 512px;
}
.woocommerce-ResetPassword {
    align-items: center;
}

.woocommerce-lost-password .woocommerce-ResetPassword input {
    width: 100% !important;
}

/* Orders */
.woocommerce-account .woocommerce-customer-details {
    max-width: 768px;
    margin: 100px 0 2em !important;
}
.woocommerce-column--billing-address {
    margin: 0 auto;
    width: 100% !important;
}
.woocommerce-column--billing-address address {
    margin: 20px 0 0 40px;
}
.woocommerce-column--shipping-address {
    display: none;
}

