.woocommerce-account .woocommerce-MyAccount-wrapper {
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    justify-content: space-between;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
    flex-shrink: 0;
    width: 230px;
    min-height: 100%;
    padding: 16px 0;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border-right: 1px solid #e8e8e8;
    display: flex;
    flex-direction: column;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.35;
    padding: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 20px;
    color: #111;
    text-decoration: none;
    transition: background 0.15s;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    background: #f5f5f5;
    color: #111;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active > a {
    background: #f2f2f2;
    font-weight: 600;
}
.woocommerce-account .woocommerce-MyAccount-navigation .myacc-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation .myacc-label {
    color: #0e0e0e;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
    margin-top: auto;
    border-top: 1px solid #f0f0f0;
    padding-top: 8px;
}
.woocommerce-account .woocommerce-MyAccount-content {
    flex: 1;
    min-width: 0;
    padding: 24px 32px;
    overflow: hidden;
}
.woocommerce-account .woocommerce-MyAccount-navigation-select-wrap {
    display: none;
}
@media (max-width: 900px) {
    .woocommerce-account .woocommerce-MyAccount-wrapper {
        flex-direction: column;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100%;
        min-height: 0;
        padding: 16px;
        border-right: none;
        border-bottom: 1px solid #e8e8e8;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation-list {
        display: none !important;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation-select-wrap {
        position: relative;
        display: block;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation-select {
        width: 100%;
        appearance: none;
        -webkit-appearance: none;
        background: #fff;
        border: 1px solid #e0e0e0 !important;
        border-radius: 6px;
        padding: 0 12px;
        height: 52px !important;
        font-size: 15px;
        font-weight: 600;
        color: #111;
        cursor: pointer;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation-select__arrow {
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
        color: #666;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        padding: 24px 16px;
        width: 100%;
    }
}
.eeb-encoded {
    display: none;
}
/* ==========================================================================
   Custom WooCommerce Login Template
   ========================================================================== */
.woocommerce .woocommerce-form-login {
    box-shadow: none;
    padding: 0 !important;
    border: none !important;
}
.custom-login-wrapper {
    max-width: 480px;
    margin: 40px auto;
    padding: 0 16px;
}
.custom-login-wrapper div.nsl-container.nsl-container-block .nsl-container-buttons {
    width: 100%;
}
.login-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 32px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.login-card__title {
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 24px;
    color: #111;
}
.login-card__title--sm {
    font-size: 20px;
    margin-bottom: 4px;
}
.login-card__subtitle {
    font-size: 14px;
    color: #6b6b6b;
    margin: 0 0 24px;
}
.profile-name {
    font-weight: 600;
    margin: 0 0 4px;
    color: #111;
}
/* ---- Form rows / inputs ---- */
.custom-login-form .form-row {
    margin: 0 0 14px;
    position: relative;
}
.custom-login-form input[type="text"],
.custom-login-form input[type="email"],
.custom-login-form input[type="tel"],
.custom-login-form input[type="password"] {
    width: 100%;
    box-sizing: border-box;
    padding: 13px 14px !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 8px !important;
    font-size: 15px;
    color: #111;
    background: #fff;
    margin-bottom: 10px !important;
}
.custom-login-form input::placeholder {
    color: #9a9a9a;
}
.custom-login-form input:focus {
    border-color: #111;
}
/* Floating label style used in step 2 / step 3 (label above the box, like screenshot 2) */
.floating-label label {
    display: block;
    font-size: 11px;
    color: #8a8a8a;
    margin-bottom: 2px;
    position: absolute;
    top: -10px;
    background: white;
    padding: 0 6px;
    left: 10px;
}
.password-row {
    position: relative;
}
.password-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #6b6b6b;
    display: flex;
    padding: 0;
}
.floating-label.password-row .password-toggle {
    top: 60%;
}
.login-forgot-link {
    margin: 0 0 20px;
    text-align: left;
}
.login-forgot-link a {
    font-size: 14px;
    color: #111;
    text-decoration: underline;
}
/* ---- Buttons ---- */
.btn {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.03em;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 20px;
    transition: opacity 0.15s ease;
}
.btn--block {
    width: 100%;
}
.btn--primary {
    background: #111;
    color: #fff;
    border: none;
    text-transform: uppercase;
}
.btn--primary:hover {
    opacity: 0.88;
}
.btn--outline {
    background: #fff;
    color: #111;
    border: 1px solid #d8d8d8;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.btn--outline:hover {
    background: #f7f7f7;
}
/* ---- Divider ---- */
.login-divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: #8a8a8a;
    font-size: 13px;
    margin: 24px 0 20px;
}
.login-divider::before,
.login-divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #e5e5e5;
}
.login-divider span {
    padding: 0 12px;
}
/* ---- Account type selector ---- */
.account-type-label {
    font-size: 14px;
    color: #444;
    margin: 0 0 12px;
}
.account-type-options {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 24px;
}
.account-type-card {
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: left;
    width: 100%;
    background: #fff !important;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 14px 16px;
    cursor: pointer;
}
.account-type-card.is-selected {
    background: #f3f3f3 !important;
    border-color: #d0d0d0;
}
.account-type-card__icon {
    flex: 0 0 auto;
    width: 44px;
    height: 44px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e5e5e5;
    color: #9a9a9a;
}
.account-type-card__icon--dark {
    background: #111;
    color: #fff;
}
.account-type-card__text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.account-type-card__text strong {
    font-size: 15px;
    color: #111;
}
.account-type-card__text span {
    font-size: 13px;
    color: #6b6b6b;
    white-space: break-spaces;
}
/* ---- eID buttons ---- */
.eid-buttons {
    margin-bottom: 20px;
}
.eid-btn svg {
    flex-shrink: 0;
}
/* ---- Info note ---- */
.login-info-note {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    background: #f5f5f5;
    border-radius: 8px;
    padding: 12px 14px;
    font-size: 13px;
    color: #555;
    line-height: 1.4;
}
.login-info-note--compact {
    margin: 4px 0 14px;
}
.login-info-note__icon {
    flex: 0 0 auto;
    margin-top: 2px;
    color: #888;
}
/* ---- Back link ---- */
.back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: none !important;
    border: none !important;
    color: #444 !important;
    font-size: 13px;
    cursor: pointer;
    padding: 0;
    margin-bottom: 18px;
}
/* ---- Terms checkbox row ---- */
.terms-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    color: #555;
    margin: 4px 0 22px;
    line-height: 1.5;
}
.terms-row input[type="checkbox"] {
    margin-top: 3px;
}
.terms-row a {
    color: #111;
    text-decoration: underline;
}
/* ---- Step visibility ---- */
.login-card--step[hidden],
.login-card[hidden],
.woocommerce-account .page-header {
    display: none;
}
.login-inline-error {
    color: #c0392b;
    font-size: 13px;
    margin: -4px 0 12px;
}
/* ---- Registration success modal ---- */
.reg-success-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
}
.reg-success-overlay[hidden] {
    display: none;
}
.reg-success-modal {
    background: #fff;
    border-radius: 16px;
    padding: 40px 32px 32px;
    max-width: 360px;
    width: 100%;
    position: relative;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
}
.reg-success-modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    background: none;
    border: none;
    font-size: 18px;
    color: #6b6b6b;
    cursor: pointer;
    line-height: 1;
    padding: 4px;
}
.reg-success-modal__close:hover {
    color: #111;
}
.reg-success-modal__title {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin: 0 0 16px;
}
.reg-success-modal__body {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin: 0 0 28px;
}
.reg-success-modal__btn {
    text-decoration: none;
}
/* ---- Read-only identity fields (from eID Easy) ---- */
.custom-login-form .input-readonly {
    background: #f5f5f5 !important;
    color: #6b6b6b !important;
    cursor: default !important;
    border-color: #e5e5e5 !important;
}
.custom-login-form .input-readonly:focus {
    border-color: #e5e5e5 !important;
    outline: none;
}
/* ---- Password requirements list ---- */
.password-requirements {
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
    font-size: 13px;
    color: #6b6b6b;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.password-requirements li {
    display: flex;
    align-items: center;
    gap: 8px;
}
.password-requirements li::before {
    content: '';
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1.5px solid #c0c0c0;
    background: #fff;
    transition: background 0.15s, border-color 0.15s;
}
.password-requirements li.met {
    color: #2a7a3b;
}
.password-requirements li.met::before {
    background: #2a7a3b;
    border-color: #2a7a3b;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%23fff' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 10px 10px;
}
@media (max-width: 480px) {
    .login-card {
        padding: 24px 20px;
    }
}
/* ==========================================================================
   My Account Dashboard
   ========================================================================== */
.acc-dashboard {
    max-width: 1100px;
    margin: 0 auto;
}
.acc-dashboard__header {
    margin-bottom: 24px;
}
.acc-dashboard__header h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 4px;
    color: #111;
}
.acc-dashboard__header p {
    font-size: 14px;
    color: #6b6b6b;
    margin: 0;
}
/* ---- Quick action cards ---- */
.acc-dashboard__quick-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
}
.quick-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 20px;
    flex: 32%;
}
.quick-card__eyebrow {
    font-size: 13px;
    color: #8a8a8a;
    margin: 0 0 4px;
}
.quick-card__title {
    font-size: 17px;
    font-weight: 700;
    color: #111;
    margin: 0 0 18px;
}
.quick-card__icon {
    font-weight: 700;
}
/* ---- Shared panel ---- */
.acc-panel {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 24px;
}
.acc-panel__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}
.acc-panel__header h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    color: #111;
}
.view-all-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    color: #444;
    text-decoration: none;
}
.view-all-link:hover {
    color: #111;
}
.acc-empty-state {
    font-size: 13px;
    color: #8a8a8a;
    padding: 12px 0;
}
.acc-empty-reservations {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 32px 16px;
    gap: 10px;
}
.acc-empty-reservations__img {
    max-width: 180px;
    height: auto;
    margin-bottom: 8px;
    opacity: 0.85;
}
.acc-empty-reservations__title {
    font-size: 16px;
    font-weight: 600;
    color: #111;
    margin: 0;
}
.acc-empty-reservations__text {
    font-size: 13px;
    color: #8a8a8a;
    margin: 0;
}
/* ---- Reservations ---- */
.reservation-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.reservation-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: #f7f7f7;
    border-radius: 10px;
    padding: 14px 16px;
}
.reservation-row__title {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    margin: 0 0 4px;
}
.reservation-row__with {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #555;
    margin: 0 0 4px;
}
.reservation-row__meta {
    font-size: 12px;
    color: #8a8a8a;
    margin: 0;
}
.reservation-row__actions {
    display: flex;
    gap: 8px;
    flex-shrink: 0;
}
/* ---- Two column layout ---- */
.acc-dashboard__columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.acc-dashboard__columns .acc-panel {
    margin-bottom: 0;
}
/* ---- Memberships ---- */
.membership-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.membership-card {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 14px 16px;
}
.membership-card__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.membership-card__top strong {
    font-size: 14px;
    color: #111;
}
.status-pill {
    font-size: 11px;
    font-weight: 600;
    color: #2f8f4e;
    background: #e4f5e9;
    border-radius: 20px;
    padding: 3px 10px;
}
.progress-bar {
    height: 6px;
    background: #e2e2e2;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 8px;
}
.progress-bar__fill {
    height: 100%;
    background: #111;
}
.membership-card__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #6b6b6b;
}
.membership-card__count {
    font-weight: 600;
    color: #111;
}
.membership-card__line {
    font-size: 12px;
    color: #6b6b6b;
    margin: 0 0 4px;
}
/* ---- Campaigns ---- */
.campaign-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.campaign-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    background: #f7f7f7;
    border-radius: 10px;
    padding: 14px 16px;
}
.campaign-row__tag {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: #8a8a8a;
    margin: 0 0 4px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.campaign-row__title {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    margin: 0 0 4px;
}
.campaign-row__subtitle {
    font-size: 12px;
    color: #8a8a8a;
    margin: 0;
}
/* ---- Small buttons (shared with reservation/campaign rows) ---- */
.btn--dark-sm,
.btn--outline-sm {
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em;
    text-transform: uppercase !important;
    border-radius: 7px !important;
    padding: 9px 16px !important;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}
.btn--dark-sm {
    background: #111;
    color: #fff;
    border: none;
}
.btn--dark-sm:hover {
    opacity: 0.88;
}
.btn--outline-sm {
    background: #fff;
    color: #111;
    border: 1px solid #d8d8d8;
}
.btn--outline-sm:hover {
    background: #f7f7f7;
}
/* ---- Responsive ---- */
@media (max-width: 900px) {
    .acc-dashboard__quick-actions .quick-card {
        flex: 100%;
    }
    .acc-dashboard__columns {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 560px) {
    .reservation-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .reservation-row__actions {
        width: 100%;
    }
    .reservation-row__actions .btn {
        flex: 1;
    }
    .campaign-row {
        flex-direction: column;
    }
}
/* ==========================================================================
   My Account – Edit Account Page
   ========================================================================== */
.acc-account {
    max-width: 1100px;
    margin: 0 auto;
}
.acc-account__header {
    margin-bottom: 24px;
}
.acc-account__header h1 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 4px;
    color: #111;
}
.acc-account__header p {
    font-size: 14px;
    color: #6b6b6b;
    margin: 0;
}
/* ---- Two-column body ---- */
.acc-account__body {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    width: 100%;
}
.acc-account__main {
    flex: 1 1 0%;
    min-width: 0;
}
.acc-account__sidebar {
    flex: 0 0 340px;
    width: 340px;
    min-width: 0;
}
/* ---- Edit button in panel header ---- */
.acc-edit-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: none !important;
    border: none;
    color: #444 !important;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    padding: 0;
    text-transform: none;
    text-decoration: none;
}
.acc-edit-btn:hover {
    color: #111;
}
/* ---- Personal info form ---- */
.acc-field-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.acc-field-wrap {
    position: relative;
}
.acc-field-wrap--full {
    grid-column: 1 / -1;
}
.acc-field-wrap label {
    display: block;
    font-size: 11px;
    color: #8a8a8a;
    margin-bottom: 2px;
    position: absolute;
    top: -9px;
    left: 10px;
    background: #fff;
    padding: 0 4px;
    z-index: 1;
    pointer-events: none;
}
.acc-field-wrap input {
    width: 100% !important;
    box-sizing: border-box;
    padding: 12px 14px !important;
    border: 1px solid #d8d8d8 !important;
    border-radius: 8px !important;
    font-size: 15px;
    color: #111;
    background: #fff !important;
    height: auto !important;
    line-height: normal !important;
    margin: 0 !important;
}
.acc-field-wrap input[readonly] {
    background: #fafafa !important;
    color: #333;
    cursor: default;
}
.acc-field-wrap input:focus {
    outline: none;
    border-color: #111 !important;
}
/* ---- Password row ---- */
.acc-password-row label {
    position: absolute;
    top: -9px;
    left: 10px;
    background: #fff;
    padding: 0 4px;
    font-size: 11px;
    color: #8a8a8a;
    z-index: 1;
    pointer-events: none;
}
.acc-password-display {
    display: flex;
    align-items: center;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    background: #fafafa;
    overflow: hidden;
}
.acc-password-display input {
    flex: 1;
    border: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    padding: 12px 14px !important;
    font-size: 15px;
    letter-spacing: 0.15em;
    color: #333;
}
.acc-change-password-link {
    flex-shrink: 0;
    padding: 0 16px;
    font-size: 13px;
    background: none !important;
    color: #111 !important;
    text-decoration: underline;
    white-space: nowrap;
}
.acc-change-password-link:hover {
    opacity: 0.7;
}
/* ---- Newsletter checkbox ---- */
.acc-newsletter-row {
    padding-top: 4px;
}
.acc-checkbox-label {
    display: flex !important;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    position: static !important;
    top: auto !important;
    left: auto !important;
    background: none !important;
    font-size: inherit;
    color: inherit;
    pointer-events: auto !important;
}
.acc-checkbox-label input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
}
.acc-checkbox-text {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.acc-checkbox-text strong {
    font-size: 14px;
    color: #111;
}
.acc-checkbox-text span {
    font-size: 13px;
    color: #6b6b6b;
}
/* ---- Form action buttons ---- */
.acc-info-form__actions {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
/* ---- Connected accounts ---- */
.acc-connected-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.acc-connected-row {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #f7f7f7;
    border-radius: 10px;
    padding: 14px 16px;
}
.acc-connected-row__icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
}
.acc-connected-row__icon--facebook {
    background: #1877F2;
}
.acc-connected-row__icon--instagram {
    background: #E4405F;
}
.acc-connected-row__icon--google {
    background: #fff;
    border: 1px solid #e0e0e0;
}
.acc-connected-row__icon--apple {
    background: #111;
}
.acc-connected-row__info {
    flex: 1;
    min-width: 0;
}
.acc-connected-row__info strong {
    display: block;
    font-size: 14px;
    color: #111;
}
.acc-connected-row__info span {
    display: block;
    font-size: 12px;
    color: #8a8a8a;
}
/* ---- Sidebar: balance card ---- */
.acc-balance-card .acc-balance-card__eyebrow {
    font-size: 13px;
    color: #8a8a8a;
    margin: 0 0 4px;
}
.acc-balance-card .acc-balance-card__amount {
    font-size: 26px;
    font-weight: 700;
    color: #111;
    margin: 0 0 16px;
}
/* ---- Sidebar: consent form card ---- */
.acc-consent-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}
.acc-consent-card__header h2 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    color: #111;
}
.acc-consent-card__subtitle {
    font-size: 13px;
    color: #6b6b6b;
    margin: 0 0 14px;
}
.acc-badge {
    font-size: 11px;
    font-weight: 600;
    border-radius: 20px;
    padding: 3px 12px;
}
.acc-badge--done {
    background: #e5e5e5;
    color: #444;
}
.acc-consent-form-info {
    background: #f7f7f7;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 12px;
}
.acc-consent-form-info__title {
    font-size: 14px;
    font-weight: 700;
    color: #111;
    margin: 0 0 6px;
}
.acc-consent-form-info__meta {
    font-size: 12px;
    color: #6b6b6b;
    margin: 0 0 4px;
}
.acc-consent-form-info__actions {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}
.acc-consent-note {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    background: #f5f5f5;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 12px;
    color: #555;
    line-height: 1.4;
}
.acc-consent-note svg {
    flex-shrink: 0;
    margin-top: 1px;
    color: #888;
}
/* ---- Sidebar: support card ---- */
.acc-support-card .acc-support-card__eyebrow {
    font-size: 13px;
    color: #8a8a8a;
    margin: 0 0 2px;
}
.acc-support-card h2 {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin: 0 0 14px;
}
/* ---- Sidebar: summary card ---- */
.acc-summary-card h2 {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin: 0 0 14px;
}
.acc-summary-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.acc-summary-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}
.acc-summary-row span {
    color: #6b6b6b;
}
.acc-summary-row strong {
    color: #111;
    font-weight: 700;
}
/* ---- Responsive ---- */
@media (max-width: 900px) {
    .acc-account__body {
        flex-direction: column;
    }
    .acc-account__main {
        width: 100%;
    }
    .acc-account__sidebar {
        flex: 1 1 auto;
        width: 100%;
    }
}
@media (max-width: 560px) {
    .acc-field-grid {
        grid-template-columns: 1fr;
    }
    .acc-field-wrap--full {
        grid-column: auto;
    }
    .acc-connected-row {
        flex-wrap: wrap;
    }
}
/* ==========================================================================
   My Account – Purchase History (orders.php)
   ========================================================================== */
.acc-orders {
    width: 100%;
}
.acc-orders__header {
    margin-bottom: 24px;
}
.acc-orders__header h1 {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin: 0 0 4px;
}
.acc-orders__header p {
    font-size: 14px;
    color: #6b6b6b;
    margin: 0;
}
.acc-orders__body {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    width: 100%;
}
.acc-orders__main {
    flex: 1 1 0%;
    min-width: 0;
}
.acc-orders__sidebar {
    flex: 0 0 340px;
    width: 340px;
    min-width: 0;
}
/* ---- Search ---- */
.acc-purchase-search {
    position: relative;
    margin-bottom: 16px;
}
.acc-purchase-search__icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #9b9b9b;
    display: flex;
    align-items: center;
    pointer-events: none;
}
input.acc-purchase-search__input[type="search"] {
    width: 100%;
    box-sizing: border-box;
    padding: 11px 14px 11px 42px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    font-size: 14px;
    color: #111;
    background: #fff;
    outline: none;
    padding-left: 38px;
}
input.acc-purchase-search__input[type="search"]::placeholder {
    color: #9b9b9b;
}
input.acc-purchase-search__input[type="search"]:focus {
    border-color: #111;
}
/* ---- Filter tabs ---- */
.acc-filter-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.acc-filter-tab {
    padding: 6px 14px;
    border-radius: 20px;
    border: 1px solid #e2e2e2;
    background: #fff;
    font-size: 13px;
    font-weight: 500;
    color: #444;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}
.acc-filter-tab:hover {
    border-color: #111;
    color: #111;
}
.acc-filter-tab.is-active {
    background: #111;
    border-color: #111;
    color: #fff;
}
/* ---- Purchase list ---- */
.acc-purchase-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
}
.acc-purchase-item {
    padding: 16px 20px;
    border-bottom: 1px solid #f0f0f0;
}
.acc-purchase-item:last-child {
    border-bottom: none;
}
.acc-purchase-item__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}
.acc-purchase-tag {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 20px;
    background: #f2f2f2;
    font-size: 12px;
    font-weight: 500;
    color: #444;
    white-space: nowrap;
}
.acc-purchase-item__actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}
.acc-invoice-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.acc-expand-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 40px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    color: white !important;
    flex-shrink: 0;
    padding: 0 !important;
    transition: border-color 0.15s;
}
.acc-expand-btn:hover {
    border-color: #111;
    color: #111;
}
.acc-expand-btn--disabled {
    cursor: default;
    color: #ccc;
}
.acc-expand-btn--disabled:hover {
    border-color: #e2e2e2;
    color: #ccc;
}
.acc-purchase-item__body {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.acc-purchase-item__title {
    font-size: 15px;
    font-weight: 600;
    color: #111;
    margin: 0;
}
.acc-purchase-item__meta {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #6b6b6b;
}
.acc-purchase-item__specialist {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.acc-purchase-item__date {
    color: #6b6b6b;
}
.acc-unavailable-note {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    background: #f2f2f2;
    border-radius: 6px;
    font-size: 12px;
    color: #555;
    margin: 4px 0;
    width: fit-content;
}
.acc-unavailable-note svg {
    flex-shrink: 0;
    color: #888;
}
.acc-purchase-item__price {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    margin: 2px 0 0;
}
.acc-purchase-item__price .woocommerce-Price-amount {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
.acc-purchase-item__detail {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid #f0f0f0;
}
.acc-purchase-item__description {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
    margin: 0 0 8px;
}
.acc-purchase-item__duration {
    font-size: 13px;
    color: #6b6b6b;
    margin: 0;
}
/* ---- Pagination ---- */
.acc-pagination {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}
.acc-pagination__info {
    font-size: 13px;
    color: #6b6b6b;
    margin: 0;
}
.acc-pagination__pages {
    display: flex;
    align-items: center;
    gap: 6px;
}
.acc-pagination__btn {
    padding: 7px 14px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    background: #fff;
    font-size: 13px;
    font-weight: 500;
    color: #111;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s;
}
.acc-pagination__btn:hover:not(:disabled) {
    border-color: #111;
}
.acc-pagination__btn.is-active {
    background: #111;
    border-color: #111;
    color: #fff;
}
.acc-pagination__btn:disabled {
    color: #bbb;
    cursor: default;
}
/* ---- My Specialist card ---- */
.acc-specialist-card h2 {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    margin: 0 0 16px;
}
.acc-specialist-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 16px;
}
.acc-specialist-row {
    display: flex;
    align-items: center;
    gap: 12px;
}
.acc-specialist-avatar {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #e8e8e8;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
}
.acc-specialist-info {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}
.acc-specialist-info strong {
    font-size: 14px;
    font-weight: 600;
    color: #111;
}
.acc-specialist-info span {
    font-size: 12px;
    color: #6b6b6b;
}
.acc-specialist-availability {
    font-size: 12px !important;
    color: #6b6b6b;
}
.acc-specialist-book-btn {
    flex-shrink: 0;
}
/* ---- Book Again card ---- */
.acc-rebook-card h2 {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    margin: 0 0 4px;
}
.acc-rebook-card__note {
    font-size: 13px;
    color: #6b6b6b;
    margin: 0 0 14px;
    line-height: 1.5;
}
.acc-rebook-item {
    padding: 12px 14px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    margin-bottom: 14px;
}
.acc-rebook-item__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 4px;
}
.acc-rebook-item__title {
    font-size: 14px;
    font-weight: 600;
    color: #111;
}
.acc-rebook-item__price {
    font-size: 14px;
    font-weight: 700;
    color: #111;
}
.acc-rebook-item__price .woocommerce-Price-amount {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
.acc-rebook-item__duration {
    font-size: 12px;
    color: #6b6b6b;
    display: block;
}
/* ---- Responsive ---- */
@media (max-width: 900px) {
    .acc-orders__body {
        flex-direction: column;
    }
    .acc-orders__main {
        width: 100%;
    }
    .acc-orders__sidebar {
        flex: 1 1 auto;
        width: 100%;
    }
}
@media (max-width: 560px) {
    .acc-purchase-item__top {
        flex-wrap: wrap;
    }
    .acc-filter-tabs {
        gap: 6px;
    }
    .acc-pagination {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* ==========================================================================
   Memberships & Cards page (tpl-memberships-cards.php)
   ========================================================================== */
.acc-memberships {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 32px 24px;
    box-sizing: border-box;
}
.acc-memberships__header {
    margin-bottom: 28px;
}
.acc-memberships__header h1 {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin: 0 0 4px;
}
.acc-memberships__header p {
    font-size: 14px;
    color: #6b6b6b;
    margin: 0;
}
.acc-memberships__body {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
    width: 100%;
}
.acc-memberships__main {
    flex: 1 1 0%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.acc-memberships__sidebar {
    flex: 0 0 300px;
    width: 300px;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
/* ---- Section panels ---- */
.acc-mb-section {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    overflow: hidden;
}
.acc-mb-section__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 20px;
    border-bottom: 1px solid #f0f0f0;
}
.acc-mb-section__header h2 {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin: 0;
}
.acc-mb-card-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.acc-mb-card {
    padding: 18px 20px;
    border-bottom: 1px solid #f0f0f0;
}
.acc-mb-card:last-child {
    border-bottom: none;
}
.acc-mb-card__title-row {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}
.acc-mb-card__title-row strong {
    font-size: 15px;
    font-weight: 600;
    color: #111;
}
.acc-mb-badge {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 500;
}
.acc-mb-badge--active {
    background: #e8f5e9;
    color: #2e7d32;
}
.acc-mb-badge--expired {
    background: #fce4e4;
    color: #b71c1c;
}
.acc-mb-badge--unused,
.acc-mb-badge--used {
    background: #f2f2f2;
    color: #555;
}
.acc-mb-card__desc {
    font-size: 13px;
    color: #6b6b6b;
    margin: 0 0 10px;
}
.acc-mb-card__dates {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 10px;
}
.acc-mb-card__date-row {
    display: flex;
    gap: 12px;
    font-size: 13px;
    color: #444;
}
.acc-mb-card__date-row span {
    color: #6b6b6b;
    min-width: 80px;
}
.acc-mb-card__date-row strong {
    font-weight: 500;
    color: #111;
}
/* ---- Progress bar ---- */
.acc-progress-bar {
    height: 6px;
    background: #e8e8e8;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 8px;
}
.acc-progress-bar__fill {
    height: 100%;
    background: #111;
    border-radius: 3px;
    transition: width 0.3s ease;
}
.acc-mb-card--expired .acc-progress-bar__fill {
    background: #ccc;
}
.acc-mb-card__remaining {
    font-size: 13px;
    color: #6b6b6b;
    margin: 0 0 12px;
}
.acc-mb-card__remaining strong {
    color: #111;
}
/* ---- Session cards ---- */
.acc-mb-card__sessions-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: #6b6b6b;
    margin-bottom: 8px;
}
.acc-mb-card__sessions-row strong {
    color: #111;
    font-weight: 600;
}
.acc-mb-card__session-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 13px;
    margin: 0 0 12px;
}
.acc-mb-card__session-meta strong {
    color: #111;
    font-weight: 600;
}
.acc-mb-card__session-meta span {
    color: #6b6b6b;
}
/* ---- Card action buttons ---- */
.acc-mb-card__actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}
/* ---- Sidebar panels ---- */
.acc-giftcard-check h2,
.acc-giftcard-list-panel h2,
.acc-voucher-list-panel h2,
.acc-total-value h2 {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    margin: 0 0 6px;
}
.acc-giftcard-check__subtitle {
    font-size: 13px;
    color: #6b6b6b;
    margin: 0 0 14px;
    line-height: 1.5;
}
.acc-giftcard-check__input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 14px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    font-size: 14px;
    color: #111;
    margin-bottom: 10px;
    outline: none;
}
.acc-giftcard-check__input:focus {
    border-color: #111;
}
.acc-giftcard-check__tip {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 12px;
    padding: 10px 12px;
    background: #f7f7f7;
    border-radius: 8px;
    font-size: 12px;
    color: #555;
    line-height: 1.5;
}
.acc-giftcard-check__tip svg {
    flex-shrink: 0;
    margin-top: 1px;
}
.acc-giftcard-check__result {
    margin-top: 10px;
    font-size: 13px;
    color: #444;
    padding: 8px 12px;
    background: #f7f7f7;
    border-radius: 6px;
}
/* ---- Gift card list ---- */
.acc-giftcard-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.acc-giftcard-row {
    padding-bottom: 14px;
    border-bottom: 1px solid #f0f0f0;
}
.acc-giftcard-row:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.acc-giftcard-row__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 4px;
}
.acc-giftcard-row__code {
    font-size: 13px;
    color: #6b6b6b;
}
.acc-giftcard-row__balance {
    font-size: 20px;
    font-weight: 700;
    color: #111;
    margin: 4px 0;
}
.acc-giftcard-row__balance .woocommerce-Price-amount {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
.acc-giftcard-row__meta {
    font-size: 12px;
    color: #6b6b6b;
    margin: 0;
}
/* ---- Voucher list ---- */
.acc-voucher-list {
    display: flex;
    flex-direction: column;
    gap: 0;
}
.acc-voucher-row {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
}
.acc-voucher-row:last-child {
    border-bottom: none;
}
.acc-voucher-row .btn {
    margin-top: 10px;
}
.acc-voucher-row__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 4px;
}
.acc-voucher-source {
    font-size: 12px;
    font-weight: 600;
    color: #555;
    background: #f2f2f2;
    padding: 2px 8px;
    border-radius: 20px;
}
.acc-voucher-row__title {
    font-size: 14px;
    font-weight: 600;
    color: #111;
    margin: 0 0 4px;
}
.acc-voucher-row__meta {
    font-size: 12px;
    color: #6b6b6b;
    margin: 2px 0 0;
}
/* ---- Total Available Value ---- */
.acc-total-value__amount {
    font-size: 26px;
    font-weight: 700;
    color: #111;
    margin: 8px 0 4px;
}
.acc-total-value__amount .woocommerce-Price-amount {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
.acc-total-value__note {
    font-size: 13px;
    color: #6b6b6b;
    margin: 0;
}
/* ---- Responsive ---- */
@media (max-width: 900px) {
    .acc-memberships__body {
        flex-direction: column;
    }
    .acc-memberships__main {
        width: 100%;
    }
    .acc-memberships__sidebar {
        flex: 1 1 auto;
        width: 100%;
    }
}
@media (max-width: 560px) {
    .acc-memberships {
        padding: 20px 16px;
    }
    .acc-mb-card__actions {
        flex-direction: column;
    }
    .acc-mb-card__actions .btn {
        width: 100%;
        justify-content: center;
    }
}
/* ==========================================================================
   My Account – My Reservations (reservations.php)
   ========================================================================== */
.acc-reservations {
    width: 100%;
}
.acc-reservations__header {
    margin-bottom: 20px;
}
.acc-reservations__header h1 {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin: 0 0 4px;
}
.acc-reservations__header p {
    font-size: 14px;
    color: #6b6b6b;
    margin: 0;
}
/* ---- Quick action cards ---- */
.acc-res-quick-actions {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 24px;
}
.acc-res-quick-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 18px 16px;
    background: #111;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    text-align: left;
    transition: background 0.15s;
}
.acc-res-quick-card:hover {
    background: #2a2a2a;
}
.acc-res-quick-card__new {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    font-weight: 500;
    color: #aaa;
}
.acc-res-quick-card__new span {
    font-size: 16px;
    line-height: 1;
    color: #fff;
}
.acc-res-quick-card__label {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}
/* ---- Toolbar (search + filters) ---- */
.acc-res-toolbar {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.acc-res-search {
    margin-bottom: 0;
}
.acc-res-filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}
/* ---- Type dropdown ---- */
.acc-res-type-select-wrap {
    position: relative;
    display: flex;
    align-items: center;
}
.acc-res-type-select {
    appearance: none;
    -webkit-appearance: none;
    padding: 7px 36px 7px 14px;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #111;
    background: #fff;
    cursor: pointer;
    outline: none;
}
.acc-res-type-select:focus {
    border-color: #111;
}
.acc-res-type-select__arrow {
    position: absolute;
    right: 10px;
    pointer-events: none;
    color: #555;
}
/* ---- Reservation list ---- */
.acc-res-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    margin-bottom: 20px;
}
.acc-res-item {
    padding: 16px 20px;
    border-bottom: 1px solid #f0f0f0;
}
.acc-res-item:last-child {
    border-bottom: none;
}
.acc-res-item__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}
.acc-res-item__tags {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}
.acc-purchase-tag--status-upcoming {
    background: #e8f0fe;
    color: #1a56db;
}
.acc-purchase-tag--status-past {
    background: #f2f2f2;
    color: #555;
}
.acc-purchase-tag--status-cancelled {
    background: #fce4e4;
    color: #b71c1c;
}
.acc-res-item__body {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.acc-res-item__meta-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    font-size: 13px;
    color: #6b6b6b;
}
.acc-res-item__subtitle {
    color: #6b6b6b;
}
.acc-res-item__price {
    font-weight: 700;
    color: #111;
}
.acc-res-item__price .woocommerce-Price-amount {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
.acc-res-item__datetime {
    font-size: 13px;
    color: #6b6b6b;
    margin: 0;
}
.acc-res-item__detail {
    margin-top: 12px;
    padding: 12px 14px;
    background: #f7f7f7;
    border-radius: 8px;
    font-size: 13px;
    color: #444;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.acc-res-item__detail p {
    margin: 0;
    line-height: 1.5;
}
.acc-res-item__detail strong {
    color: #111;
}
/* ---- Responsive ---- */
@media (max-width: 900px) {
    .acc-res-quick-actions {
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 560px) {
    .acc-res-quick-actions {
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
    .acc-res-filters {
        flex-direction: column;
        align-items: flex-start;
    }
    .acc-res-item__top {
        flex-wrap: wrap;
    }
}
/* ==========================================================================
   My Account – Campaigns (campaigns.php)
   ========================================================================== */
.acc-campaigns {
    width: 100%;
}
.acc-campaigns__header {
    margin-bottom: 24px;
}
.acc-campaigns__header h1 {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin: 0 0 4px;
}
.acc-campaigns__header p {
    font-size: 14px;
    color: #6b6b6b;
    margin: 0;
}
/* ---- Featured campaign ---- */
.acc-campaign-featured {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    padding: 24px 28px;
    margin-bottom: 24px;
}
.acc-campaign-featured__tag {
    font-size: 12px;
    font-weight: 600;
    color: #6b6b6b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 0 8px;
}
.acc-campaign-featured__title {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin: 0 0 8px;
}
.acc-campaign-featured__desc {
    font-size: 14px;
    color: #555;
    margin: 0 0 20px;
}
.acc-campaign-featured__prices {
    display: flex;
    gap: 40px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.acc-campaign-featured__price-col {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.acc-campaign-featured__price-col > span {
    font-size: 12px;
    color: #6b6b6b;
}
.acc-campaign-featured__price-col > strong {
    font-size: 18px;
    font-weight: 700;
    color: #111;
}
/* ---- Strikethrough + special price ---- */
.acc-price-strike,
.acc-price-strike .woocommerce-Price-amount {
    text-decoration: line-through;
    color: #999 !important;
    font-weight: 500 !important;
}
.acc-price-special,
.acc-price-special .woocommerce-Price-amount {
    color: #111 !important;
    font-weight: 700 !important;
}
/* ---- Section title ---- */
.acc-campaigns-section {
    margin-bottom: 32px;
}
.acc-campaigns-section__title {
    font-size: 18px;
    font-weight: 700;
    color: #111;
    margin: 0 0 16px;
}
/* ---- Active campaigns grid ---- */
.acc-campaign-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.acc-campaign-card {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.acc-campaign-card__tag {
    font-size: 12px;
    font-weight: 600;
    color: #6b6b6b;
    margin: 0;
}
.acc-campaign-card__title {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin: 0;
}
.acc-campaign-card__subtitle {
    font-size: 13px;
    color: #6b6b6b;
    margin: 0;
}
.acc-campaign-card__pricing {
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
}
.acc-campaign-card__price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: #6b6b6b;
}
.acc-campaign-card__price-row--special {
    font-size: 14px;
}
.acc-campaign-card__price-row--special strong {
    font-size: 20px;
}
.acc-campaign-card__includes {
    border-top: 1px solid #f0f0f0;
    padding-top: 10px;
}
.acc-campaign-card__includes-label {
    font-size: 13px;
    margin: 0 0 6px;
}
.acc-campaign-card__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.acc-campaign-card__list li {
    font-size: 13px;
    color: #444;
    padding-left: 14px;
    position: relative;
}
.acc-campaign-card__list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #888;
}
.acc-referral-box {
    background: #f7f7f7;
    border-radius: 8px;
    padding: 12px 14px;
}
.acc-referral-box__label {
    font-size: 12px;
    color: #6b6b6b;
    margin: 0 0 4px;
}
.acc-referral-box__code {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    margin: 0;
    letter-spacing: 0.03em;
}
.acc-campaign-card__footer {
    margin-top: auto;
    padding-top: 4px;
}
/* ---- Coming Soon grid ---- */
.acc-coming-soon-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.acc-coming-soon-card {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.acc-coming-soon-card__tag {
    font-size: 12px;
    font-weight: 600;
    color: #6b6b6b;
    margin: 0;
}
.acc-coming-soon-card__title {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    margin: 0;
}
.acc-coming-soon-card__date {
    font-size: 12px;
    color: #6b6b6b;
    margin: 0;
}
.acc-coming-soon-card__desc {
    font-size: 13px;
    color: #555;
    margin: 0;
}
.acc-coming-soon-card__link {
    display: inline-block;
    margin-top: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #111;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.acc-coming-soon-card__link:hover {
    color: #444;
}
/* ---- Responsive ---- */
@media (max-width: 900px) {
    .acc-campaign-grid {
        grid-template-columns: 1fr;
    }
    .acc-coming-soon-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width: 560px) {
    .acc-coming-soon-grid {
        grid-template-columns: 1fr;
    }
    .acc-campaign-featured__prices {
        gap: 20px;
    }
}
/* ==========================================================================
   My Account – Notifications & News (notifications.php)
   ========================================================================== */
.acc-notifications {
    width: 100%;
}
.acc-notifications__header {
    margin-bottom: 20px;
}
.acc-notifications__header h1 {
    font-size: 24px;
    font-weight: 700;
    color: #111;
    margin: 0 0 4px;
}
.acc-notifications__header p {
    font-size: 14px;
    color: #6b6b6b;
    margin: 0;
}
/* ---- Toolbar ---- */
.acc-notif-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
    flex-wrap: wrap;
}
.acc-notif-mark-all {
    background: none !important;
    border: none;
    font-size: 13px;
    font-weight: 500;
    color: #444 !important;
    cursor: pointer;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.acc-notif-mark-all:hover {
    color: #111;
}
/* ---- Notification list ---- */
.acc-notif-list {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    overflow: hidden;
}
.acc-notif-empty {
    padding: 32px 24px;
    font-size: 14px;
    color: #6b6b6b;
    margin: 0;
    text-align: center;
}
.acc-notif-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 24px;
    border-bottom: 1px solid #f0f0f0;
}
.acc-notif-item:last-child {
    border-bottom: none;
}
.acc-notif-item__content {
    flex: 1 1 0%;
    min-width: 0;
}
.acc-notif-item__title {
    font-size: 15px;
    font-weight: 600;
    color: #111;
    margin: 0 0 4px;
}
.acc-notif-item__date {
    font-size: 12px;
    color: #9b9b9b;
    margin: 0 0 10px;
}
.acc-notif-item__body {
    font-size: 13px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 10px;
}
.acc-notif-item__body p {
    margin: 0;
}
.acc-notif-item__cta {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    color: #111;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.acc-notif-item__cta:hover {
    color: #444;
}
/* ---- Unread dot ---- */
.acc-notif-dot {
    flex-shrink: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #111;
    margin-top: 6px;
}
.acc-notif-item.is-unread .acc-notif-item__title {
    font-weight: 700;
}
/* ---- Responsive ---- */
@media (max-width: 560px) {
    .acc-notif-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }
    .acc-notif-item {
        padding: 16px;
    }
}
/* ==========================================================================
   Password change modal
   ========================================================================== */
.pw-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
}
.pw-modal-overlay[hidden] {
    display: none;
}
.pw-modal {
    background: #fff;
    border-radius: 12px 0 0 12px;
    padding: 40px 32px;
    width: 100%;
    max-width: 420px;
    height: 100%;
    overflow-y: auto;
    box-shadow: -4px 0 32px rgba(0, 0, 0, 0.15);
    position: relative;
    box-sizing: border-box;
}
.pw-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 4px;
}
.pw-modal__title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}
.pw-modal__close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #666;
    line-height: 1;
    border-radius: 4px;
    transition: color 0.15s, background 0.15s;
}
.pw-modal__close:hover {
    color: #111;
    background: #f5f5f5;
}
.pw-modal__subtitle {
    font-size: 14px;
    color: #666;
    margin: 0 0 20px;
}
.pw-modal__notice {
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 1.4;
}
.pw-modal__notice[hidden] {
    display: none;
}
.pw-modal__notice--success {
    background: #ecfdf5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}
.pw-modal__notice--error {
    background: #fef2f2;
    color: #991b1b;
    border: 1px solid #fecaca;
}
.pw-field-wrap {
    position: relative;
    margin-bottom: 12px;
}
.pw-field-wrap input[type="password"],
.pw-field-wrap input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    padding: 12px 44px 12px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 15px;
    line-height: 1.4;
    background: #fff;
    color: #111;
    transition: border-color 0.15s;
    outline: none;
}
.pw-field-wrap input:focus {
    border-color: #111;
}
.pw-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none !important;
    border: none;
    cursor: pointer;
    padding: 2px;
    color: #888 !important;
    line-height: 1;
    transition: color 0.15s;
}
.pw-toggle:hover {
    color: #111;
}
.pw-rules {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.pw-rule {
    font-size: 13px;
    color: #999;
    padding-left: 20px;
    position: relative;
    transition: color 0.15s;
}
.pw-rule::before {
    content: '○';
    position: absolute;
    left: 0;
    font-size: 11px;
    line-height: 1.4;
}
.pw-rule.is-valid {
    color: #059669;
}
.pw-rule.is-valid::before {
    content: '✓';
    font-weight: 700;
}
.pw-rule.is-invalid {
    color: #dc2626;
}
.pw-rule.is-invalid::before {
    content: '✗';
}
@media (max-width: 480px) {
    .pw-modal {
        max-width: 100%;
        border-radius: 0;
        padding: 32px 20px;
    }
}
