:root {
    --indesold-navy: #0a2038;
    --indesold-blue: #0b5d9e;
    --indesold-blue-dark: #084777;
    --indesold-light: #f3f7fb;
    --indesold-border: #dce6ef;
    --indesold-text: #132a42;
    --indesold-muted: #67788a;
    --indesold-yellow: #f0b323;
    --indesold-success: #2f9e6f;
    --indesold-danger: #b94a48;
}

.indesold-account-page .site-content,
.indesold-account-page .content-area,
.indesold-account-page main.site-main {
    background: var(--indesold-light);
}

.logged-in.indesold-account-page .woocommerce {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 28px;
    width: min(1180px, calc(100% - 32px));
    margin: 44px auto 72px;
}

.indesold-account-page:not(.logged-in) .woocommerce {
    width: min(720px, calc(100% - 28px));
    margin: 54px auto 72px;
    padding: 30px;
    border: 1px solid var(--indesold-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 14px 40px rgba(20, 45, 70, .08);
}
.indesold-account-page:not(.logged-in) .woocommerce h2 { color: var(--indesold-navy); }
.indesold-account-page:not(.logged-in) .woocommerce-form-login { margin: 0; border: 0; padding: 0; }
.indesold-account-page:not(.logged-in) .woocommerce-form-login .button {
    border-radius: 999px;
    color: #fff;
    background: var(--indesold-blue);
}

.indesold-account-hero {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    padding: 24px 28px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(125deg, var(--indesold-navy), #123f69);
    box-shadow: 0 18px 50px rgba(10, 32, 56, .16);
}

.indesold-account-avatar img {
    display: block;
    width: 64px;
    height: 64px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
}
.indesold-account-kicker {
    display: block;
    margin-bottom: 3px;
    color: #c8dcef;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.indesold-account-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(24px, 3vw, 36px);
    line-height: 1.1;
}
.indesold-account-hero p {
    margin: 7px 0 0;
    color: #d8e5f1;
}
.indesold-account-catalog-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border: 1px solid rgba(255,255,255,.35);
    border-radius: 999px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
    white-space: nowrap;
    transition: .2s ease;
}
.indesold-account-catalog-link:hover { background: rgba(255,255,255,.1); transform: translateY(-1px); }

.logged-in.indesold-account-page .woocommerce-MyAccount-navigation {
    width: auto;
    float: none;
}
.logged-in.indesold-account-page .woocommerce-MyAccount-navigation ul {
    position: sticky;
    top: 24px;
    margin: 0;
    padding: 10px;
    border: 1px solid var(--indesold-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(20, 45, 70, .07);
    list-style: none;
}
.logged-in.indesold-account-page .woocommerce-MyAccount-navigation li { margin: 0; border: 0; }
.logged-in.indesold-account-page .woocommerce-MyAccount-navigation a {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 10px 13px;
    border-radius: 10px;
    color: var(--indesold-text);
    text-decoration: none;
    font-weight: 650;
    transition: .18s ease;
}
.logged-in.indesold-account-page .woocommerce-MyAccount-navigation a:hover {
    color: var(--indesold-blue);
    background: #eff6fc;
}
.logged-in.indesold-account-page .woocommerce-MyAccount-navigation .is-active a {
    color: #fff;
    background: var(--indesold-blue);
}

.logged-in.indesold-account-page .woocommerce-MyAccount-content {
    width: auto;
    min-width: 0;
    float: none;
    padding: 28px;
    border: 1px solid var(--indesold-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(20, 45, 70, .06);
}
.logged-in.indesold-account-page .woocommerce-MyAccount-content > p:first-child { margin-top: 0; }
.logged-in.indesold-account-page .woocommerce-MyAccount-content a { color: var(--indesold-blue); }
.logged-in.indesold-account-page .woocommerce-MyAccount-content .button,
.logged-in.indesold-account-page .woocommerce-MyAccount-content button.button,
.logged-in.indesold-account-page .woocommerce-MyAccount-content input.button {
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: var(--indesold-blue);
    font-weight: 700;
}
.logged-in.indesold-account-page .woocommerce-MyAccount-content .button:hover { color: #fff; background: var(--indesold-blue-dark); }

.indesold-section-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--indesold-border);
}
.indesold-section-heading span {
    display: block;
    color: var(--indesold-blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}
.indesold-section-heading h2 {
    margin: 3px 0 0;
    color: var(--indesold-navy);
    font-size: clamp(26px, 3vw, 36px);
}
.indesold-section-heading p {
    max-width: 520px;
    margin: 0;
    color: var(--indesold-muted);
    line-height: 1.55;
}

.indesold-learning-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}
.indesold-learning-card {
    overflow: hidden;
    border: 1px solid var(--indesold-border);
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(12, 40, 66, .07);
}
.indesold-learning-card__media {
    position: relative;
    min-height: 190px;
    background: linear-gradient(135deg, var(--indesold-navy), var(--indesold-blue));
}
.indesold-learning-card__media img {
    display: block;
    width: 100%;
    height: 210px;
    object-fit: cover;
}
.indesold-image-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 210px;
    color: rgba(255,255,255,.86);
    font-size: 22px;
    font-weight: 800;
    letter-spacing: .08em;
}
.indesold-status-badge {
    position: absolute;
    left: 16px;
    bottom: 14px;
    display: inline-flex;
    padding: 7px 11px;
    border-radius: 999px;
    color: var(--indesold-navy);
    background: rgba(255,255,255,.95);
    box-shadow: 0 4px 14px rgba(4, 25, 43, .16);
    font-size: 12px;
    font-weight: 800;
}
.indesold-status-badge--passed,
.indesold-status-badge--completed,
.indesold-status-badge--finished { color: #176b4b; background: #dcf5e9; }
.indesold-status-badge--failed { color: #9e3434; background: #fde4e4; }
.indesold-status-badge--theory-ready { color: #77550a; background: #fff0c7; }

.indesold-learning-card__body { padding: 22px; }
.indesold-learning-card__eyebrow {
    color: var(--indesold-blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .07em;
    text-transform: uppercase;
}
.indesold-learning-card h3 {
    margin: 7px 0 16px;
    color: var(--indesold-navy);
    font-size: 21px;
    line-height: 1.25;
}
.indesold-last-access { margin: 10px 0 16px; color: var(--indesold-muted); font-size: 13px; }

.indesold-progress {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px;
}
.indesold-progress__track {
    overflow: hidden;
    height: 8px;
    border-radius: 999px;
    background: #e8eef4;
}
.indesold-progress__track span {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--indesold-blue), #3e94cf);
}
.indesold-progress strong { color: var(--indesold-navy); font-size: 13px; }

.indesold-button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px !important;
    border: 1px solid var(--indesold-blue) !important;
    border-radius: 999px !important;
    color: #fff !important;
    background: var(--indesold-blue) !important;
    text-decoration: none !important;
    font-weight: 750 !important;
    line-height: 1.2;
    cursor: pointer;
    transition: .18s ease;
}
.indesold-button:hover { color: #fff !important; background: var(--indesold-blue-dark) !important; transform: translateY(-1px); }
.indesold-button--secondary { color: var(--indesold-blue) !important; background: #fff !important; }
.indesold-button--secondary:hover { color: #fff !important; background: var(--indesold-blue) !important; }

.indesold-practice-panel {
    position: relative;
    margin-top: 20px;
    padding: 16px;
    border: 1px solid #dce7ef;
    border-radius: 13px;
    background: #f7fafc;
}
.indesold-practice-panel__heading {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.indesold-practice-panel__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    background: var(--indesold-navy);
    font-size: 13px;
    font-weight: 800;
}
.indesold-practice-panel__heading span:not(.indesold-practice-panel__icon) {
    display: block;
    color: var(--indesold-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.indesold-practice-panel h4 { margin: 1px 0 0; color: var(--indesold-navy); font-size: 16px; }
.indesold-practice-panel p { margin: 9px 0; color: var(--indesold-muted); font-size: 14px; line-height: 1.5; }
.indesold-practice-badge {
    display: inline-flex;
    padding: 5px 9px;
    border-radius: 999px;
    color: #5d4a16;
    background: #fff0c7;
    font-size: 11px;
    font-weight: 800;
}
.indesold-practice-badge--completed { color: #176b4b; background: #dcf5e9; }
.indesold-practice-badge--cancelled { color: #943a3a; background: #fde4e4; }
.indesold-practice-badge--locked { color: #586675; background: #e9eef3; }
.indesold-practice-badge--scheduled { color: #0b588d; background: #dfeffc; }
.indesold-practice-details {
    display: grid;
    grid-template-columns: minmax(76px, auto) minmax(0, 1fr);
    gap: 7px 12px;
    margin: 14px 0 0;
    font-size: 13px;
}
.indesold-practice-details dt { color: var(--indesold-navy); font-weight: 800; }
.indesold-practice-details dd { margin: 0; color: var(--indesold-muted); }
.indesold-practice-request-form { margin-top: 12px; }

.indesold-empty-state {
    padding: 42px 24px;
    border: 1px dashed #bfcdd9;
    border-radius: 16px;
    text-align: center;
    background: #f8fbfd;
}
.indesold-empty-state strong { display: block; color: var(--indesold-navy); font-size: 22px; }
.indesold-empty-state p { color: var(--indesold-muted); }
.indesold-session-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 7px 12px;
    margin-bottom: 18px;
    padding: 12px 14px;
    border-radius: 10px;
    background: #edf5fb;
    color: var(--indesold-muted);
    font-size: 13px;
}
.indesold-session-info strong { color: var(--indesold-navy); }
.indesold-session-info a { margin-left: auto; }

.logged-in.indesold-account-page table.shop_table {
    border-color: var(--indesold-border);
    border-radius: 12px;
    overflow: hidden;
}
.logged-in.indesold-account-page table.shop_table th { color: var(--indesold-navy); background: #f5f8fb; }
.logged-in.indesold-account-page .woocommerce-Address,
.logged-in.indesold-account-page .woocommerce-address-fields,
.logged-in.indesold-account-page form.woocommerce-EditAccountForm {
    padding: 20px;
    border: 1px solid var(--indesold-border);
    border-radius: 14px;
    background: #fbfdff;
}
.indesold-account-page input.input-text,
.indesold-account-page select,
.indesold-account-page textarea {
    min-height: 44px;
    border: 1px solid #cad7e2;
    border-radius: 9px;
    background: #fff;
}

@media (max-width: 900px) {
    .logged-in.indesold-account-page .woocommerce { grid-template-columns: 1fr; gap: 18px; margin-top: 24px; }
    .logged-in.indesold-account-page .woocommerce-MyAccount-navigation ul {
        position: static;
        display: flex;
        gap: 7px;
        overflow-x: auto;
        padding: 8px;
        scrollbar-width: thin;
    }
    .logged-in.indesold-account-page .woocommerce-MyAccount-navigation li { flex: 0 0 auto; }
    .logged-in.indesold-account-page .woocommerce-MyAccount-navigation a { min-height: 40px; padding: 8px 12px; white-space: nowrap; }
    .indesold-learning-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
    .logged-in.indesold-account-page .woocommerce { width: min(100% - 20px, 1180px); margin-bottom: 42px; }
    .indesold-account-hero { grid-template-columns: auto minmax(0, 1fr); gap: 12px; padding: 20px; }
    .indesold-account-avatar img { width: 52px; height: 52px; }
    .indesold-account-catalog-link { grid-column: 1 / -1; width: 100%; }
    .logged-in.indesold-account-page .woocommerce-MyAccount-content { padding: 20px 16px; }
    .indesold-section-heading { display: block; }
    .indesold-section-heading p { margin-top: 10px; }
    .indesold-learning-card__media img,
    .indesold-image-placeholder { height: 180px; min-height: 180px; }
    .indesold-learning-card__body { padding: 18px; }
}

/* 0.6.1 responsive hardening */
.indesold-account-page,
.indesold-account-page .site,
.indesold-account-page .site-content,
.indesold-account-page .content-area,
.indesold-account-page main,
.indesold-account-page .woocommerce,
.indesold-account-page .woocommerce-MyAccount-navigation,
.indesold-account-page .woocommerce-MyAccount-content,
.indesold-account-courses,
.indesold-learning-grid,
.indesold-learning-card,
.indesold-learning-card__body {
    min-width: 0;
    max-width: 100%;
}
.indesold-account-page { overflow-x: clip; }
.indesold-account-hero > div,
.indesold-section-heading > div { min-width: 0; }
.indesold-account-hero h1,
.indesold-account-hero p,
.indesold-learning-card h3,
.indesold-practice-details dd {
    overflow-wrap: anywhere;
    word-break: normal;
}
.logged-in.indesold-account-page .woocommerce-MyAccount-content { overflow: hidden; }
.indesold-learning-card__media { overflow: hidden; }

@media (max-width: 640px) {
    .logged-in.indesold-account-page .woocommerce {
        width: calc(100% - 20px);
        gap: 14px;
        margin: 16px auto 40px;
    }
    .indesold-account-hero {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 10px 12px;
        padding: 16px;
        border-radius: 14px;
    }
    .indesold-account-avatar img { width: 44px; height: 44px; }
    .indesold-account-hero h1 { font-size: 21px; }
    .indesold-account-hero p { font-size: 13px; line-height: 1.45; }
    .indesold-account-catalog-link {
        grid-column: 1 / -1;
        min-height: 40px;
        width: 100%;
        padding: 8px 12px;
        font-size: 13px;
    }
    .logged-in.indesold-account-page .woocommerce-MyAccount-navigation ul {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
        overflow: visible;
        padding: 7px;
    }
    .logged-in.indesold-account-page .woocommerce-MyAccount-navigation li { min-width: 0; }
    .logged-in.indesold-account-page .woocommerce-MyAccount-navigation a {
        justify-content: center;
        min-height: 38px;
        padding: 7px 8px;
        text-align: center;
        white-space: normal;
        font-size: 12px;
        line-height: 1.2;
    }
    .logged-in.indesold-account-page .woocommerce-MyAccount-navigation-link--customer-logout {
        grid-column: 1 / -1;
    }
    .logged-in.indesold-account-page .woocommerce-MyAccount-content {
        padding: 17px 13px;
        border-radius: 14px;
    }
    .indesold-section-heading { margin-bottom: 18px; padding-bottom: 14px; }
    .indesold-section-heading h2 { font-size: 25px; }
    .indesold-section-heading p { font-size: 13px; line-height: 1.45; }
    .indesold-learning-card { width: 100%; border-radius: 14px; }
    .indesold-learning-card__media { min-height: 160px; }
    .indesold-learning-card__media img,
    .indesold-image-placeholder { height: 170px; min-height: 170px; }
    .indesold-learning-card__body { padding: 16px; }
    .indesold-learning-card h3 { margin-bottom: 13px; font-size: 18px; }
    .indesold-status-badge { left: 12px; bottom: 11px; max-width: calc(100% - 24px); }
    .indesold-button { width: 100%; }
    .indesold-practice-panel { padding: 14px; }
    .indesold-practice-details { grid-template-columns: 72px minmax(0, 1fr); gap: 7px 9px; }
}

@media (max-width: 400px) {
    .logged-in.indesold-account-page .woocommerce-MyAccount-navigation ul { grid-template-columns: 1fr; }
    .logged-in.indesold-account-page .woocommerce-MyAccount-navigation-link--customer-logout { grid-column: auto; }
    .indesold-practice-details { grid-template-columns: 1fr; }
    .indesold-practice-details dd { margin-bottom: 5px; }
}

/* 0.6.2: lost-password and password-reset forms */
.indesold-account-page:not(.logged-in) .woocommerce-ResetPassword,
.indesold-account-page:not(.logged-in) form.lost_reset_password {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}
.indesold-account-page:not(.logged-in) .woocommerce-ResetPassword > p:first-child,
.indesold-account-page:not(.logged-in) form.lost_reset_password > p:first-child {
    max-width: 520px;
    margin: 0 0 24px;
    color: var(--indesold-muted);
    line-height: 1.65;
}
.indesold-account-page:not(.logged-in) .woocommerce-ResetPassword .form-row,
.indesold-account-page:not(.logged-in) form.lost_reset_password .form-row,
.indesold-account-page:not(.logged-in) .woocommerce-ResetPassword .form-row-first,
.indesold-account-page:not(.logged-in) .woocommerce-ResetPassword .form-row-last {
    float: none !important;
    clear: both !important;
    width: 100% !important;
    margin: 0 0 18px !important;
}
.indesold-account-page:not(.logged-in) .woocommerce-ResetPassword label,
.indesold-account-page:not(.logged-in) form.lost_reset_password label {
    display: block;
    margin-bottom: 7px;
    color: var(--indesold-navy);
    font-weight: 700;
}
.indesold-account-page:not(.logged-in) .woocommerce-ResetPassword input.input-text,
.indesold-account-page:not(.logged-in) form.lost_reset_password input.input-text {
    display: block;
    width: 100% !important;
    min-height: 48px;
    padding: 10px 44px 10px 13px;
}
.indesold-account-page:not(.logged-in) .woocommerce-ResetPassword .password-input,
.indesold-account-page:not(.logged-in) form.lost_reset_password .password-input {
    display: block;
    width: 100%;
}
.indesold-account-page:not(.logged-in) .woocommerce-ResetPassword .woocommerce-Button,
.indesold-account-page:not(.logged-in) form.lost_reset_password .woocommerce-Button {
    min-height: 46px;
    padding: 10px 24px;
    border: 0;
    border-radius: 999px;
    color: #fff;
    background: var(--indesold-blue);
    font-weight: 750;
}
@media (max-width: 640px) {
    .indesold-account-page:not(.logged-in) .woocommerce {
        width: calc(100% - 20px);
        margin: 24px auto 44px;
        padding: 22px 16px;
        border-radius: 14px;
    }
}

/* 0.7.3 — visual alignment with the INDESOLD site design system */
:root {
    --indesold-navy: #0B1F33;
    --indesold-blue: #06518F;
    --indesold-blue-dark: #0B1F33;
    --indesold-light: #F7FAFD;
    --indesold-border: #D9E3EE;
    --indesold-text: #334155;
    --indesold-muted: #64748B;
    --indesold-yellow: #F2B705;
}

.indesold-account-page .woocommerce,
.indesold-account-page .woocommerce input,
.indesold-account-page .woocommerce select,
.indesold-account-page .woocommerce textarea,
.indesold-account-page .woocommerce table,
.indesold-account-page .woocommerce p,
.indesold-account-page .woocommerce li {
    font-family: Inter, sans-serif;
    color: var(--indesold-text);
}

.indesold-account-page .woocommerce h1,
.indesold-account-page .woocommerce h2,
.indesold-account-page .woocommerce h3,
.indesold-account-page .woocommerce h4,
.indesold-account-page .woocommerce h5,
.indesold-account-page .woocommerce h6,
.indesold-account-page .woocommerce legend {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
    color: var(--indesold-navy);
}

.indesold-account-page .woocommerce a:not(.button):not(.indesold-button):not(.indesold-account-catalog-link) {
    color: var(--indesold-blue);
}
.indesold-account-page .woocommerce a:not(.button):not(.indesold-button):not(.indesold-account-catalog-link):hover {
    color: var(--indesold-navy);
}

.indesold-account-hero {
    background: linear-gradient(125deg, var(--indesold-navy), var(--indesold-blue));
}

.logged-in.indesold-account-page .woocommerce-MyAccount-navigation .is-active a {
    background: var(--indesold-blue);
}
.logged-in.indesold-account-page .woocommerce-MyAccount-navigation a:hover {
    color: var(--indesold-blue);
    background: #EEF5FA;
}

.indesold-learning-card,
.indesold-practice-panel,
.logged-in.indesold-account-page .woocommerce-MyAccount-content,
.logged-in.indesold-account-page .woocommerce-MyAccount-navigation ul,
.indesold-account-page:not(.logged-in) .woocommerce {
    border-color: var(--indesold-border);
}

.indesold-learning-card h3,
.indesold-practice-panel h4,
.indesold-section-heading h2 {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
    color: var(--indesold-navy);
}

.indesold-button,
.logged-in.indesold-account-page .woocommerce-MyAccount-content .button,
.logged-in.indesold-account-page .woocommerce-MyAccount-content button.button,
.logged-in.indesold-account-page .woocommerce-MyAccount-content input.button,
.indesold-account-page:not(.logged-in) .woocommerce-form-login .button,
.indesold-account-page:not(.logged-in) .woocommerce-ResetPassword .woocommerce-Button,
.indesold-account-page:not(.logged-in) form.lost_reset_password .woocommerce-Button,
.indesold-account-catalog-link {
    min-height: 52px;
    padding: 13px 30px !important;
    border: 2px solid var(--indesold-blue) !important;
    border-radius: 50px !important;
    color: #FFFFFF !important;
    background: var(--indesold-blue) !important;
    font-family: Karla, Inter, sans-serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.2;
}

.indesold-account-catalog-link {
    border-color: rgba(255,255,255,.88) !important;
    background: transparent !important;
}

.indesold-button:hover,
.indesold-button:focus-visible,
.logged-in.indesold-account-page .woocommerce-MyAccount-content .button:hover,
.logged-in.indesold-account-page .woocommerce-MyAccount-content .button:focus-visible,
.indesold-account-page:not(.logged-in) .woocommerce-form-login .button:hover,
.indesold-account-page:not(.logged-in) .woocommerce-ResetPassword .woocommerce-Button:hover,
.indesold-account-page:not(.logged-in) form.lost_reset_password .woocommerce-Button:hover,
.indesold-account-catalog-link:hover,
.indesold-account-catalog-link:focus-visible {
    border-color: var(--indesold-yellow) !important;
    color: var(--indesold-navy) !important;
    background: var(--indesold-yellow) !important;
}

.indesold-button--secondary {
    border-color: var(--indesold-blue) !important;
    color: var(--indesold-blue) !important;
    background: #FFFFFF !important;
}
.indesold-button--secondary:hover,
.indesold-button--secondary:focus-visible {
    border-color: var(--indesold-yellow) !important;
    color: var(--indesold-navy) !important;
    background: var(--indesold-yellow) !important;
}

.indesold-progress__track span {
    background: var(--indesold-blue);
}

@media (max-width: 640px) {
    .indesold-button,
    .logged-in.indesold-account-page .woocommerce-MyAccount-content .button,
    .logged-in.indesold-account-page .woocommerce-MyAccount-content button.button,
    .logged-in.indesold-account-page .woocommerce-MyAccount-content input.button,
    .indesold-account-page:not(.logged-in) .woocommerce-form-login .button,
    .indesold-account-page:not(.logged-in) .woocommerce-ResetPassword .woocommerce-Button,
    .indesold-account-page:not(.logged-in) form.lost_reset_password .woocommerce-Button,
    .indesold-account-catalog-link {
        min-height: 48px;
        padding: 11px 22px !important;
        font-size: 16px !important;
    }
}

/* 0.7.4 — explicit on-dark contrast rules.
 * Keep the account hero readable even when the generic WooCommerce/theme
 * typography rules have greater specificity. */
.indesold-account-page .woocommerce .indesold-account-hero {
    --indesold-on-dark-title: #FFFFFF;
    --indesold-on-dark-text: #E5EEF6;
    --indesold-on-dark-muted: #C7D6E4;
}

.indesold-account-page .woocommerce .indesold-account-hero h1,
.indesold-account-page .woocommerce .indesold-account-hero h2,
.indesold-account-page .woocommerce .indesold-account-hero h3,
.indesold-account-page .woocommerce .indesold-account-hero h4,
.indesold-account-page .woocommerce .indesold-account-hero h5,
.indesold-account-page .woocommerce .indesold-account-hero h6 {
    color: var(--indesold-on-dark-title) !important;
}

.indesold-account-page .woocommerce .indesold-account-hero .indesold-account-kicker {
    color: var(--indesold-on-dark-muted) !important;
}

.indesold-account-page .woocommerce .indesold-account-hero p {
    color: var(--indesold-on-dark-text) !important;
}

.indesold-account-page .woocommerce .indesold-account-hero .indesold-account-catalog-link {
    border-color: rgba(255,255,255,.9) !important;
    color: #FFFFFF !important;
    background: transparent !important;
}
.indesold-account-page .woocommerce .indesold-account-hero .indesold-account-catalog-link:hover,
.indesold-account-page .woocommerce .indesold-account-hero .indesold-account-catalog-link:focus-visible {
    border-color: #F2B705 !important;
    color: #0B1F33 !important;
    background: #F2B705 !important;
}

/* 0.7.5 — harden the new-account password form against theme/Woo layout rules. */
body.indesold-account-page:not(.logged-in) .woocommerce form.woocommerce-ResetPassword,
body.indesold-account-page:not(.logged-in) .woocommerce form.lost_reset_password {
    display: block !important;
    width: 100% !important;
    max-width: 560px !important;
    margin: 0 auto !important;
}
body.indesold-account-page:not(.logged-in) .woocommerce form.woocommerce-ResetPassword p.form-row,
body.indesold-account-page:not(.logged-in) .woocommerce form.lost_reset_password p.form-row,
body.indesold-account-page:not(.logged-in) .woocommerce form.woocommerce-ResetPassword .form-row-first,
body.indesold-account-page:not(.logged-in) .woocommerce form.woocommerce-ResetPassword .form-row-last,
body.indesold-account-page:not(.logged-in) .woocommerce form.lost_reset_password .form-row-first,
body.indesold-account-page:not(.logged-in) .woocommerce form.lost_reset_password .form-row-last {
    display: block !important;
    float: none !important;
    clear: both !important;
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 20px !important;
}
body.indesold-account-page:not(.logged-in) .woocommerce form.woocommerce-ResetPassword .password-input,
body.indesold-account-page:not(.logged-in) .woocommerce form.lost_reset_password .password-input {
    position: relative;
    display: block !important;
    width: 100% !important;
    max-width: none !important;
}
body.indesold-account-page:not(.logged-in) .woocommerce form.woocommerce-ResetPassword input[type="password"],
body.indesold-account-page:not(.logged-in) .woocommerce form.lost_reset_password input[type="password"] {
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 50px;
    padding: 11px 46px 11px 14px !important;
    border: 1px solid #D9E3EE !important;
    border-radius: 8px !important;
}
body.indesold-account-page:not(.logged-in) .woocommerce .woocommerce-password-strength,
body.indesold-account-page:not(.logged-in) .woocommerce .woocommerce-password-hint {
    display: block;
    width: 100%;
    margin-top: 8px;
}
body.indesold-account-page:not(.logged-in) .woocommerce form.woocommerce-ResetPassword .show-password-input,
body.indesold-account-page:not(.logged-in) .woocommerce form.lost_reset_password .show-password-input {
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
}
