.lkl-public-table-wrap,
.lkl-table-wrap {
    width: 100%;
    overflow-x: auto;
}

.lkl-public-table,
.lkl-history-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.lkl-public-table th,
.lkl-public-table td,
.lkl-history-table th,
.lkl-history-table td {
    border-bottom: 1px solid #f0e6ef;
    padding: 14px 16px;
    text-align: center;
    vertical-align: middle;
}

.lkl-public-table th:first-child,
.lkl-public-table td:first-child,
.lkl-history-table th:first-child,
.lkl-history-table td:first-child {
    text-align: left;
}

.lkl-public-table thead th,
.lkl-history-table thead th {
    font-weight: 700;
}

.lkl-account-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(160px, 1fr));
    gap: 14px;
    margin: 20px 0;
}

.lkl-account-card,
.lkl-balance-box,
.lkl-redeem-box {
    border: 1px solid #f0e6ef;
    border-radius: 14px;
    background: #fff;
    padding: 16px;
}

.lkl-account-card span {
    display: block;
    font-size: 13px;
    opacity: .75;
    margin-bottom: 6px;
}

.lkl-account-card strong {
    font-size: 20px;
}

.lkl-next-tier {
    margin: 14px 0 22px;
}

.lkl-warning {
    border: 1px solid #d63638;
    background: #fff3f3;
    border-radius: 10px;
    padding: 12px 14px;
    margin: 16px 0;
}

.lkl-redeem-box p {
    margin: 0 0 8px;
}

.lkl-redeem-box input[type="number"] {
    width: 120px;
    margin-right: 8px;
}

@media (max-width: 900px) {
    .lkl-account-cards {
        grid-template-columns: repeat(2, minmax(160px, 1fr));
    }
}

@media (max-width: 560px) {
    .lkl-account-cards {
        grid-template-columns: 1fr;
    }
}

/* v0.1.3 - bruttó pontkedvezmény és rendezett kosár/pénztár blokk */
.woocommerce .lkl-redeem-row-full td {
    padding-top: 10px !important;
    padding-bottom: 14px !important;
}

.woocommerce .lkl-redeem-box.lkl-redeem-compact {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    padding: 16px;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #fcfbff 100%);
    border: 1px solid #eadde8;
    box-shadow: 0 10px 26px rgba(79, 70, 229, 0.05);
    text-align: left;
    overflow: hidden;
}

.woocommerce .lkl-redeem-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.woocommerce .lkl-redeem-head strong {
    font-size: 18px;
    line-height: 24px;
}

.woocommerce .lkl-redeem-head span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 10px;
    border-radius: 999px;
    background: #f4f1ff;
    color: #4f46e5;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    opacity: 1;
    white-space: normal;
}

.woocommerce .lkl-redeem-box--guest p,
.woocommerce .lkl-redeem-box.lkl-redeem-compact > p {
    margin: 0;
    color: #5b6474;
    font-size: 14px;
    line-height: 21px;
}

.woocommerce .lkl-redeem-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 12px;
}

.woocommerce .lkl-redeem-grid > .lkl-redeem-stat:last-child {
    grid-column: 1 / -1;
}

.woocommerce .lkl-redeem-stat {
    padding: 12px;
    border-radius: 12px;
    background: #faf7fb;
    border: 1px solid #f0e6ef;
    min-width: 0;
}

.woocommerce .lkl-redeem-stat span {
    display: block;
    margin-bottom: 6px;
    color: #6b7280;
    font-size: 12px;
    line-height: 16px;
    opacity: 1;
}

.woocommerce .lkl-redeem-stat strong {
    display: block;
    font-size: 20px;
    line-height: 24px;
    word-break: break-word;
}

.woocommerce .lkl-redeem-rate {
    margin: 0 0 12px;
    padding: 10px 12px;
    border-radius: 10px;
    background: #faf5f9;
    color: #4b5563;
    font-size: 13px;
    line-height: 19px;
}

.woocommerce .lkl-redeem-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: stretch;
    margin: 0;
}

.woocommerce .lkl-redeem-form input[type="number"] {
    width: 100%;
    min-width: 0;
    height: 46px;
    margin: 0;
    padding: 10px 12px;
    box-sizing: border-box;
    text-align: center;
    border-radius: 12px;
    border: 1px solid #d9dce5;
    font-size: 16px;
    font-weight: 600;
}

.woocommerce .lkl-redeem-buttons {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.woocommerce .lkl-redeem-buttons > :only-child {
    grid-column: 1 / -1;
}

.woocommerce .lkl-redeem-form .lkl-btn {
    width: 100%;
    min-height: 46px;
    margin: 0;
    padding: 10px 14px;
    border-radius: 12px;
    border: 1px solid #111;
    box-shadow: none;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.woocommerce .lkl-redeem-form .lkl-btn-primary {
    background: #111;
    color: #fff;
}

.woocommerce .lkl-redeem-form .lkl-btn-secondary {
    background: #fff;
    color: #111;
}

.woocommerce .lkl-checkout-applied {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    border: 1px solid #eadde8;
    border-radius: 10px;
    background: #faf5f9;
    font-size: 13px;
    line-height: 18px;
}

.woocommerce .lkl-checkout-applied span {
    opacity: .78;
    text-align: right;
}

@media (max-width: 768px) {
    .woocommerce .lkl-redeem-grid {
        grid-template-columns: 1fr;
    }

    .woocommerce .lkl-redeem-grid > .lkl-redeem-stat:last-child {
        grid-column: auto;
    }

    .woocommerce .lkl-redeem-buttons {
        grid-template-columns: 1fr;
    }

    .woocommerce .lkl-redeem-head,
    .woocommerce .lkl-checkout-applied {
        align-items: flex-start;
        flex-direction: column;
    }

    .woocommerce .lkl-checkout-applied span {
        text-align: left;
    }
}

/* v0.1.3 - a Lurex Klub pontbeváltás virtuális kuponként számolódik, de a saját blokkban jelenjen meg */
tr.cart-discount.coupon-lurex-klub-pontok,
tr.cart-discount.coupon-lurex-klub-pontok th,
tr.cart-discount.coupon-lurex-klub-pontok td {
    display: none !important;
}

/* v0.1.4 - pontbeváltás előtti bruttó végösszeg megjelenítése */
.woocommerce tr.lkl-before-points-total-row th,
.woocommerce tr.lkl-before-points-total-row td {
    background: #faf5f9;
    border-top: 1px solid #eadde8;
    border-bottom: 1px solid #eadde8;
    font-size: 14px;
}

.woocommerce tr.lkl-before-points-total-row th {
    font-weight: 700;
}

.woocommerce tr.lkl-before-points-total-row td {
    text-align: right;
}

.woocommerce .lkl-redeem-summary {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 0 0 12px;
}

.woocommerce .lkl-redeem-summary > div {
    padding: 11px 12px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #eadde8;
}

.woocommerce .lkl-redeem-summary span {
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 14px;
    opacity: .72;
}

.woocommerce .lkl-redeem-summary strong {
    display: block;
    font-size: 15px;
    line-height: 21px;
}

.woocommerce .lkl-redeem-summary strong .woocommerce-Price-amount,
.woocommerce .lkl-redeem-summary strong .woocommerce-Price-amount bdi,
.woocommerce .lkl-redeem-summary strong .woocommerce-Price-currencySymbol,
.woocommerce .lkl-checkout-applied span .woocommerce-Price-amount,
.woocommerce .lkl-checkout-applied span .woocommerce-Price-amount bdi,
.woocommerce .lkl-checkout-applied span .woocommerce-Price-currencySymbol {
    white-space: nowrap;
}

.woocommerce .lkl-redeem-summary strong .woocommerce-Price-amount {
    display: inline-block;
}

.woocommerce .lkl-checkout-applied > div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

@media (max-width: 768px) {
    .woocommerce .lkl-redeem-summary {
        grid-template-columns: 1fr;
    }

    .woocommerce .lkl-checkout-applied > div {
        width: 100%;
    }
}


/* v0.1.6 - a kis Lurex árblokkokban nem használunk WooCommerce ár HTML-t, a Ft nem törhet új sorba */
.woocommerce .lkl-price-nowrap {
    display: inline-block !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
}

.woocommerce .lkl-redeem-summary strong {
    white-space: nowrap !important;
}

/* v0.1.8 - Termékoldali Lurex Klub pontsor: nem kártya, hanem diszkrét termékelőny sor */
.lkl-product-points-line {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin: 10px 0 8px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #222;
    font-size: 14px;
    line-height: 19px;
    max-width: 100%;
}

.lkl-product-points-line__icon {
    flex: 0 0 auto;
    width: 18px;
    margin-top: 1px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
}

.lkl-product-points-line__content {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 2px 8px;
}

.lkl-product-points-line__main {
    display: inline;
    font-weight: 500;
}

.lkl-product-points-line__main strong {
    font-weight: 700;
    white-space: nowrap;
}

.lkl-product-points-line__sub {
    display: inline-flex;
    align-items: baseline;
    gap: 6px;
    font-size: 12px;
    line-height: 17px;
    color: #777;
    white-space: nowrap;
}

.lkl-product-points-line__sub a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.lkl-product-points-line__sub a:hover {
    color: #111;
}

@media (max-width: 480px) {
    .lkl-product-points-line {
        font-size: 13px;
        line-height: 18px;
    }

    .lkl-product-points-line__content {
        display: block;
    }

    .lkl-product-points-line__sub {
        display: flex;
        margin-top: 1px;
    }
}


/* v0.1.9 - Lurex Klub információs oldal */
.lkl-info-page {
    max-width: 1180px;
    margin: 0 auto;
    padding: 10px 0 40px;
    color: #222;
}

.lkl-info-hero {
    margin: 0 0 26px;
    padding: 28px 30px;
    border-radius: 18px;
    background: #faf5f9;
    border: 1px solid #eadde8;
}

.lkl-info-kicker {
    margin: 0 0 6px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    opacity: .72;
}

.lkl-info-hero h1 {
    margin: 0 0 12px;
    font-size: clamp(28px, 4vw, 44px);
    line-height: 1.12;
}

.lkl-info-lead {
    max-width: 850px;
    margin: 0;
    font-size: 17px;
    line-height: 1.65;
}

.lkl-info-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin: 0 0 28px;
}

.lkl-info-card,
.lkl-info-section {
    border: 1px solid #eadde8;
    border-radius: 16px;
    background: #fff;
    padding: 22px;
}

.lkl-info-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 12px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.lkl-info-card h2,
.lkl-info-section h2 {
    margin: 0 0 10px;
    font-size: 22px;
    line-height: 1.25;
}

.lkl-info-card p,
.lkl-info-section p {
    margin: 0 0 14px;
    line-height: 1.65;
}

.lkl-info-section {
    margin: 0 0 18px;
}

.lkl-info-list {
    margin: 0;
    padding-left: 20px;
}

.lkl-info-list li {
    margin: 0 0 9px;
    line-height: 1.6;
}

.lkl-info-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.lkl-info-account-box {
    background: #faf5f9;
}

.lkl-info-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 999px;
    background: #111;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 700;
}

.lkl-info-page .lkl-public-table-wrap {
    margin-top: 16px;
}

.lkl-info-page .lkl-public-table {
    min-width: 720px;
}

@media (max-width: 900px) {
    .lkl-info-grid,
    .lkl-info-columns {
        grid-template-columns: 1fr;
    }

    .lkl-info-hero,
    .lkl-info-card,
    .lkl-info-section {
        padding: 18px;
    }
}

/* Lurex Klub kosár popup */
.lkl-cart-popup {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 999999;
}

.lkl-cart-popup.is-visible {
    display: block;
}

.lkl-cart-popup__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.52);
}

.lkl-cart-popup__dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: min(520px, calc(100vw - 32px));
    max-height: calc(100vh - 40px);
    overflow: auto;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
    padding: 24px;
}

.lkl-cart-popup__close {
    position: absolute;
    right: 12px;
    top: 10px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: #f4eef3;
    color: #222;
    font-size: 24px;
    line-height: 30px;
    cursor: pointer;
}

.lkl-cart-popup__content h3 {
    margin: 0 38px 12px 0;
    font-size: 24px;
    line-height: 1.22;
}

.lkl-cart-popup__content p {
    margin: 0 0 12px;
    line-height: 1.55;
}

.lkl-cart-popup__content ul {
    margin: 0 0 16px 20px;
    padding: 0;
}

.lkl-cart-popup__content li {
    margin-bottom: 7px;
}

.lkl-cart-popup__content .button,
.lkl-popup-signup-form .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 10px 18px;
    border-radius: 999px;
    text-decoration: none !important;
}

.lkl-cart-popup__content--mobile {
    display: none;
}

.lkl-popup-signup-form {
    display: grid;
    gap: 10px;
    margin-top: 12px;
}

.lkl-popup-signup-form label span {
    display: block;
    margin-bottom: 4px;
    font-size: 13px;
    font-weight: 600;
}

.lkl-popup-signup-form input[type="text"],
.lkl-popup-signup-form input[type="email"] {
    width: 100%;
    min-height: 40px;
}

.lkl-popup-consent {
    display: flex;
    gap: 8px;
    align-items: flex-start;
    font-size: 12px;
    line-height: 1.4;
}

.lkl-popup-consent span {
    margin: 0 !important;
    font-weight: 400 !important;
}

.lkl-popup-coupon-box {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    padding: 12px;
    margin: 12px 0;
    border-radius: 12px;
    background: #faf5f9;
}

.lkl-popup-coupon-box strong {
    font-size: 18px;
    letter-spacing: .04em;
}

.lkl-copy-btn {
    border: 0;
    border-radius: 999px;
    padding: 7px 12px;
    cursor: pointer;
}

.lkl-popup-error {
    padding: 10px 12px;
    border-radius: 10px;
    background: #fff2f2;
    color: #8a1f1f;
    font-size: 13px;
}

.lkl-popup-open {
    overflow: hidden;
}

@media (max-width: 767px) {
    .lkl-cart-popup__overlay {
        background: rgba(0, 0, 0, 0.36);
    }

    .lkl-cart-popup__dialog {
        left: 0;
        right: 0;
        top: auto;
        bottom: 0;
        transform: none;
        width: 100%;
        max-height: 82vh;
        border-radius: 18px 18px 0 0;
        padding: 20px 18px 18px;
    }

    .lkl-cart-popup__content--desktop {
        display: none;
    }

    .lkl-cart-popup__content--mobile {
        display: block;
    }

    .lkl-cart-popup__content h3 {
        font-size: 20px;
        margin-right: 36px;
    }
}


/* v0.3.1 – Lurex Klub oldali születési dátum mező */
.lkl-birthday-box {
    margin: 24px 0;
    padding: 18px;
    border: 1px solid #ece6f7;
    border-radius: 10px;
    background: #fff;
}

.lkl-birthday-box h3 {
    margin-top: 0;
}

.lkl-birthday-form-row {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.lkl-birthday-form input[type="date"] {
    max-width: 220px;
    min-height: 42px;
}

.lkl-birthday-note {
    margin: 8px 0 0;
    color: #777;
    font-size: 13px;
}

.lkl-success {
    margin: 10px 0 14px;
    padding: 10px 12px;
    border-left: 4px solid #16a34a;
    background: #ecfdf3;
    color: #166534;
}


/* v0.3.2 – Végleges Lurex Klub dinamikus táblázat */
.lkl-final-table-wrap {
    width: 100%;
    overflow-x: auto;
    margin: 0 0 24px;
    background: #fff;
    border: 1px solid #e0d8f0;
    border-radius: 10px;
}

.lkl-final-table {
    border-collapse: collapse;
    width: 100%;
    min-width: 760px;
    margin: 0;
    color: #333;
    font-size: 14px;
    line-height: 1.55;
}

.lkl-final-table th {
    padding: 10px 16px;
    text-align: center;
    font-size: 0.9em;
    font-weight: 700;
    border: 0;
}

.lkl-final-table th.th-label {
    text-align: left;
}

.lkl-final-table td {
    padding: 10px 16px;
    border-bottom: 1px solid #ece6f7;
    vertical-align: middle;
}

.lkl-final-table tr:last-child td {
    border-bottom: none;
}

.lkl-final-table .th-label {
    background: #4a2a7a;
    color: #fff;
    width: 38%;
}

.lkl-final-table .th-reg {
    background: #7b52b0;
    color: #fff;
    width: 31%;
}

.lkl-final-table .th-gold {
    background: #b8860b;
    color: #fff;
    width: 31%;
}

.lkl-final-table .center {
    text-align: center;
}

.lkl-final-table .small {
    font-size: 0.78em;
    color: #888;
    margin-top: 3px;
}

.lkl-final-table .win {
    color: #155724;
    font-weight: 700;
}

.lkl-final-table .gold-c {
    color: #856404;
    font-weight: 700;
}

.lkl-final-table .red {
    color: #721c24;
    font-weight: 700;
}

.lkl-final-table .gray {
    color: #aaa;
    font-style: italic;
}

.lkl-final-table .sep td {
    background: #f0eaff;
    color: #4a2a7a;
    font-size: 0.82em;
    font-weight: 800;
    padding: 6px 16px;
    border: none;
    letter-spacing: 0.03em;
}

@media (max-width: 767px) {
    .lkl-final-table {
        min-width: 680px;
        font-size: 13px;
    }

    .lkl-final-table th,
    .lkl-final-table td {
        padding: 9px 12px;
    }
}


/* v0.3.4 – Fiókom / Lurex Klub kártya segédszöveg */
.lkl-account-card small {
    display: block;
    margin-top: 4px;
    color: #777;
    font-size: 12px;
    line-height: 1.35;
    font-weight: 400;
}


/* v0.3.5 – Publikus Lurex Klub oldal teljes szélesség, oldalsáv nélkül */
body:has(.lkl-full-html-page) #secondary,
body:has(.lkl-full-html-page) .secondary,
body:has(.lkl-full-html-page) .sidebar,
body:has(.lkl-full-html-page) .widget-area,
body:has(.lkl-full-html-page) aside {
    display: none !important;
}

body:has(.lkl-full-html-page) #primary,
body:has(.lkl-full-html-page) .content-area,
body:has(.lkl-full-html-page) .site-main,
body:has(.lkl-full-html-page) .entry-content,
body:has(.lkl-full-html-page) .hentry,
body:has(.lkl-full-html-page) article.page {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body:has(.lkl-full-html-page) .col-full,
body:has(.lkl-full-html-page) .content-area .site-main,
body:has(.lkl-full-html-page) .entry-content {
    max-width: 1320px !important;
}

body:has(.lkl-full-html-page) .entry-header,
body:has(.lkl-full-html-page) .page-header {
    max-width: 1320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

body:has(.lkl-full-html-page) .lkl-full-html-page {
    width: 100% !important;
    max-width: 1320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}


/* v0.3.6 – Fiókom / Lurex Klub pontos vásárlási érték és hiányzó Gold összeg */
.lkl-account-cards {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
}

.lkl-history-table th,
.lkl-history-table td {
    white-space: nowrap;
}

.lkl-history-table th:nth-child(4),
.lkl-history-table th:nth-child(5),
.lkl-history-table td:nth-child(4),
.lkl-history-table td:nth-child(5) {
    text-align: right;
}


/* v0.3.7 – Rendelésenkénti pontállapot magyarázat */
.lkl-help-text {
    color: #666;
    margin: 0 0 12px;
    font-size: 14px;
}

.lkl-order-status-table th,
.lkl-order-status-table td {
    vertical-align: top;
}

.lkl-order-status-table td:nth-child(3),
.lkl-order-status-table td:nth-child(4),
.lkl-order-status-table td:nth-child(5) {
    text-align: right;
}

.lkl-status-active {
    color: #166534;
    font-weight: 700;
}

.lkl-status-pending {
    color: #92400e;
    font-weight: 700;
}

.lkl-status-warning {
    color: #b45309;
    font-weight: 700;
}

.lkl-status-rejected {
    color: #991b1b;
    font-weight: 700;
}

.lkl-status-used,
.lkl-status-none {
    color: #555;
    font-weight: 700;
}


/* v0.3.14 – Gold alap és rendelés állapot pontosabb megjelenítés */
.lkl-account-card strong,
.lkl-next-tier strong,
.lkl-order-status-table td {
    overflow-wrap: normal;
}

.lkl-account-card strong {
    white-space: nowrap;
}

.lkl-order-status-table th {
    white-space: nowrap;
}

.lkl-order-status-table td:nth-child(3),
.lkl-order-status-table td:nth-child(4),
.lkl-order-status-table td:nth-child(6) {
    text-align: right;
}


/* v0.3.15 – Fiókom kártyák és Gold magyarázat */
.lkl-account-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
    gap: 14px;
    align-items: stretch;
}

.lkl-account-card {
    min-height: 118px;
    padding: 18px !important;
}

.lkl-account-card strong {
    display: block;
    font-size: 22px;
    line-height: 1.25;
    white-space: nowrap !important;
    margin-top: 8px;
}

.lkl-account-card small {
    display: block;
    margin-top: 8px;
    color: #666;
    font-size: 13px;
    line-height: 1.35;
}

.lkl-card-wide small {
    max-width: 360px;
}

.lkl-next-tier {
    background: #f5f0ff;
    border-left: 4px solid #6b3fa0;
    padding: 10px 14px;
    margin: 14px 0 22px;
}

.lkl-table-wrap {
    overflow-x: auto;
}

.lkl-order-status-table {
    min-width: 1120px;
}


/* v0.3.16 – hibás aktív pont jelzése */
.lkl-status-rejected {
    color: #991b1b !important;
    font-weight: 700;
}


/* v0.3.17 – Gold alap részletező táblázat */
.lkl-gold-base-table {
    min-width: 760px;
    margin-bottom: 28px;
}

.lkl-gold-base-table td:nth-child(4),
.lkl-gold-base-table td:nth-child(5),
.lkl-gold-base-table th:nth-child(4),
.lkl-gold-base-table th:nth-child(5) {
    text-align: right;
}

.lkl-total-row td {
    background: #f5f0ff;
    border-top: 2px solid #6b3fa0;
}


/* v0.3.21 – rendeléslista díjak és pontalap */
.lkl-order-status-table {
    min-width: 1250px;
}


/* v0.3.22 – Admin vevői nézet előnézet */
.lkl-preview-notice {
    background: #fff7ed;
    border-left: 4px solid #f97316;
    padding: 12px 14px;
    margin: 0 0 18px;
    color: #7c2d12;
}

.lkl-preview-notice a {
    margin-left: 10px;
    font-weight: 700;
}


/* v0.3.39 - Kosár oldalon a Lurex Klub blokk a terméklista alatt jelenjen meg, ne a jobb oldali összesítő táblában */
.woocommerce-cart .lkl-cart-redeem-below-products {
    clear: both;
    width: 100%;
    max-width: 100%;
    margin: 18px 0 22px;
    box-sizing: border-box;
}

.woocommerce-cart .woocommerce-cart-form .lkl-cart-redeem-below-products .lkl-redeem-box.lkl-redeem-compact {
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
}

@media (min-width: 1024px) {
    .woocommerce-cart .woocommerce-cart-form .lkl-cart-redeem-below-products .lkl-redeem-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .woocommerce-cart .woocommerce-cart-form .lkl-cart-redeem-below-products .lkl-redeem-grid > .lkl-redeem-stat:last-child {
        grid-column: auto;
    }

    .woocommerce-cart .woocommerce-cart-form .lkl-cart-redeem-below-products .lkl-redeem-form {
        flex-direction: row;
        align-items: stretch;
    }

    .woocommerce-cart .woocommerce-cart-form .lkl-cart-redeem-below-products .lkl-redeem-form input[type="number"] {
        max-width: 180px;
    }

    .woocommerce-cart .woocommerce-cart-form .lkl-cart-redeem-below-products .lkl-redeem-buttons {
        flex: 1 1 auto;
        display: flex;
        gap: 10px;
    }
}


/* ==================================================
   v0.3.40 – Kosár Lurex Klub beváltás gomb kinézet
   ================================================== */
body.woocommerce-cart .lkl-redeem-box button[name="lkl_apply_points"],
body.woocommerce-cart .lkl-redeem-box input[name="lkl_apply_points"],
body.woocommerce-cart .lkl-redeem-box .lkl-btn-primary,
body.woocommerce-cart .lkl-redeem-form button[name="lkl_apply_points"],
body.woocommerce-cart .lkl-redeem-form input[name="lkl_apply_points"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 150px !important;
    width: auto !important;
    min-height: 44px !important;
    height: 44px !important;
    padding: 0 22px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #4F46E5 !important;
    background-color: #4F46E5 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 44px !important;
    font-weight: 800 !important;
    text-align: center !important;
    text-decoration: none !important;
    cursor: pointer !important;
    box-shadow: none !important;
    opacity: 1 !important;
    appearance: none !important;
    -webkit-appearance: none !important;
}

body.woocommerce-cart .lkl-redeem-box button[name="lkl_apply_points"]:hover,
body.woocommerce-cart .lkl-redeem-box input[name="lkl_apply_points"]:hover,
body.woocommerce-cart .lkl-redeem-box .lkl-btn-primary:hover,
body.woocommerce-cart .lkl-redeem-form button[name="lkl_apply_points"]:hover,
body.woocommerce-cart .lkl-redeem-form input[name="lkl_apply_points"]:hover {
    background: #4338CA !important;
    background-color: #4338CA !important;
    color: #ffffff !important;
}

body.woocommerce-cart .lkl-redeem-box input[name="lkl_points_to_redeem"],
body.woocommerce-cart .lkl-redeem-form input[name="lkl_points_to_redeem"] {
    height: 44px !important;
    min-height: 44px !important;
    border-radius: 6px !important;
    border: 1px solid #D1D5DB !important;
    padding: 0 12px !important;
    box-sizing: border-box !important;
}

body.woocommerce-cart .lkl-redeem-box form,
body.woocommerce-cart .lkl-redeem-form {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
}

body.woocommerce-cart .lkl-redeem-box .lkl-redeem-buttons {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
}


/* ==================================================
   v0.3.41 – Kosár Lurex Klub bejelentkezés gomb
   ================================================== */
body.woocommerce-cart .lkl-redeem-box--guest .lkl-login-actions {
    margin-top: 14px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
}

body.woocommerce-cart .lkl-redeem-box--guest .lkl-login-button,
body.woocommerce-cart .lkl-redeem-box--guest a.lkl-login-button,
body.woocommerce-cart .lkl-redeem-box--guest a.lkl-btn-primary {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 46px !important;
    height: 46px !important;
    min-width: 230px !important;
    width: auto !important;
    padding: 0 24px !important;
    border: 0 !important;
    border-radius: 8px !important;
    background: #4F46E5 !important;
    background-color: #4F46E5 !important;
    color: #ffffff !important;
    font-size: 14px !important;
    line-height: 46px !important;
    font-weight: 800 !important;
    text-align: center !important;
    text-decoration: none !important;
    box-shadow: none !important;
    cursor: pointer !important;
}

body.woocommerce-cart .lkl-redeem-box--guest .lkl-login-button:hover,
body.woocommerce-cart .lkl-redeem-box--guest a.lkl-login-button:hover,
body.woocommerce-cart .lkl-redeem-box--guest a.lkl-btn-primary:hover {
    background: #4338CA !important;
    background-color: #4338CA !important;
    color: #ffffff !important;
    text-decoration: none !important;
}


/* ==================================================
   v0.3.42 – Mobil kosár: rövid bejelentkezés gombszöveg
   ================================================== */
.lkl-login-button__mobile {
    display: none !important;
}

.lkl-login-button__desktop {
    display: inline !important;
}

@media (max-width: 768px) {
    body.woocommerce-cart .lkl-login-button__desktop {
        display: none !important;
    }

    body.woocommerce-cart .lkl-login-button__mobile {
        display: inline !important;
    }

    body.woocommerce-cart .lkl-redeem-box--guest .lkl-login-button,
    body.woocommerce-cart .lkl-redeem-box--guest a.lkl-login-button {
        min-width: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 46px !important;
        min-height: 46px !important;
        line-height: 46px !important;
        padding: 0 18px !important;
        white-space: nowrap !important;
    }
}


/* ==================================================
   v0.3.43 – Lurex Klub regisztrációs oldal
   ================================================== */
.lkl-registration-page {
    max-width: 520px;
    margin: 40px auto;
    padding: 28px;
    background: #ffffff;
    border: 1px solid #e9ddeb;
    box-shadow: 0 12px 30px rgba(17, 24, 39, .05);
}

.lkl-registration-page h1 {
    margin-top: 0;
    font-size: 30px;
    line-height: 1.15;
}

.lkl-registration-form p {
    margin: 0 0 16px;
}

.lkl-registration-form label {
    display: block;
    margin: 0 0 6px;
    font-weight: 700;
}

.lkl-registration-form input[type="email"],
.lkl-registration-form input[type="password"] {
    width: 100%;
    min-height: 46px;
    border: 1px solid #d1d5db;
    padding: 0 12px;
    box-sizing: border-box;
}

.lkl-registration-form .button {
    width: 100%;
    min-height: 48px;
    background: #4F46E5 !important;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 8px;
    font-weight: 800;
}

.lkl-registration-note {
    margin-top: 16px !important;
    color: #4b5563;
    font-size: 14px;
    line-height: 1.45;
}

