﻿/* === MY ACCOUNT / USER CABINET === */
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    background: #242424;
    border: 1px solid #3a3a3a;
    border-radius: 12px;
    padding: 20px;
    color: #e9e9e9;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li {
    margin-bottom: 8px;
}
.woocommerce-account .woocommerce-MyAccount-navigation a {
    color: #a0a0a0;
    text-decoration: none;
    display: block;
    padding: 8px 12px;
    border-radius: 8px;
    transition: all .15s ease;
}
.woocommerce-account .woocommerce-MyAccount-navigation a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    background: #2a2a2a;
    color: #67d9fc;
}

/* Orders table */
.woocommerce-account table.shop_table {
    width: 100%;
    border: 0;
    background: transparent;
    border-collapse: collapse;
    color: #e9e9e9;
}
.woocommerce-account table.shop_table th {
    background: #2a2a2a;
    border-bottom: 1px solid #3a3a3a;
    color: #e9e9e9;
    padding: 10px;
    font-weight: 600;
}
.woocommerce-account table.shop_table td {
    padding: 8px 10px;
    border-top: 1px dashed #3a3a3a;
}
.woocommerce-account table.shop_table a {
    color: #67d9fc;
    text-decoration: none;  
}
.woocommerce-order-details table.shop_table tbody td {
    pointer-events: none;
}
/* Buttons inside account */
.woocommerce-account .button,
.woocommerce-account a.button,
.woocommerce-account button.button,
.woocommerce-account input.button {
    background: #67d9fc !important;
    color: #0b0b0b !important;
    border: 1px solid #67d9fc !important;
    border-radius: 10px !important;
    padding: 8px 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    display: inline-block !important;
    cursor: pointer !important;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease !important;
}

.woocommerce-account .button:hover,
.woocommerce-account a.button:hover,
.woocommerce-account button.button:hover,
.woocommerce-account input.button:hover {
    background: #4fc5e8 !important;
    color: #0b0b0b !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(103,217,252,.25) !important;
    text-decoration: none !important;
}

/* Order action buttons (Pay, View, Cancel) */
.woocommerce-account table.shop_table .button,
.woocommerce-account table.shop_table a.button,
.woocommerce-account .woocommerce-orders-table .button,
.woocommerce-account .woocommerce-orders-table a.button {
    background: #67d9fc !important;
    color: #0b0b0b !important;
    border: 1px solid #67d9fc !important;
    border-radius: 8px !important;
    padding: 6px 12px !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    margin: 2px 4px 2px 0 !important;
    display: inline-block !important;
    text-decoration: none !important;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease !important;
}

.woocommerce-account table.shop_table .button:hover,
.woocommerce-account table.shop_table a.button:hover,
.woocommerce-account .woocommerce-orders-table .button:hover,
.woocommerce-account .woocommerce-orders-table a.button:hover {
    background: #4fc5e8 !important;
    color: #0b0b0b !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(103,217,252,.25) !important;
    text-decoration: none !important;
}

/* Secondary/alt buttons */
.woocommerce-account .button.alt,
.woocommerce-account a.button.alt {
    background: #2a2a2a !important;
    color: #e9e9e9 !important;
    border: 1px solid #3a3a3a !important;
}

.woocommerce-account .button.alt:hover,
.woocommerce-account a.button.alt:hover {
    background: #333 !important;
    border-color: #555 !important;
    color: #e9e9e9 !important;
}

/* Responsive */
@media (max-width: 768px) {
    .woocommerce-account .woocommerce {
        display: block;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        border-radius: 10px;
        padding: 16px;
    }
}
/* ===========================
   MY ACCOUNT — COMPACT CLEAN STYLE
   =========================== */

/* Text + links inside content */
.woocommerce-account .woocommerce-MyAccount-content {
    font-size: 0.95rem;
    line-height: 1.5;
    color: #d6d6d6;
}
.woocommerce-account .woocommerce-MyAccount-content a {
    color: #67d9fc;
    text-decoration: none;
}
.woocommerce-account .woocommerce-MyAccount-content a:hover {
    text-decoration: underline;
}

/* Dashboard intro */
.woocommerce-account .woocommerce-MyAccount-content p:first-of-type {
    color: #dcdcdc;
    margin-bottom: 12px;
}
.woocommerce-account .woocommerce-MyAccount-content p:first-of-type a {
    font-weight: 600;
}

/* Headings */
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
    color: #f2f2f2;
    font-weight: 700;
    margin: 14px 0 8px;
}

/* ===== ADDRESSES ===== */
/* Intro text styling */
.woocommerce-account .woocommerce-MyAccount-content > p {
    color: #a0a0a0;
    font-size: 0.9rem;
    margin-bottom: 20px;
    line-height: 1.5;
}

/* Target the addresses container - two columns on desktop, one on mobile */
.woocommerce-account .woocommerce-MyAccount-content .addresses,
.woocommerce-account .addresses {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-auto-flow: row !important;
    gap: 16px !important;
    margin-top: 12px !important;
    margin-bottom: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    clear: both !important;
}

/* Two columns on larger screens */
@media (min-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-content .addresses,
    .woocommerce-account .addresses {
        grid-template-columns: 1fr 1fr !important;
        gap: 20px !important;
    }
}

/* Reset any wrapper elements or conflicting styles */
.woocommerce-account .addresses::before,
.woocommerce-account .addresses::after {
    display: none !important;
    content: none !important;
}

/* Reset all direct children */
.woocommerce-account .addresses > *,
.woocommerce-account .addresses > div,
.woocommerce-account .addresses > article {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    float: none !important;
    clear: none !important;
}

/* Address cards - compact styling */
.woocommerce-account .woocommerce-Address,
.woocommerce-account .addresses .woocommerce-Address,
.woocommerce-account .addresses > .woocommerce-Address--billing,
.woocommerce-account .addresses > .woocommerce-Address--shipping {
    background: #1e1e1e !important;
    border: 1px solid #3a3a3a !important;
    border-radius: 10px !important;
    padding: 16px !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    display: block !important;
    margin: 0 !important;
    float: none !important;
    clear: none !important;
}

/* Billing and shipping addresses - let grid handle layout */
.woocommerce-account .woocommerce-Address--billing,
.woocommerce-account .addresses > .woocommerce-Address--billing:first-child,
.woocommerce-account .addresses .woocommerce-Address--billing,
.woocommerce-account .woocommerce-Address--shipping,
.woocommerce-account .addresses > .woocommerce-Address--shipping:last-child,
.woocommerce-account .addresses .woocommerce-Address--shipping {
    width: 100% !important;
}

.woocommerce-account .addresses .title {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #3a3a3a;
}

.woocommerce-account .addresses .title h3 {
    margin: 0;
    color: #f2f2f2;
    font-weight: 600;
    font-size: 0.85rem;
    text-align: left;
    flex-shrink: 0;
}

.woocommerce-account .addresses .title .edit {
    color: #67d9fc;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 3px 8px;
    border: 1px solid #67d9fc;
    border-radius: 6px;
    transition: all 0.2s ease;
    flex-shrink: 0;
    white-space: nowrap;
}

.woocommerce-account .addresses .title .edit:hover {
    background: #67d9fc;
    color: #242424;
    text-decoration: none;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(103,217,252,.2);
}

.woocommerce-account .addresses address {
    color: #d6d6d6;
    margin: 0;
    line-height: 1.5;
    font-size: 0.9rem;
    font-style: normal;
    background: transparent;
    border: none;
    padding: 0;
    text-align: left;
}

.woocommerce-account .addresses address p {
    margin: 4px 0;
    color: #d6d6d6;
}

.woocommerce-account .addresses address strong {
    color: #f2f2f2;
    font-weight: 600;
}


/* Empty address state */
.woocommerce-account .woocommerce-Address--empty {
    opacity: 0.7;
}

.woocommerce-account .woocommerce-Address--empty address {
    color: #999;
    font-style: italic;
}

/* ===== PAYMENT METHODS ===== */
.woocommerce-account .woocommerce-PaymentMethods,
.woocommerce-account .payment-methods {
    margin-top: 16px;
    color: #d6d6d6;
    font-size: 0.95rem;
    background: transparent;
    border: none;
    padding: 0;
}

.woocommerce-account .woocommerce-PaymentMethods::before,
.woocommerce-account .payment-methods::before {
    display: none !important;
    content: none !important;
}

.woocommerce-account .woocommerce-PaymentMethods li,
.woocommerce-account .payment-methods li {
    padding: 12px 0;
    line-height: 1.6;
    border-bottom: 1px dashed #3a3a3a;
    list-style: none;
    margin: 0;
}

.woocommerce-account .woocommerce-PaymentMethods li:last-child,
.woocommerce-account .payment-methods li:last-child {
    border-bottom: none;
}

.woocommerce-account .woocommerce-PaymentMethods .button,
.woocommerce-account .payment-methods .button {
    margin-left: 12px;
}

/* Hide payment method icons/squares that might appear */
.woocommerce-account .woocommerce-PaymentMethods img,
.woocommerce-account .payment-methods img,
.woocommerce-account .woocommerce-PaymentMethods::before,
.woocommerce-account .payment-methods::before,
.woocommerce-account .payment_method_icon {
    display: none !important;
}

/* "No saved methods" message styling - match dashboard intro */
.woocommerce-account .woocommerce-Message--info,
.woocommerce-account .woocommerce-info.payment-methods-message {
    background: transparent !important;
    border: none !important;
    color: #dcdcdc !important;
    padding: 0 !important;
    margin: 0 0 12px 0 !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
}

.woocommerce-account .woocommerce-Message--info::before,
.woocommerce-account .woocommerce-info.payment-methods-message::before {
    display: none !important;
    content: none !important;
}

/* All WooCommerce Message notifications - clean styling like dashboard intro, no background, no borders, no icons */
.woocommerce-Message,
.woocommerce-Message--info,
.woocommerce-Message--warning,
.woocommerce-Message--error,
.woocommerce-notice,
.woocommerce-notice--info,
.woocommerce-notice--warning,
.woocommerce-notice--error {
    background: transparent !important;
    border: none !important;
    color: #dcdcdc !important;
    padding: 0 !important;
    margin-bottom: 12px !important;
}

/* Hide all icons in notifications - comprehensive selectors */
.woocommerce-Message::before,
.woocommerce-Message::after,
.woocommerce-Message--info::before,
.woocommerce-Message--info::after,
.woocommerce-Message--warning::before,
.woocommerce-Message--warning::after,
.woocommerce-Message--error::before,
.woocommerce-Message--error::after,
.woocommerce-notice::before,
.woocommerce-notice::after,
.woocommerce-notice--info::before,
.woocommerce-notice--info::after,
.woocommerce-notice--warning::before,
.woocommerce-notice--warning::after,
.woocommerce-notice--error::before,
.woocommerce-notice--error::after,
.woocommerce-Message li::before,
.woocommerce-Message li::after,
.woocommerce-Message > *:first-child::before,
.woocommerce-Message > *:first-child::after,
.woocommerce-notice > *:first-child::before,
.woocommerce-notice > *:first-child::after,
.woocommerce-Message .dashicons,
.woocommerce-Message svg,
.woocommerce-Message [class*="icon"],
.woocommerce-Message [class*="Icon"],
.woocommerce-Message img[src*="icon"],
.woocommerce-Message img,
.woocommerce-Message i[class*="icon"],
.woocommerce-Message span[class*="icon"],
.woocommerce-Message div[class*="icon"],
.woocommerce-Message .icon,
.woocommerce-notice .dashicons,
.woocommerce-notice svg,
.woocommerce-notice [class*="icon"],
.woocommerce-notice [class*="Icon"],
.woocommerce-notice img[src*="icon"],
.woocommerce-notice img,
.woocommerce-notice i[class*="icon"],
.woocommerce-notice span[class*="icon"],
.woocommerce-notice div[class*="icon"],
.woocommerce-notice .icon,
.woocommerce-message .dashicons,
.woocommerce-message svg,
.woocommerce-message [class*="icon"],
.woocommerce-message [class*="Icon"],
.woocommerce-message img,
.woocommerce-message i[class*="icon"],
.woocommerce-message span[class*="icon"],
.woocommerce-message div[class*="icon"],
.woocommerce-message .icon,
.woocommerce-error .dashicons,
.woocommerce-error svg,
.woocommerce-error [class*="icon"],
.woocommerce-error [class*="Icon"],
.woocommerce-error img,
.woocommerce-error i[class*="icon"],
.woocommerce-error span[class*="icon"],
.woocommerce-error div[class*="icon"],
.woocommerce-error .icon,
.woocommerce-info .dashicons,
.woocommerce-info svg,
.woocommerce-info [class*="icon"],
.woocommerce-info [class*="Icon"],
.woocommerce-info img,
.woocommerce-info i[class*="icon"],
.woocommerce-info span[class*="icon"],
.woocommerce-info div[class*="icon"],
.woocommerce-info .icon {
    display: none !important;
    content: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Hide first child if it's likely an icon element */
.woocommerce-Message > *:first-child:is(svg, img, i, span.icon, div.icon, [class*="icon"]),
.woocommerce-notice > *:first-child:is(svg, img, i, span.icon, div.icon, [class*="icon"]),
.woocommerce-message > *:first-child:is(svg, img, i, span.icon, div.icon, [class*="icon"]),
.woocommerce-error > *:first-child:is(svg, img, i, span.icon, div.icon, [class*="icon"]),
.woocommerce-info > *:first-child:is(svg, img, i, span.icon, div.icon, [class*="icon"]) {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ===== DOWNLOADS ===== */
.woocommerce-account .woocommerce-MyAccount-downloads table.shop_table {
    width: 100%;
    border-collapse: collapse;
    color: #e9e9e9;
    font-size: 0.95rem;
}
.woocommerce-account .woocommerce-MyAccount-downloads thead th {
    color: #cfcfcf;
    text-align: left;
    padding: 6px 8px;
    font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-downloads tbody td {
    padding: 6px 8px;
    border-top: 1px dashed #3a3a3a;
}

/* ===== ACCOUNT DETAILS FORM ===== */
.woocommerce-account form.woocommerce-EditAccountForm {
    margin-top: 10px;
}

/* ===== ADDRESS EDIT FORMS (Billing/Shipping) ===== */
/* Apply same styling as Account details form */
.woocommerce-account form.woocommerce-address-form,
.woocommerce-account form.woocommerce-address-form .woocommerce-address-fields,
.woocommerce-account form.woocommerce-address-fields {
    margin-top: 10px;
}

/* Form-row spacing in address forms - match Account details */
.woocommerce-account form.woocommerce-address-form .form-row:not(.modal .form-row),
.woocommerce-account form.woocommerce-address-fields .form-row:not(.modal .form-row) {
    margin-bottom: 1rem;
}

.woocommerce-account form.woocommerce-address-form label,
.woocommerce-account form.woocommerce-address-fields label,
.woocommerce-account .woocommerce-address-fields__field-wrapper label {
    display: block;
    color: #a0a0a0;
    font-weight: 500;
    margin-bottom: 4px;
    font-size: 0.9rem;
}

.woocommerce-account form.woocommerce-address-form:not(.modal form) .input-text,
.woocommerce-account form.woocommerce-address-form:not(.modal form) select,
.woocommerce-account form.woocommerce-address-form:not(.modal form) input[type="text"],
.woocommerce-account form.woocommerce-address-form:not(.modal form) input[type="email"],
.woocommerce-account form.woocommerce-address-fields:not(.modal form) .input-text,
.woocommerce-account form.woocommerce-address-fields:not(.modal form) select,
.woocommerce-account form.woocommerce-address-fields:not(.modal form) input[type="text"],
.woocommerce-account form.woocommerce-address-fields:not(.modal form) input[type="email"],
.woocommerce-account .woocommerce-address-fields__field-wrapper:not(.modal .woocommerce-address-fields__field-wrapper) .input-text,
.woocommerce-account .woocommerce-address-fields__field-wrapper:not(.modal .woocommerce-address-fields__field-wrapper) select,
.woocommerce-account .woocommerce-address-fields__field-wrapper:not(.modal .woocommerce-address-fields__field-wrapper) input[type="text"],
.woocommerce-account .woocommerce-address-fields__field-wrapper:not(.modal .woocommerce-address-fields__field-wrapper) input[type="email"] {
    background: #171717;
    border: 1px solid #2e2e2e !important;
    color: #e9e9e9;
    border-radius: 8px;
    padding: 8px 10px;
    width: 100%;
    font-size: 0.95rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.woocommerce-account form.woocommerce-address-form:not(.modal form) .input-text:focus,
.woocommerce-account form.woocommerce-address-form:not(.modal form) select:focus,
.woocommerce-account form.woocommerce-address-form:not(.modal form) input[type="text"]:focus,
.woocommerce-account form.woocommerce-address-form:not(.modal form) input[type="email"]:focus,
.woocommerce-account form.woocommerce-address-fields:not(.modal form) .input-text:focus,
.woocommerce-account form.woocommerce-address-fields:not(.modal form) select:focus,
.woocommerce-account form.woocommerce-address-fields:not(.modal form) input[type="text"]:focus,
.woocommerce-account form.woocommerce-address-fields:not(.modal form) input[type="email"]:focus,
.woocommerce-account .woocommerce-address-fields__field-wrapper:not(.modal .woocommerce-address-fields__field-wrapper) .input-text:focus,
.woocommerce-account .woocommerce-address-fields__field-wrapper:not(.modal .woocommerce-address-fields__field-wrapper) select:focus,
.woocommerce-account .woocommerce-address-fields__field-wrapper:not(.modal .woocommerce-address-fields__field-wrapper) input[type="text"]:focus,
.woocommerce-account .woocommerce-address-fields__field-wrapper:not(.modal .woocommerce-address-fields__field-wrapper) input[type="email"]:focus {
    outline: none !important;
    border-color: #67d9fc !important;
    box-shadow: 0 0 0 1px rgba(103,217,252,.15);
}

/* Style form-row labels in address forms */
.woocommerce-account form.woocommerce-address-form .form-row:not(.modal .form-row) label,
.woocommerce-account form.woocommerce-address-fields .form-row:not(.modal .form-row) label {
    display: block;
    color: #a0a0a0;
    font-weight: 500;
    margin-bottom: 4px;
    font-size: 0.9rem;
}

/* Style form-row inputs in address forms */
.woocommerce-account form.woocommerce-address-form .form-row:not(.modal .form-row) .input-text,
.woocommerce-account form.woocommerce-address-form .form-row:not(.modal .form-row) select,
.woocommerce-account form.woocommerce-address-form .form-row:not(.modal .form-row) input[type="text"],
.woocommerce-account form.woocommerce-address-form .form-row:not(.modal .form-row) input[type="email"],
.woocommerce-account form.woocommerce-address-fields .form-row:not(.modal .form-row) .input-text,
.woocommerce-account form.woocommerce-address-fields .form-row:not(.modal .form-row) select,
.woocommerce-account form.woocommerce-address-fields .form-row:not(.modal .form-row) input[type="text"],
.woocommerce-account form.woocommerce-address-fields .form-row:not(.modal .form-row) input[type="email"] {
    background: #171717;
    border: 1px solid #2e2e2e !important;
    color: #e9e9e9;
    border-radius: 8px;
    padding: 8px 10px;
    width: 100%;
    font-size: 0.95rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.woocommerce-account form.woocommerce-address-form .form-row:not(.modal .form-row) .input-text:focus,
.woocommerce-account form.woocommerce-address-form .form-row:not(.modal .form-row) select:focus,
.woocommerce-account form.woocommerce-address-form .form-row:not(.modal .form-row) input[type="text"]:focus,
.woocommerce-account form.woocommerce-address-form .form-row:not(.modal .form-row) input[type="email"]:focus,
.woocommerce-account form.woocommerce-address-fields .form-row:not(.modal .form-row) .input-text:focus,
.woocommerce-account form.woocommerce-address-fields .form-row:not(.modal .form-row) select:focus,
.woocommerce-account form.woocommerce-address-fields .form-row:not(.modal .form-row) input[type="text"]:focus,
.woocommerce-account form.woocommerce-address-fields .form-row:not(.modal .form-row) input[type="email"]:focus {
    outline: none !important;
    border-color: #67d9fc !important;
    box-shadow: 0 0 0 1px rgba(103,217,252,.15);
}

/* Country/Region dropdown specific styling */
.woocommerce-account form.woocommerce-address-form select#billing_country,
.woocommerce-account form.woocommerce-address-form select#shipping_country,
.woocommerce-account form.woocommerce-address-form select[name="billing_country"],
.woocommerce-account form.woocommerce-address-form select[name="shipping_country"],
.woocommerce-account form.woocommerce-address-fields select#billing_country,
.woocommerce-account form.woocommerce-address-fields select#shipping_country,
.woocommerce-account form.woocommerce-address-fields select[name="billing_country"],
.woocommerce-account form.woocommerce-address-fields select[name="shipping_country"],
.woocommerce-account .woocommerce-address-fields__field-wrapper select#billing_country,
.woocommerce-account .woocommerce-address-fields__field-wrapper select#shipping_country {
    background: #171717 !important;
    background-color: #171717 !important;
    background-image: none !important;
    border: 1px solid #2e2e2e !important;
    color: #e9e9e9 !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

/* Select option elements styling */
.woocommerce-account form.woocommerce-address-form select option,
.woocommerce-account form.woocommerce-address-fields select option,
.woocommerce-account .woocommerce-address-fields__field-wrapper select option {
    background: #171717 !important;
    color: #e9e9e9 !important;
}

/* Remove borders from password change section */
.woocommerce-account form.woocommerce-EditAccountForm fieldset,
.woocommerce-account form.woocommerce-EditAccountForm .woocommerce-form-row--password,
.woocommerce-account .woocommerce-ChangePassword,
.woocommerce-account .woocommerce-ChangePassword fieldset,
.woocommerce-account .woocommerce-MyAccount-content fieldset {
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}

.woocommerce-account form.woocommerce-EditAccountForm fieldset legend,
.woocommerce-account .woocommerce-ChangePassword fieldset legend,
.woocommerce-account .woocommerce-MyAccount-content fieldset legend {
    display: none !important;
}
.woocommerce-account form.woocommerce-EditAccountForm label {
    display: block;
    color: #a0a0a0;
    font-weight: 500;
    margin-bottom: 4px;
    font-size: 0.9rem;
}

/* Help text under Display Name label - make it twice bigger */
.woocommerce-account form.woocommerce-EditAccountForm .form-row label[for="display_name"] ~ span,
.woocommerce-account form.woocommerce-EditAccountForm .form-row label[for="display_name"] ~ small,
.woocommerce-account form.woocommerce-EditAccountForm .form-row label[for="display_name"] ~ p,
.woocommerce-account form.woocommerce-EditAccountForm .form-row:has(label[for="display_name"]) span,
.woocommerce-account form.woocommerce-EditAccountForm .form-row:has(label[for="display_name"]) small,
.woocommerce-account form.woocommerce-EditAccountForm .form-row:has(label[for="display_name"]) p,
.woocommerce-account form.woocommerce-EditAccountForm .form-row:has(label[for="display_name"]) .woocommerce-form-row__description {
    font-size: 0.75rem !important;
    color: #888 !important;
    margin-top: 2px !important;
    display: block;
    line-height: 1.4;
}

.woocommerce-account form.woocommerce-EditAccountForm:not(.modal form) .input-text,
.woocommerce-account form.woocommerce-EditAccountForm:not(.modal form) select,
.woocommerce-account form.woocommerce-EditAccountForm:not(.modal form) textarea,
.woocommerce-account form.woocommerce-EditAccountForm:not(.modal form) input[type="password"],
.woocommerce-account form.woocommerce-EditAccountForm:not(.modal form) input[type="text"],
.woocommerce-account form.woocommerce-EditAccountForm:not(.modal form) input[type="email"] {
    background: #171717 !important;
    border: 1px solid #2e2e2e !important;
    color: #e9e9e9 !important;
    border-radius: 8px;
    padding: 8px 10px;
    width: 100%;
    font-size: 0.95rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    box-sizing: border-box;
}
.woocommerce-account form.woocommerce-EditAccountForm:not(.modal form) .input-text:focus,
.woocommerce-account form.woocommerce-EditAccountForm:not(.modal form) select:focus,
.woocommerce-account form.woocommerce-EditAccountForm:not(.modal form) textarea:focus,
.woocommerce-account form.woocommerce-EditAccountForm:not(.modal form) input[type="password"]:focus,
.woocommerce-account form.woocommerce-EditAccountForm:not(.modal form) input[type="text"]:focus,
.woocommerce-account form.woocommerce-EditAccountForm:not(.modal form) input[type="email"]:focus {
    outline: none !important;
    border-color: #67d9fc !important;
    box-shadow: 0 0 0 1px rgba(103,217,252,.15);
    background: #171717 !important;
    color: #e9e9e9 !important;
}

/* Override browser autofill and default password/email field styles */
.woocommerce-account form.woocommerce-EditAccountForm:not(.modal form) input[type="password"]:-webkit-autofill,
.woocommerce-account form.woocommerce-EditAccountForm:not(.modal form) input[type="password"]:-webkit-autofill:hover,
.woocommerce-account form.woocommerce-EditAccountForm:not(.modal form) input[type="password"]:-webkit-autofill:focus,
.woocommerce-account form.woocommerce-EditAccountForm:not(.modal form) input[type="email"]:-webkit-autofill,
.woocommerce-account form.woocommerce-EditAccountForm:not(.modal form) input[type="email"]:-webkit-autofill:hover,
.woocommerce-account form.woocommerce-EditAccountForm:not(.modal form) input[type="email"]:-webkit-autofill:focus,
.woocommerce-account form.woocommerce-EditAccountForm:not(.modal form) input[type="text"]:-webkit-autofill,
.woocommerce-account form.woocommerce-EditAccountForm:not(.modal form) input[type="text"]:-webkit-autofill:hover,
.woocommerce-account form.woocommerce-EditAccountForm:not(.modal form) input[type="text"]:-webkit-autofill:focus {
    -webkit-text-fill-color: #e9e9e9 !important;
    -webkit-box-shadow: 0 0 0px 1000px #171717 inset !important;
    border: 1px solid #2e2e2e !important;
    background-color: #171717 !important;
}

.woocommerce-account form.woocommerce-EditAccountForm:not(.modal form) input[type="password"],
.woocommerce-account form.woocommerce-EditAccountForm:not(.modal form) input[type="email"],
.woocommerce-account form.woocommerce-EditAccountForm:not(.modal form) input[type="text"] {
    border: 1px solid #2e2e2e !important;
    background-color: #171717 !important;
    color: #e9e9e9 !important;
}

/* Password hint + strength */
.woocommerce-account .woocommerce-password-strength {
    font-size: 0.9rem;
    color: #bcbcbc;
    margin-top: 4px;
}
.woocommerce-account .woocommerce-password-hint {
    font-size: 0.85rem;
    color: #999;
    margin-top: 2px;
}

/* Save changes button */
.woocommerce-account form.woocommerce-EditAccountForm .button {
    background: #67d9fc;
    color: #0b0b0b;
    border: 1px solid #67d9fc;
    border-radius: 8px;
    padding: 8px 14px;
    font-weight: 700;
    margin-top: 8px;
    transition: transform .15s ease, box-shadow .15s ease, background .15s ease;
}
.woocommerce-account form.woocommerce-EditAccountForm .button:hover {
    background: #4fc5e8;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(103,217,252,.25);
}

/* ===== LOGIN & REGISTER FORMS ===== */
/* Container for login and register forms - make them same height */
.woocommerce-account .u-columns,
.woocommerce-account .woocommerce-columns {
    display: flex;
    gap: 20px;
    align-items: stretch;
    position: relative;
}

/* Divider between login and register cards */
.woocommerce-account .u-column1::after,
.woocommerce-account .woocommerce-column--1::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #3a3a3a;
}

.woocommerce-account .u-column1,
.woocommerce-account .u-column2,
.woocommerce-account .woocommerce-column--1,
.woocommerce-account .woocommerce-column--2 {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
}

/* Apply same styling as Account details form */
.woocommerce-account form.woocommerce-form-login,
.woocommerce-account form.woocommerce-form-register {
    margin-top: 10px;
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Remove borders from form containers */
.woocommerce-account .u-column1,
.woocommerce-account .u-column2,
.woocommerce-account .woocommerce-column--1,
.woocommerce-account .woocommerce-column--2,
.woocommerce-account .u-column1.col-1,
.woocommerce-account .u-column2.col-2 {
    border: none !important;
    background: transparent !important;
    padding: 0 !important;
}

/* Remove borders from any nested elements */
.woocommerce-account .u-column1 h2,
.woocommerce-account .u-column2 h2,
.woocommerce-account .woocommerce-column--1 h2,
.woocommerce-account .woocommerce-column--2 h2 {
    border: none !important;
    padding: 0 !important;
    margin: 0 0 14px 0 !important;
}

/* Responsive: stack on mobile */
@media (max-width: 768px) {
    .woocommerce-account .u-columns,
    .woocommerce-account .woocommerce-columns {
        flex-direction: column;
        gap: 16px;
    }
    
    /* Hide divider on mobile */
    .woocommerce-account .u-column1::after,
    .woocommerce-account .woocommerce-column--1::after {
        display: none;
    }
}

/* Form-row spacing */
.woocommerce-account form.woocommerce-form-login .form-row,
.woocommerce-account form.woocommerce-form-register .form-row {
    margin-bottom: 1rem;
}

/* Labels */
.woocommerce-account form.woocommerce-form-login label,
.woocommerce-account form.woocommerce-form-register label {
    display: block;
    color: #a0a0a0;
    font-weight: 500;
    margin-bottom: 4px;
    font-size: 0.9rem;
}

/* Input fields */
.woocommerce-account form.woocommerce-form-login .input-text,
.woocommerce-account form.woocommerce-form-login input[type="text"],
.woocommerce-account form.woocommerce-form-login input[type="email"],
.woocommerce-account form.woocommerce-form-login input[type="password"],
.woocommerce-account form.woocommerce-form-register .input-text,
.woocommerce-account form.woocommerce-form-register input[type="text"],
.woocommerce-account form.woocommerce-form-register input[type="email"],
.woocommerce-account form.woocommerce-form-register input[type="password"],
.woocommerce-account form.woocommerce-form-login .form-row .input-text,
.woocommerce-account form.woocommerce-form-login .form-row input[type="text"],
.woocommerce-account form.woocommerce-form-login .form-row input[type="email"],
.woocommerce-account form.woocommerce-form-login .form-row input[type="password"],
.woocommerce-account form.woocommerce-form-register .form-row .input-text,
.woocommerce-account form.woocommerce-form-register .form-row input[type="text"],
.woocommerce-account form.woocommerce-form-register .form-row input[type="email"],
.woocommerce-account form.woocommerce-form-register .form-row input[type="password"] {
    background: #171717 !important;
    border: 1px solid #2e2e2e !important;
    color: #e9e9e9 !important;
    border-radius: 8px !important;
    padding: 8px 10px !important;
    width: 100% !important;
    font-size: 0.95rem !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    outline: none !important;
}

.woocommerce-account form.woocommerce-form-login .input-text:focus,
.woocommerce-account form.woocommerce-form-login input[type="text"]:focus,
.woocommerce-account form.woocommerce-form-login input[type="email"]:focus,
.woocommerce-account form.woocommerce-form-login input[type="password"]:focus,
.woocommerce-account form.woocommerce-form-register .input-text:focus,
.woocommerce-account form.woocommerce-form-register input[type="text"]:focus,
.woocommerce-account form.woocommerce-form-register input[type="email"]:focus,
.woocommerce-account form.woocommerce-form-register input[type="password"]:focus,
.woocommerce-account form.woocommerce-form-login .form-row .input-text:focus,
.woocommerce-account form.woocommerce-form-login .form-row input[type="text"]:focus,
.woocommerce-account form.woocommerce-form-login .form-row input[type="email"]:focus,
.woocommerce-account form.woocommerce-form-login .form-row input[type="password"]:focus,
.woocommerce-account form.woocommerce-form-register .form-row .input-text:focus,
.woocommerce-account form.woocommerce-form-register .form-row input[type="text"]:focus,
.woocommerce-account form.woocommerce-form-register .form-row input[type="email"]:focus,
.woocommerce-account form.woocommerce-form-register .form-row input[type="password"]:focus {
    outline: none !important;
    border-color: #67d9fc !important;
    box-shadow: 0 0 0 1px rgba(103,217,252,.15) !important;
}

/* Override browser autofill and default password field styles */
.woocommerce-account form.woocommerce-form-login input[type="password"]:-webkit-autofill,
.woocommerce-account form.woocommerce-form-login input[type="password"]:-webkit-autofill:hover,
.woocommerce-account form.woocommerce-form-login input[type="password"]:-webkit-autofill:focus,
.woocommerce-account form.woocommerce-form-register input[type="password"]:-webkit-autofill,
.woocommerce-account form.woocommerce-form-register input[type="password"]:-webkit-autofill:hover,
.woocommerce-account form.woocommerce-form-register input[type="password"]:-webkit-autofill:focus {
    -webkit-text-fill-color: #e9e9e9 !important;
    -webkit-box-shadow: 0 0 0px 1000px #171717 inset !important;
    border: 1px solid #2e2e2e !important;
}

/* Override browser autofill for email and text fields */
.woocommerce-account form.woocommerce-form-login input[type="email"]:-webkit-autofill,
.woocommerce-account form.woocommerce-form-login input[type="email"]:-webkit-autofill:hover,
.woocommerce-account form.woocommerce-form-login input[type="email"]:-webkit-autofill:focus,
.woocommerce-account form.woocommerce-form-login input[type="text"]:-webkit-autofill,
.woocommerce-account form.woocommerce-form-login input[type="text"]:-webkit-autofill:hover,
.woocommerce-account form.woocommerce-form-login input[type="text"]:-webkit-autofill:focus,
.woocommerce-account form.woocommerce-form-register input[type="email"]:-webkit-autofill,
.woocommerce-account form.woocommerce-form-register input[type="email"]:-webkit-autofill:hover,
.woocommerce-account form.woocommerce-form-register input[type="email"]:-webkit-autofill:focus,
.woocommerce-account form.woocommerce-form-register input[type="text"]:-webkit-autofill,
.woocommerce-account form.woocommerce-form-register input[type="text"]:-webkit-autofill:hover,
.woocommerce-account form.woocommerce-form-register input[type="text"]:-webkit-autofill:focus {
    -webkit-text-fill-color: #e9e9e9 !important;
    -webkit-box-shadow: 0 0 0px 1000px #171717 inset !important;
    border: 1px solid #2e2e2e !important;
    background-color: #171717 !important;
}

/* Password visibility toggle (eye icon) - white-grey */
button.show-password-input {
    color: rgba(255, 255, 255, 0.7);
}


/* Closed eye (password hidden) */
button.show-password-input:not(.display-password)::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z' fill='%23b3b3b3'/%3E%3C/svg%3E") !important;
}

/* Open eye (password visible) */
button.show-password-input.display-password::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 5C6.2 5.2 2.8 7.2 1 10.5C2.6 13.8 5.8 16 10 16C14.2 16 17.4 13.8 19 10.5C17.2 7.2 13.8 5.2 10 5ZM10 14C7.8 14 6 12.2 6 10C6 7.8 7.8 6 10 6C12.2 6 14 7.8 14 10C14 12.2 12.2 14 10 14ZM10 8C8.9 8 8 8.9 8 10C8 11.1 8.9 12 10 12C11.1 12 12 11.1 12 10C12 8.9 11.1 8 10 8Z' fill='%23b3b3b3'/%3E%3C/svg%3E") !important;
}

/* Hover state - closed eye */
button.show-password-input:not(.display-password):hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z' fill='%23e0e0e0'/%3E%3C/svg%3E") !important;
}

/* Hover state - open eye */
button.show-password-input.display-password:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 5C6.2 5.2 2.8 7.2 1 10.5C2.6 13.8 5.8 16 10 16C14.2 16 17.4 13.8 19 10.5C17.2 7.2 13.8 5.2 10 5ZM10 14C7.8 14 6 12.2 6 10C6 7.8 7.8 6 10 6C12.2 6 14 7.8 14 10C14 12.2 12.2 14 10 14ZM10 8C8.9 8 8 8.9 8 10C8 11.1 8.9 12 10 12C11.1 12 12 11.1 12 10C12 8.9 11.1 8 10 8Z' fill='%23e0e0e0'/%3E%3C/svg%3E") !important;
}

.woocommerce-account .show-password-input:hover,
.woocommerce-account .display-password:hover,
.woocommerce-account .password-input-toggle:hover,
.woocommerce-account .woocommerce-password-toggle:hover,
.woocommerce-account button[type="button"].show-password:hover,
.woocommerce-account button[type="button"].display-password:hover,
.woocommerce-account .password-toggle:hover,
.woocommerce-account form.woocommerce-form-login .show-password-input:hover,
.woocommerce-account form.woocommerce-form-register .show-password-input:hover,
.woocommerce-account form.woocommerce-EditAccountForm .show-password-input:hover {
    color: rgba(255, 255, 255, 0.9) !important;
}

/* Dashicons visibility icons */
.woocommerce-account .dashicons-visibility,
.woocommerce-account .dashicons-hidden,
.woocommerce-account .show-password-input .dashicons,
.woocommerce-account .display-password .dashicons,
.woocommerce-account .password-input-toggle .dashicons {
    color: rgba(255, 255, 255, 0.7) !important;
    fill: rgba(255, 255, 255, 0.7) !important;
}

.woocommerce-account .show-password-input:hover .dashicons,
.woocommerce-account .display-password:hover .dashicons,
.woocommerce-account .password-input-toggle:hover .dashicons {
    color: rgba(255, 255, 255, 0.9) !important;
    fill: rgba(255, 255, 255, 0.9) !important;
}

/* SVG icons in password toggle */
.woocommerce-account .show-password-input svg,
.woocommerce-account .display-password svg,
.woocommerce-account .password-input-toggle svg,
.woocommerce-account .woocommerce-password-toggle svg,
.woocommerce-account button[type="button"].show-password svg,
.woocommerce-account button[type="button"].display-password svg {
    fill: rgba(255, 255, 255, 0.7) !important;
    color: rgba(255, 255, 255, 0.7) !important;
    stroke: rgba(255, 255, 255, 0.7) !important;
}

.woocommerce-account .show-password-input:hover svg,
.woocommerce-account .display-password:hover svg,
.woocommerce-account .password-input-toggle:hover svg,
.woocommerce-account .woocommerce-password-toggle:hover svg,
.woocommerce-account button[type="button"].show-password:hover svg,
.woocommerce-account button[type="button"].display-password:hover svg {
    fill: rgba(255, 255, 255, 0.9) !important;
    color: rgba(255, 255, 255, 0.9) !important;
    stroke: rgba(255, 255, 255, 0.9) !important;
}

/* Paragraphs/descriptions */
.woocommerce-account form.woocommerce-form-login p,
.woocommerce-account form.woocommerce-form-register p {
    color: #a0a0a0;
    font-size: 0.9rem;
    margin-bottom: 12px;
    line-height: 1.5;
}

/* Privacy policy link - cyan */
.woocommerce-account form.woocommerce-form-register a,
.woocommerce-account form.woocommerce-form-register p a,
.woocommerce-account form.woocommerce-form-login a,
.woocommerce-account form.woocommerce-form-login p a {
    color: #67d9fc !important;
    text-decoration: none;
}

.woocommerce-account form.woocommerce-form-register a:hover,
.woocommerce-account form.woocommerce-form-register p a:hover,
.woocommerce-account form.woocommerce-form-login a:hover,
.woocommerce-account form.woocommerce-form-login p a:hover {
    color: #4fc5e8 !important;
    text-decoration: underline;
}

/* ===== Lost Password Link ===== */
.woocommerce-account .woocommerce-form-login .lost_password,
.woocommerce-account .woocommerce-form-login p.lost_password,
.woocommerce-account .lost_password a,
.woocommerce form.login .lost_password a,
.woocommerce form.lost_reset_password .lost_password a {
    color: #67d9fc !important;
    text-decoration: none !important;
    font-size: 0.9rem !important;
    transition: color 0.2s ease !important;
}

.woocommerce-account .woocommerce-form-login .lost_password a:hover,
.woocommerce-account .woocommerce-form-login p.lost_password a:hover,
.woocommerce-account .lost_password a:hover,
.woocommerce form.login .lost_password a:hover,
.woocommerce form.lost_reset_password .lost_password a:hover {
    color: #4fc5e8 !important;
    text-decoration: underline !important;
}

/* ===== Notices ===== */
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-error,
.woocommerce-account .woocommerce-info {
    background: transparent;
    border: none;
    color: #dcdcdc;
    padding: 0;
    margin: 0 0 12px;
}

/* Classic WooCommerce error styling - red border */
.woocommerce-account .woocommerce-error,
.woocommerce-error {
    background: transparent !important;
    border: none !important;
    border-left: 3px solid #dc3232 !important;
    color: #dcdcdc !important;
    padding: 12px !important;
    margin: 0 auto 12px !important;
    text-align: left !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    font-size: 0.9rem !important;
}

.woocommerce-account .woocommerce-error li,
.woocommerce-error li {
    text-align: left !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    font-size: 0.9rem !important;
}

.woocommerce-account .woocommerce-error a,
.woocommerce-error a {
    color: #67d9fc !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    font-weight: 500 !important;
}

.woocommerce-account .woocommerce-error a:hover,
.woocommerce-error a:hover {
    color: #4fc5e8 !important;
    text-decoration: underline !important;
}

/* Hide alert icons in error messages */
.woocommerce-account .woocommerce-error::before,
.woocommerce-account .woocommerce-error::after,
.woocommerce-error::before,
.woocommerce-error::after,
.woocommerce-account .woocommerce-error li::before,
.woocommerce-error li::before,
.woocommerce-account .woocommerce-error li::after,
.woocommerce-error li::after,
.woocommerce-account .woocommerce-error .dashicons,
.woocommerce-error .dashicons,
.woocommerce-account .woocommerce-error .woocommerce-message-icon,
.woocommerce-error .woocommerce-message-icon,
.woocommerce-account .woocommerce-error [class*="icon"],
.woocommerce-error [class*="icon"],
.woocommerce-account .woocommerce-error [class*="Icon"],
.woocommerce-error [class*="Icon"],
.woocommerce-account .woocommerce-error svg,
.woocommerce-error svg,
.woocommerce-account .woocommerce-error img[src*="icon"],
.woocommerce-error img[src*="icon"],
.woocommerce-account .woocommerce-error .icon,
.woocommerce-error .icon {
    display: none !important;
    content: none !important;
    visibility: hidden !important;
}

/* Classic WooCommerce success message styling - match dashboard intro */
.woocommerce-account .woocommerce-message {
    background: transparent !important;
    border: none !important;
    color: #dcdcdc !important;
    padding: 0 !important;
    margin: 0 0 12px !important;
}

/* Classic WooCommerce info message styling - match dashboard intro */
.woocommerce-account .woocommerce-info {
    background: transparent !important;
    border: none !important;
    color: #dcdcdc !important;
    padding: 0 !important;
    margin: 0 0 12px !important;
}

/* Hide ALL icons in woocommerce-info - comprehensive */
.woocommerce-info::before,
.woocommerce-info::after,
.woocommerce-info li::before,
.woocommerce-info li::after
.woocommerce-info > *:first-child::before,
.woocommerce-info > *:first-child::after,
.woocommerce-info ul::before,
.woocommerce-info ul::after,
.woocommerce-info .dashicons,
.woocommerce-info svg,
.woocommerce-info img,
.woocommerce-info i[class*="icon"],
.woocommerce-info span[class*="icon"],
.woocommerce-info div[class*="icon"],
.woocommerce-info [class*="icon"],
.woocommerce-info [class*="Icon"],
.woocommerce-info .icon,
.woocommerce-info .woocommerce-message-icon,
.woocommerce-info .notice-icon,
.woocommerce-info .info-icon {
    display: none !important;
    content: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
}

/* Hide first child if it's an icon element */
.woocommerce-info > svg:first-child,
.woocommerce-info > img:first-child,
.woocommerce-info > i:first-child,
.woocommerce-info > span:first-child[class*="icon"],
.woocommerce-info > div:first-child[class*="icon"],
.woocommerce-info > *:first-child[class*="icon"] {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ===== Responsive tweaks ===== */
@media (max-width: 768px) {
    .woocommerce-account .addresses {
        gap: 12px !important;
    }
    
    .woocommerce-account .woocommerce-Address {
        padding: 14px !important;
    }
    
    .woocommerce-account .addresses .title {
        align-items: baseline;
        gap: 10px;
        margin-bottom: 10px;
        padding-bottom: 8px;
    }
    
    .woocommerce-account .addresses .title h3 {
        font-size: 0.8rem;
    }
    
    .woocommerce-account .addresses .title .edit {
        font-size: 0.7rem;
        padding: 2px 6px;
    }
    
    .woocommerce-account .addresses address {
        font-size: 0.85rem;
        line-height: 1.4;
    }
    
    .woocommerce-account .addresses address p {
        margin: 3px 0;
    }
}

@media (max-width: 640px) {
    .woocommerce-account form.woocommerce-EditAccountForm .input-text {
        font-size: 1rem;
    }
    
    .woocommerce-account .addresses {
        gap: 12px;
    }
}

