/* My Account Specific Styles */

/* Fix Astra WooCommerce Address cards white background in dark mode */
.woocommerce-account .woocommerce-MyAccount-content .u-columns.addresses .u-column1.col-1,
.woocommerce-account .woocommerce-MyAccount-content .u-columns.addresses .u-column2.col-2,
.woocommerce-account .woocommerce-Address,
.woocommerce-account .woocommerce-MyAccount-content address {
    background-color: transparent !important;
    background: transparent !important;
    color: var(--ast-global-color-3, inherit);
    border-color: var(--ast-global-color-4, var(--ceb-border));
}

.woocommerce-account .woocommerce-Address-title.title h3 {
    color: var(--ast-global-color-2, inherit) !important;
}

.woocommerce-account .woocommerce-Address-title.title a.edit {
    color: var(--ast-global-color-0, inherit) !important;
}

.woocommerce-account .woocommerce-Address-title.title a.edit:hover {
    color: var(--ast-global-color-1, inherit) !important;
}

/* Fix login and register form label colors */
.woocommerce-account form.woocommerce-form-login label,
.woocommerce-account form.woocommerce-form-register label {
    color: var(--ast-global-color-3, inherit) !important;
}

/* Fix lost password and other link colors in login/register */
.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword a {
    color: var(--ast-global-color-0, inherit);
}
.woocommerce-account .woocommerce-form-login .woocommerce-LostPassword a:hover {
    color: var(--ast-global-color-1, inherit);
}
