/* Fitness Maniacs coupon wallet. Deliberately scoped to the renovated coupons page. */
.fm-store .fm-vouchers {
    --voucher-ink: #171d17;
    --voucher-muted: #626b5d;
    --voucher-lime: #d4ed45;
    --voucher-paper: #f5f6f1;
    --voucher-line: #dce2d4;
    padding: 30px 0 70px;
    color: var(--voucher-ink);
    background: radial-gradient(ellipse at 90% 0, #ebf0d9, transparent 36%), var(--voucher-paper);
    border-top: 1px solid var(--voucher-line);
}
.fm-store .fm-vouchers-breadcrumb { display: flex; align-items: center; gap: 12px; margin-bottom: 38px; color: var(--voucher-muted); font-size: 13px; }
.fm-store .fm-vouchers-breadcrumb a { color: inherit; }
.fm-store .fm-vouchers-breadcrumb a:hover { color: var(--voucher-ink); text-decoration: underline; }
.fm-store .fm-vouchers-hero { display: grid; grid-template-columns: minmax(0, 1fr) 360px; align-items: center; gap: 64px; padding-bottom: 46px; }
.fm-store .fm-vouchers-eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 19px; color: #58624d; font-size: 12px; font-weight: 600; line-height: 1.6; letter-spacing: .1em; text-transform: uppercase; }
.fm-store .fm-vouchers-eyebrow > span { width: 7px; height: 7px; flex: 0 0 7px; background: #819723; border-radius: 50%; }
.fm-store .fm-vouchers-hero h1 { margin: 0; font-family: var(--fm-display); font-weight: 800; font-size: clamp(56px, 6.7vw, 88px); line-height: .98; letter-spacing: -.025em; text-transform: uppercase; }
.fm-store .fm-vouchers-hero h1 > span { color: #586c23; }
.fm-store .fm-vouchers-intro { max-width: 490px; margin: 22px 0 0; color: var(--voucher-muted); font-size: 16px; line-height: 1.8; }
.fm-store .fm-vouchers-guide { position: relative; padding: 25px 27px; background: #ffffffb8; border: 1px solid #dbe2ca; border-radius: 8px; }
.fm-store .fm-vouchers-guide::before { content: ''; position: absolute; width: 44px; height: 3px; top: -2px; left: 27px; background: #a6bf30; }
.fm-store .fm-vouchers-guide-heading { display: flex; align-items: center; gap: 12px; margin-bottom: 21px; }
.fm-store .fm-vouchers-guide-heading svg { flex: 0 0 28px; color: #617238; }
.fm-store .fm-vouchers-guide h2 { margin: 0; font-size: 17px; font-weight: 600; line-height: 1.4; }
.fm-store .fm-vouchers-guide ol { display: grid; gap: 19px; padding: 0; margin: 0; list-style: none; }
.fm-store .fm-vouchers-guide li { display: flex; gap: 15px; align-items: flex-start; }
.fm-store .fm-vouchers-guide li > span { flex: 0 0 26px; padding-top: 2px; color: #84935b; font-family: var(--fm-display); font-weight: 800; font-size: 23px; line-height: 1; }
.fm-store .fm-vouchers-guide strong { display: block; font-size: 14px; font-weight: 600; line-height: 1.5; }
.fm-store .fm-vouchers-guide p { margin: 3px 0 0; color: var(--voucher-muted); font-size: 13px; line-height: 1.6; }
.fm-store .fm-vouchers-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 24px; padding-top: 29px; border-top: 1px solid var(--voucher-line); }
.fm-store .fm-vouchers-section-heading h2 { margin: 0; font-family: var(--fm-display); font-size: 34px; font-weight: 800; line-height: 1.1; text-transform: uppercase; }
.fm-store .fm-vouchers-section-heading h2 > span { color: #718527; }
.fm-store .fm-vouchers-count { flex-shrink: 0; padding: 5px 12px; border: 1px solid #d4dcc6; border-radius: 30px; color: #546045; font-size: 12px; font-weight: 500; }
.fm-store .fm-vouchers-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; align-items: stretch; }
.fm-store .fm-voucher { display: flex; flex-direction: column; min-width: 0; background: #fff; border: 1px solid var(--voucher-line); border-radius: 9px; box-shadow: 0 6px 20px #171d1704; }
.fm-store .fm-voucher-top { position: relative; padding: 24px 26px 30px; background: radial-gradient(ellipse at 100% 0, #35402a, transparent 70%), #171d17; border-radius: 8px 8px 0 0; border-bottom: 1px dashed #bdc6a9; }
.fm-store .fm-voucher-top::before, .fm-store .fm-voucher-top::after { content: ''; position: absolute; bottom: -11px; width: 22px; height: 22px; border-radius: 50%; background: var(--voucher-paper); z-index: 1; }
.fm-store .fm-voucher-top::before { left: -12px; }
.fm-store .fm-voucher-top::after { right: -12px; }
.fm-store .fm-voucher-store-row { display: flex; align-items: flex-start; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.fm-store .fm-voucher-store-name { flex: 1 1 140px; color: #e8eddf; font-size: 13px; font-weight: 500; line-height: 1.6; overflow-wrap: anywhere; }
.fm-store .fm-voucher-tag { padding: 3px 8px; border: 1px solid #76845c; border-radius: 4px; color: #d9e4c3; font-size: 11px; line-height: 1.6; }
.fm-store .fm-voucher-discount-row { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 10px 20px; margin-top: 24px; }
.fm-store .fm-voucher-discount { margin: 0; color: var(--voucher-lime); font-family: var(--fm-display); font-size: clamp(56px, 4.8vw, 72px); font-weight: 800; line-height: .95; letter-spacing: -.02em; overflow-wrap: anywhere; }
.fm-store .fm-voucher-discount > span { display: inline-block; margin-left: 3px; color: #f4f6ed; font-family: var(--fm-font); font-size: 16px; font-weight: 500; letter-spacing: .025em; line-height: 1.5; }
.fm-store .fm-voucher-store-link { display: inline-flex; align-items: center; gap: 7px; padding: 8px 0; border-bottom: 1px solid #76845c; color: #e1e9d0; font-size: 12px; font-weight: 500; white-space: nowrap; }
.fm-store .fm-voucher-store-link:hover { color: var(--voucher-lime); border-color: var(--voucher-lime); }
.fm-store .fm-voucher-details { flex: 1; padding: 25px 26px 24px; }
.fm-store .fm-voucher-minimum { display: flex; justify-content: space-between; align-items: baseline; flex-wrap: wrap; gap: 8px; margin-bottom: 9px; font-size: 14px; }
.fm-store .fm-voucher-minimum > span { color: #515b48; }
.fm-store .fm-voucher-minimum strong { font-size: 21px; font-weight: 600; letter-spacing: -.02em; font-variant-numeric: tabular-nums; }
.fm-store .fm-voucher-details p { margin: 0; color: var(--voucher-muted); font-size: 14px; line-height: 1.7; overflow-wrap: anywhere; }
.fm-store .fm-voucher-details .fm-voucher-detail-title { margin-bottom: 11px; color: #37442b; font-size: 15px; font-weight: 600; }
.fm-store .fm-voucher-details .fm-voucher-limit { margin-top: 7px; font-size: 13px; }
.fm-store .fm-voucher-products { display: flex; align-items: center; gap: 9px; max-width: 100%; padding: 3px 0 10px; overflow-x: auto; overscroll-behavior-x: contain; scrollbar-width: thin; scrollbar-color: #acb997 #f4f6ee; }
.fm-store .fm-voucher-products a { display: grid; place-items: center; flex: 0 0 58px; width: 58px; height: 62px; padding: 3px; border: 1px solid #e5e9dd; background: #fafbf7; border-radius: 4px; }
.fm-store .fm-voucher-products a:hover { border-color: #8a9e49; }
.fm-store .fm-voucher-products img { width: 100%; height: 100%; object-fit: contain; }
.fm-store .fm-voucher-claim { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 14px; padding: 19px 26px 21px; background: #fcfdf9; border-top: 1px dashed #dbe1d1; border-radius: 0 0 8px 8px; }
.fm-store .fm-voucher-code { min-width: 0; flex: 1 1 90px; }
.fm-store .fm-voucher-code > span { display: block; margin-bottom: 5px; color: var(--voucher-muted); font-size: 11px; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.fm-store .fm-voucher-code code { padding: 0; color: #27321d; font-family: var(--fm-font); font-size: 19px; font-weight: 700; letter-spacing: .045em; line-height: 1.3; overflow-wrap: anywhere; user-select: all; }
.fm-store .fm-voucher-copy { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 11px 15px; border: 1px solid var(--voucher-lime); border-radius: 5px; background: var(--voucher-lime); color: #202817; font-family: inherit; font-size: 13px; font-weight: 600; line-height: 1.4; cursor: pointer; transition: background-color .15s ease, border-color .15s ease; }
.fm-store .fm-voucher-copy svg { flex-shrink: 0; }
.fm-store .fm-voucher-copy:hover { background: #e0f46e; border-color: #e0f46e; }
.fm-store .fm-voucher-copy:active { background: #c5dc3d; border-color: #c5dc3d; }
.fm-store .fm-vouchers :is(a, button, [tabindex]):focus-visible { outline: 2px solid #82943e; outline-offset: 4px; }
.fm-store .fm-voucher-top a:focus-visible { outline-color: #d4ed45; }
.fm-store .fm-vouchers-note { margin: 28px 0 0; color: var(--voucher-muted); text-align: center; font-size: 13px; line-height: 1.7; }
.fm-store .fm-vouchers-empty { display: flex; align-items: center; gap: 28px; padding: 36px; background: #fff; border: 1px solid var(--voucher-line); border-radius: 8px; }
.fm-store .fm-vouchers-empty-mark { display: grid; place-items: center; flex: 0 0 74px; height: 74px; color: #35452a; background: #e9f0d6; border-radius: 50%; font-family: var(--fm-display); font-size: 34px; font-weight: 800; }
.fm-store .fm-vouchers-empty h3 { margin: 0 0 8px; font-family: var(--fm-display); font-size: 32px; font-weight: 800; line-height: 1.1; }
.fm-store .fm-vouchers-empty p { max-width: 520px; margin: 0; color: var(--voucher-muted); font-size: 15px; line-height: 1.7; }
.fm-store .fm-vouchers-shop-link { display: inline-flex; align-items: center; gap: 16px; flex-shrink: 0; padding: 11px 0; margin-inline-start: auto; color: #344225; border-bottom: 1px solid #83916a; font-size: 14px; font-weight: 600; }
@media (max-width: 1199px) {
    .fm-store .fm-vouchers-hero { grid-template-columns: minmax(0, 1fr) 320px; gap: 36px; }
    .fm-store .fm-vouchers-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
    .fm-store .fm-vouchers-empty { flex-wrap: wrap; }
}
@media (max-width: 767px) {
    .fm-store .fm-vouchers { padding: 22px 0 46px; }
    .fm-store .fm-vouchers-breadcrumb { margin-bottom: 28px; }
    .fm-store .fm-vouchers-hero { grid-template-columns: 1fr; gap: 28px; padding-bottom: 32px; }
    .fm-store .fm-vouchers-hero h1 { font-size: clamp(54px, 11vw, 76px); }
    .fm-store .fm-vouchers-eyebrow { font-size: 11px; margin-bottom: 16px; }
    .fm-store .fm-vouchers-intro { margin-top: 18px; font-size: 15px; }
    .fm-store .fm-vouchers-guide { padding: 22px; }
    .fm-store .fm-vouchers-guide ol { gap: 15px; }
    .fm-store .fm-vouchers-guide-heading { margin-bottom: 18px; }
    .fm-store .fm-vouchers-section-heading { margin-bottom: 20px; padding-top: 23px; }
    .fm-store .fm-vouchers-section-heading h2 { font-size: 28px; }
    .fm-store .fm-vouchers-grid { grid-template-columns: 1fr; gap: 22px; }
    .fm-store .fm-voucher-top { padding: 23px 24px 28px; }
    .fm-store .fm-voucher-discount { font-size: 68px; }
    .fm-store .fm-voucher-store-name { font-size: 14px; }
    .fm-store .fm-voucher-details { padding: 23px 24px; }
    .fm-store .fm-voucher-claim { padding: 18px 24px; }
    .fm-store .fm-voucher-copy { min-height: 46px; font-size: 14px; }
    .fm-store .fm-vouchers-empty { padding: 26px; gap: 20px; }
    .fm-store .fm-vouchers-shop-link { margin-inline-start: 0; }
}
@media (prefers-reduced-motion: reduce) {
    .fm-store .fm-voucher-copy { transition: none; }
}
