:root {
    --primary: #6f9c12;
    --primary-dark: #4f7309;
    --secondary: #072929;
    --accent: #b1fa63;
    --bg: #f4f2f0;
    --card: #fff;
    --text: #10292d;
    --muted: rgba(16, 41, 45, .55);
    --border: #e5e7eb;
    --radius: 16px;
    --shadow: 0 2px 16px rgba(16, 41, 45, .08);
    --hero-from: #072929;
    --hero-to: #0a3d3d;
    --font-body: 'Inter', system-ui, sans-serif;
    --font-heading: 'Inter Tight', 'Inter', system-ui, sans-serif;
    --otc-brand: #b1fa63;
    --otc-brand-dark: #9abf14;
    --otc-header: #072929;
    --otc-ink: #10292d;
}

body.theme-ontopcoupon {
    background: var(--bg);
    color: var(--text);
    font-family: var(--font-body);
}

body.theme-ontopcoupon h1,
body.theme-ontopcoupon h2,
body.theme-ontopcoupon h3,
body.theme-ontopcoupon .section-title,
body.theme-ontopcoupon .page-hero h1 {
    font-family: var(--font-heading);
    letter-spacing: -.02em;
}

/* Header */
body.theme-ontopcoupon .site-header {
    background: var(--otc-header);
    border-bottom: none;
    box-shadow: none;
}

body.theme-ontopcoupon .site-brand {
    color: #fff;
}

body.theme-ontopcoupon .site-brand-text strong {
    color: #fff;
    font-family: var(--font-heading);
    font-weight: 700;
    letter-spacing: -.02em;
}

body.theme-ontopcoupon .site-brand-text small {
    color: rgba(255, 255, 255, .55);
    letter-spacing: 0;
    text-transform: none;
}

body.theme-ontopcoupon .site-brand-icon {
    background: var(--otc-brand);
    color: var(--otc-ink);
    border-radius: 8px;
    font-weight: 800;
}

body.theme-ontopcoupon .site-brand-logo {
    background: #fff;
    border-radius: 8px;
}

body.theme-ontopcoupon .search-form input {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .18);
    color: #fff;
    border-radius: 12px;
}

body.theme-ontopcoupon .search-form input::placeholder {
    color: rgba(255, 255, 255, .5);
}

body.theme-ontopcoupon .search-form button {
    background: var(--otc-brand);
    color: var(--otc-ink);
    border-radius: 12px;
    font-weight: 700;
}

body.theme-ontopcoupon .search-form button:hover {
    background: #c6ff86;
}

body.theme-ontopcoupon .main-nav a {
    color: rgba(255, 255, 255, .75);
    font-size: .875rem;
    padding: .4rem .85rem;
    border-radius: 8px;
}

body.theme-ontopcoupon .main-nav a.is-current {
    color: #fff;
    background: rgba(255, 255, 255, .08);
}

body.theme-ontopcoupon .nav-admin {
    color: var(--otc-brand) !important;
}

body.theme-ontopcoupon .nav-register {
    border: 1.5px solid var(--otc-brand) !important;
    color: var(--otc-brand) !important;
    border-radius: 999px !important;
    padding: .5rem 1.15rem !important;
    font-family: var(--font-heading);
    font-weight: 600;
    letter-spacing: .03em;
}

body.theme-ontopcoupon .nav-register:hover {
    background: var(--otc-brand) !important;
    color: var(--otc-ink) !important;
}

body.theme-ontopcoupon .nav-logout-btn {
    color: rgba(255, 255, 255, .75);
}

body.theme-ontopcoupon .nav-logout-btn:hover {
    color: var(--otc-brand);
}

body.theme-ontopcoupon .nav-toggle {
    background: transparent;
    border-color: rgba(255, 255, 255, .2);
    color: #fff;
}

body.theme-ontopcoupon .nav-toggle-bars,
body.theme-ontopcoupon .nav-toggle-bars::before,
body.theme-ontopcoupon .nav-toggle-bars::after {
    background: #fff;
}

@media (max-width: 768px) {
    body.theme-ontopcoupon .main-nav {
        border-top-color: rgba(255, 255, 255, .12);
    }

    body.theme-ontopcoupon .main-nav a,
    body.theme-ontopcoupon .main-nav .nav-logout-btn {
        color: rgba(255, 255, 255, .85);
    }
}

/* Footer */
body.theme-ontopcoupon .site-footer {
    background: var(--otc-header);
    margin-top: 0;
}

body.theme-ontopcoupon .footer-grid strong,
body.theme-ontopcoupon .footer-grid h4 {
    font-family: var(--font-heading);
}

body.theme-ontopcoupon .footer-grid a:not(.site-social-link):hover {
    color: var(--otc-brand);
}

/* Buttons / generic pages */
body.theme-ontopcoupon .btn-primary {
    background: var(--otc-header);
    color: #fff;
}

body.theme-ontopcoupon .btn-primary:hover {
    background: #0a3d3d;
}

body.theme-ontopcoupon .btn-copy {
    background: var(--otc-header);
    color: #fff;
}

body.theme-ontopcoupon .page-hero,
body.theme-ontopcoupon .hero {
    background: var(--otc-header);
    color: #fff;
}

body.theme-ontopcoupon .filter-tabs a.active {
    background: var(--otc-header);
    color: #fff;
    border-color: var(--otc-header);
}

body.theme-ontopcoupon .page-header h1,
body.theme-ontopcoupon .legal-content h2 {
    font-family: var(--font-heading);
    color: var(--otc-ink);
}

/* Home hero */
body.theme-ontopcoupon .otc-hero {
    background: var(--otc-header);
    color: #fff;
    text-align: center;
    padding: clamp(4.5rem, 12vw, 7.5rem) 1rem 4.5rem;
}

body.theme-ontopcoupon .otc-hero h1 {
    font-size: clamp(1.85rem, 5.5vw, 3.6rem);
    font-weight: 700;
    line-height: 1.15;
    max-width: 18ch;
    margin: 0 auto .85rem;
    color: #fff;
}

body.theme-ontopcoupon .otc-hero-lead {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, .85);
    max-width: 36rem;
    margin: 0 auto .5rem;
}

body.theme-ontopcoupon .otc-hero-sub {
    color: rgba(255, 255, 255, .7);
    max-width: 35rem;
    margin: 0 auto;
    font-size: clamp(.875rem, 1.8vw, 1.125rem);
    line-height: 1.625;
}

body.theme-ontopcoupon .otc-hero-search-wrap {
    display: flex;
    justify-content: center;
    padding: 0 1rem;
    margin-top: -1.75rem;
    margin-bottom: 1.25rem;
    position: relative;
    z-index: 2;
}

body.theme-ontopcoupon .otc-hero-search {
    position: relative;
    width: 100%;
    max-width: 600px;
}

body.theme-ontopcoupon .otc-hero-search-icon {
    position: absolute;
    left: 1.15rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--otc-ink);
    opacity: .45;
    pointer-events: none;
}

body.theme-ontopcoupon .otc-hero-search input {
    width: 100%;
    padding: 1.15rem 1.25rem 1.15rem 3.15rem;
    font: inherit;
    font-size: .95rem;
    color: var(--otc-ink);
    background: #fff;
    border: 1px solid #072929;
    border-radius: 16px;
    box-shadow: 0 6px 20px rgba(29, 50, 8, .14);
    outline: none;
}

body.theme-ontopcoupon .otc-hero-search input:focus {
    box-shadow: 0 6px 20px rgba(29, 50, 8, .18), 0 0 0 3px rgba(177, 250, 99, .35);
}

/* Trust logos */
body.theme-ontopcoupon .otc-trust {
    background: #fff;
    text-align: center;
    padding: 3rem 1rem 2rem;
}

body.theme-ontopcoupon .otc-trust-label {
    font-weight: 600;
    font-size: .875rem;
    color: #000;
    opacity: .6;
    margin-bottom: 1.25rem;
}

body.theme-ontopcoupon .otc-trust-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.25rem 1.75rem;
    align-items: center;
}

body.theme-ontopcoupon .otc-trust-logo {
    display: flex;
    align-items: center;
    opacity: .7;
    filter: grayscale(1);
    transition: opacity .2s, filter .2s;
}

body.theme-ontopcoupon .otc-trust-logo:hover {
    opacity: 1;
    filter: none;
}

body.theme-ontopcoupon .otc-trust-logo .store-logo-wrap,
body.theme-ontopcoupon .otc-trust-logo .store-logo {
    width: 42px;
    height: 42px;
    min-width: 42px;
}

/* Sections */
body.theme-ontopcoupon .otc-section {
    padding: 3rem 0;
}

body.theme-ontopcoupon .otc-section--alt {
    background: var(--bg);
}

body.theme-ontopcoupon .otc-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

body.theme-ontopcoupon .otc-section-head h2,
body.theme-ontopcoupon .otc-steps h2,
body.theme-ontopcoupon .otc-cta-card h2,
body.theme-ontopcoupon .otc-newsletter h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: var(--otc-ink);
    margin: 0;
}

body.theme-ontopcoupon .otc-kicker {
    font-family: var(--font-heading);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--otc-brand-dark);
    margin: 0 0 .35rem;
}

body.theme-ontopcoupon .otc-kicker--lime {
    color: var(--otc-brand);
}

body.theme-ontopcoupon .otc-link-all {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: .8rem;
    color: var(--otc-brand-dark);
    text-decoration: none;
    white-space: nowrap;
}

body.theme-ontopcoupon .otc-link-all:hover {
    gap: .5rem;
    text-decoration: none;
}

/* Coupon ticket cards */
body.theme-ontopcoupon .otc-coupon-grid,
body.theme-ontopcoupon .coupon-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(240px, 100%), 1fr));
    gap: 1rem;
}

body.theme-ontopcoupon .otc-coupon-card.coupon-card {
    padding: 0;
    border: none;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(16, 41, 45, .08);
    display: flex;
    flex-direction: column;
    background: #fff;
    transition: transform .18s, box-shadow .18s;
}

body.theme-ontopcoupon .otc-coupon-card.coupon-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(16, 41, 45, .14);
}

body.theme-ontopcoupon .otc-coupon-card-head {
    background: var(--otc-header);
    padding: 1.1rem 1.25rem 1rem;
    position: relative;
    overflow: hidden;
}

body.theme-ontopcoupon .otc-coupon-watermark {
    position: absolute;
    right: -.5rem;
    bottom: -1rem;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 4.5rem;
    color: rgba(255, 255, 255, .06);
    line-height: 1;
    user-select: none;
    letter-spacing: -.04em;
    pointer-events: none;
}

body.theme-ontopcoupon .otc-coupon-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .5rem;
    margin-bottom: .85rem;
    position: relative;
    z-index: 1;
}

body.theme-ontopcoupon .otc-coupon-store {
    display: flex;
    align-items: center;
    gap: .5rem;
    min-width: 0;
}

body.theme-ontopcoupon .otc-coupon-card .store-logo-wrap,
body.theme-ontopcoupon .otc-coupon-card .store-logo {
    width: 28px;
    height: 28px;
    min-width: 28px;
}

body.theme-ontopcoupon .otc-coupon-card .store-logo {
    border-radius: 8px;
    background: #fff;
    border: 1px solid rgba(255, 255, 255, .25);
}

body.theme-ontopcoupon .otc-coupon-store-name {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: .65rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .55) !important;
    text-decoration: none !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.theme-ontopcoupon .otc-coupon-kind {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: .625rem;
    letter-spacing: .06em;
    padding: .2rem .55rem;
    border-radius: 999px;
    background: var(--otc-brand);
    color: var(--otc-ink);
    white-space: nowrap;
}

body.theme-ontopcoupon .otc-coupon-amount {
    display: flex;
    align-items: baseline;
    gap: .25rem;
    position: relative;
    z-index: 1;
}

body.theme-ontopcoupon .otc-coupon-amount-value {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 2.15rem;
    color: #fff;
    line-height: 1;
    letter-spacing: -.03em;
}

body.theme-ontopcoupon .otc-coupon-amount-suffix {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: .8rem;
    color: rgba(255, 255, 255, .5);
    letter-spacing: .06em;
}

body.theme-ontopcoupon .otc-coupon-perforation {
    position: relative;
    display: flex;
    align-items: center;
    height: 0;
    background: #fff;
}

body.theme-ontopcoupon .otc-coupon-notch {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--bg);
    z-index: 1;
}

body.theme-ontopcoupon .otc-coupon-notch--left { left: -10px; }
body.theme-ontopcoupon .otc-coupon-notch--right { right: -10px; }

body.theme-ontopcoupon .otc-coupon-dash {
    flex: 1;
    border-top: 1.5px dashed #e2e8f0;
    margin: 0 1rem;
}

body.theme-ontopcoupon .otc-coupon-card-body {
    padding: .9rem 1.25rem 1.15rem;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    flex: 1;
}

body.theme-ontopcoupon .otc-coupon-title {
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: .82rem;
    line-height: 1.35;
    color: var(--otc-ink);
    margin: 0;
}

body.theme-ontopcoupon .otc-coupon-title a {
    color: var(--otc-ink);
    text-decoration: none;
}

body.theme-ontopcoupon .otc-coupon-title a:hover {
    color: var(--otc-brand-dark);
}

body.theme-ontopcoupon .otc-coupon-desc {
    font-size: .7rem;
    color: var(--muted);
    line-height: 1.5;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

body.theme-ontopcoupon .otc-coupon-actions {
    margin-top: auto;
    padding-top: .4rem;
}

body.theme-ontopcoupon .coupon-card--clickable .otc-coupon-actions,
body.theme-ontopcoupon .coupon-card--clickable .otc-coupon-store {
    position: relative;
    z-index: 2;
}

body.theme-ontopcoupon .otc-code-btn {
    width: 100%;
    display: flex;
    align-items: stretch;
    border: none;
    border-radius: 8px;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    background: none;
    text-decoration: none !important;
    font: inherit;
}

body.theme-ontopcoupon .otc-code-btn-label,
body.theme-ontopcoupon .otc-code-btn-code {
    background: var(--otc-header);
    color: #fff;
    font-family: var(--font-heading);
    display: flex;
    align-items: center;
}

body.theme-ontopcoupon .otc-code-btn-label {
    flex: 1;
    padding: .55rem .85rem;
    font-weight: 700;
    font-size: .75rem;
    letter-spacing: .04em;
    text-align: left;
    white-space: nowrap;
}

body.theme-ontopcoupon .otc-code-btn-code {
    padding: .4rem .65rem;
    min-width: 3.6rem;
    justify-content: center;
    font-weight: 800;
    font-size: .75rem;
    color: var(--otc-brand);
    letter-spacing: .06em;
    border-left: 1px solid rgba(255, 255, 255, .2);
}

body.theme-ontopcoupon .otc-code-btn:hover .otc-code-btn-label,
body.theme-ontopcoupon .otc-code-btn:hover .otc-code-btn-code {
    background: #0a3d3d;
}

body.theme-ontopcoupon .otc-code-btn .coupon-code-masked {
    color: var(--otc-brand);
    font-weight: 800;
    font-size: .75rem;
}

body.theme-ontopcoupon .otc-code-btn.copied .otc-code-btn-label {
    color: var(--otc-brand);
}

/* Categories */
body.theme-ontopcoupon .otc-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
    gap: .75rem;
}

body.theme-ontopcoupon .otc-category-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 1.25rem 1rem 1.1rem;
    display: flex;
    flex-direction: column;
    gap: .75rem;
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
    transition: border-color .2s, transform .2s, box-shadow .2s;
}

body.theme-ontopcoupon .otc-category-card:hover {
    border-color: var(--otc-brand);
    transform: translateY(-3px);
    box-shadow: var(--shadow);
}

body.theme-ontopcoupon .otc-category-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: var(--otc-cat-bg, rgba(177, 250, 99, .12));
    border: 1.5px solid rgba(0, 0, 0, .06);
    display: flex;
    align-items: center;
    justify-content: center;
}

body.theme-ontopcoupon .otc-category-icon .category-icon {
    font-size: 1.35rem;
}

body.theme-ontopcoupon .otc-category-card strong {
    color: var(--otc-ink);
    font-family: var(--font-heading);
    font-size: .95rem;
}

body.theme-ontopcoupon .otc-category-explore {
    font-family: var(--font-heading);
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--otc-cat, var(--otc-brand-dark));
}

/* Stores */
body.theme-ontopcoupon .otc-store-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    gap: .75rem;
}

body.theme-ontopcoupon .otc-store-grid .otc-store-card {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 16px;
    padding: 1.15rem .85rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: .55rem;
    text-decoration: none !important;
    transition: transform .2s, box-shadow .2s, border-color .2s;
}

body.theme-ontopcoupon .otc-store-grid .otc-store-card:hover {
    transform: translateY(-3px);
    border-color: var(--otc-brand);
    box-shadow: var(--shadow);
}

body.theme-ontopcoupon .otc-store-grid .otc-store-card strong {
    color: var(--otc-ink);
    font-family: var(--font-heading);
    font-size: .9rem;
}

body.theme-ontopcoupon .otc-store-grid .otc-store-card small {
    color: var(--muted);
    font-size: .75rem;
}

body.theme-ontopcoupon .store-chip,
body.theme-ontopcoupon .category-chip {
    background: #fff;
    border-radius: 16px;
}

/* How it works + featured */
body.theme-ontopcoupon .otc-split {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 2.5rem;
    align-items: start;
}

body.theme-ontopcoupon .otc-split--deal-only {
    grid-template-columns: minmax(0, 420px);
    justify-content: center;
}

body.theme-ontopcoupon .otc-steps-list {
    list-style: none;
    margin: 1.5rem 0 1.5rem;
    padding: 0;
}

body.theme-ontopcoupon .otc-steps-list li {
    display: flex;
    gap: 1.1rem;
    margin-bottom: 1.5rem;
}

body.theme-ontopcoupon .otc-step-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: var(--otc-header);
    border: 2px solid var(--otc-brand);
    color: var(--otc-brand);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-weight: 800;
    flex-shrink: 0;
}

body.theme-ontopcoupon .otc-steps-list h3 {
    font-size: 1.05rem;
    margin: .35rem 0 .35rem;
}

body.theme-ontopcoupon .otc-steps-list p {
    font-size: .82rem;
    color: var(--muted);
    margin: 0;
    line-height: 1.65;
}

body.theme-ontopcoupon .otc-btn-dark,
body.theme-ontopcoupon .otc-btn-lime,
body.theme-ontopcoupon .otc-btn-outline-lime {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: .88rem;
    padding: .75rem 1.35rem;
    border-radius: 999px;
    text-decoration: none !important;
}

body.theme-ontopcoupon .otc-btn-dark {
    background: var(--otc-header);
    color: #fff;
}

body.theme-ontopcoupon .otc-btn-dark:hover {
    background: #0a3d3d;
}

body.theme-ontopcoupon .otc-btn-lime {
    background: var(--otc-brand);
    color: var(--otc-ink);
}

body.theme-ontopcoupon .otc-btn-lime:hover {
    background: #c6ff86;
}

body.theme-ontopcoupon .otc-btn-outline-lime {
    border: 1.5px solid var(--otc-brand);
    color: var(--otc-brand);
}

body.theme-ontopcoupon .otc-btn-outline-lime:hover {
    background: var(--otc-brand);
    color: var(--otc-ink);
}

body.theme-ontopcoupon .otc-featured-deal .otc-coupon-card {
    margin-bottom: 1rem;
}

body.theme-ontopcoupon .otc-featured-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .75rem;
}

body.theme-ontopcoupon .otc-featured-stats div {
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 14px;
    padding: .85rem 1rem;
}

body.theme-ontopcoupon .otc-featured-stats strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.5rem;
    color: var(--otc-ink);
}

body.theme-ontopcoupon .otc-featured-stats span {
    font-size: .75rem;
    color: var(--muted);
}

/* Blog */
body.theme-ontopcoupon .otc-blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(min(280px, 100%), 1fr));
    gap: 1.25rem;
}

body.theme-ontopcoupon .blog-card {
    border-radius: 16px;
    border: 1px solid var(--border);
    box-shadow: none;
}

body.theme-ontopcoupon .blog-card-body h2 a {
    color: var(--otc-ink);
    font-family: var(--font-heading);
}

body.theme-ontopcoupon .blog-card-body h2 a:hover,
body.theme-ontopcoupon .read-more {
    color: var(--otc-brand-dark);
}

/* Dual CTA */
body.theme-ontopcoupon .otc-cta-band {
    padding: 0 0 3rem;
}

body.theme-ontopcoupon .otc-cta-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

body.theme-ontopcoupon .otc-cta-card {
    background: #fff;
    border-radius: 20px;
    padding: 2rem 1.75rem;
    border: 1px solid var(--border);
}

body.theme-ontopcoupon .otc-cta-card--dark {
    background: var(--otc-header);
    border-color: var(--otc-header);
    color: #fff;
}

body.theme-ontopcoupon .otc-cta-card--dark h2 {
    color: #fff;
}

body.theme-ontopcoupon .otc-cta-card p {
    color: var(--muted);
    margin: .65rem 0 1.15rem;
    font-size: .92rem;
}

body.theme-ontopcoupon .otc-cta-card--dark p {
    color: rgba(255, 255, 255, .7);
}

body.theme-ontopcoupon .otc-cta-stats {
    display: flex;
    gap: 1.25rem;
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
}

body.theme-ontopcoupon .otc-cta-stats strong {
    display: block;
    font-family: var(--font-heading);
    font-size: 1.25rem;
    color: var(--otc-ink);
}

body.theme-ontopcoupon .otc-cta-checks {
    list-style: none;
    padding: 0;
    margin: 0 0 1.25rem;
    color: rgba(255, 255, 255, .8);
    font-size: .9rem;
}

body.theme-ontopcoupon .otc-cta-checks li {
    padding: .3rem 0 .3rem 1.35rem;
    position: relative;
}

body.theme-ontopcoupon .otc-cta-checks li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--otc-brand);
    font-weight: 700;
}

/* Newsletter */
body.theme-ontopcoupon .otc-newsletter {
    background: var(--otc-header);
    color: #fff;
    padding: 3.5rem 1rem;
    text-align: center;
}

body.theme-ontopcoupon .otc-newsletter h2 {
    color: #fff;
    margin-bottom: .5rem;
}

body.theme-ontopcoupon .otc-newsletter > .container > p,
body.theme-ontopcoupon .otc-newsletter-inner > p:not(.otc-kicker) {
    color: rgba(255, 255, 255, .7);
    margin-bottom: 1.25rem;
}

body.theme-ontopcoupon .otc-newsletter-form {
    display: flex;
    gap: .5rem;
    max-width: 420px;
    margin: 0 auto;
}

body.theme-ontopcoupon .otc-newsletter-form input {
    flex: 1;
    padding: .85rem 1.1rem;
    border: none;
    border-radius: 999px;
    font: inherit;
}

body.theme-ontopcoupon .otc-newsletter-form button {
    background: var(--otc-brand);
    color: var(--otc-ink);
    border: none;
    border-radius: 999px;
    font-family: var(--font-heading);
    font-weight: 700;
    padding: .85rem 1.25rem;
    cursor: pointer;
}

body.theme-ontopcoupon .otc-newsletter-form button:hover {
    background: #c6ff86;
}

/* Store page — OnTopCoupon Adidas layout */
body.theme-ontopcoupon .otc-store-page {
    padding: 0;
}

body.theme-ontopcoupon .otc-store-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 1rem;
}

body.theme-ontopcoupon .otc-store-hero {
    background: var(--otc-header);
    padding: 1.75rem 0 2rem;
}

body.theme-ontopcoupon .otc-store-crumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-bottom: 1.25rem;
    font-size: .75rem;
    color: rgba(255, 255, 255, .4);
}

body.theme-ontopcoupon .otc-store-crumbs a {
    color: rgba(255, 255, 255, .4);
    text-decoration: none;
}

body.theme-ontopcoupon .otc-store-crumbs a:hover {
    color: var(--otc-brand);
}

body.theme-ontopcoupon .otc-store-crumbs-current {
    color: var(--otc-brand);
}

body.theme-ontopcoupon .otc-store-hero-brand {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

body.theme-ontopcoupon .otc-store-hero-logo .store-logo-wrap,
body.theme-ontopcoupon .otc-store-hero-logo .store-logo {
    width: 76px;
    height: 76px;
    min-width: 76px;
    max-width: 76px;
    max-height: 76px;
    overflow: hidden;
    flex-shrink: 0;
    box-sizing: border-box;
}

body.theme-ontopcoupon .otc-store-hero-logo .store-logo {
    border-radius: 18px;
    background: #fff;
    border: 2px solid rgba(255, 255, 255, .15);
    box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
}

body.theme-ontopcoupon .otc-store-hero-logo .store-logo-img,
body.theme-ontopcoupon .otc-store-card-logo .store-logo-img,
body.theme-ontopcoupon .otc-related-card-top .store-logo-img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    box-sizing: border-box;
}

body.theme-ontopcoupon .otc-store-hero h1 {
    font-size: clamp(1.5rem, 5vw, 2.75rem);
    font-weight: 700;
    color: #fff;
    margin: 0 0 .5rem;
    line-height: 1.1;
}

body.theme-ontopcoupon .otc-store-hero-brand p {
    font-size: .875rem;
    color: rgba(255, 255, 255, .45);
    margin: 0;
}

body.theme-ontopcoupon .otc-store-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, auto);
    width: fit-content;
    margin-top: 1.75rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, .08);
}

body.theme-ontopcoupon .otc-store-hero-stats div {
    padding: 0 2rem;
    border-left: 1px solid rgba(255, 255, 255, .08);
}

body.theme-ontopcoupon .otc-store-hero-stats div:first-child {
    padding-left: 0;
    border-left: none;
}

body.theme-ontopcoupon .otc-store-hero-stats strong {
    display: block;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: clamp(1.35rem, 3vw, 2rem);
    color: var(--otc-brand);
    line-height: 1;
}

body.theme-ontopcoupon .otc-store-hero-stats span {
    display: block;
    margin-top: 4px;
    font-size: .625rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .35);
}

body.theme-ontopcoupon .otc-store-body {
    padding: 2rem 0 4rem;
}

body.theme-ontopcoupon .otc-store-layout {
    display: grid;
    grid-template-columns: 260px minmax(0, 1fr);
    gap: 1.75rem;
    align-items: start;
}

body.theme-ontopcoupon .otc-store-sidebar {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: sticky;
    top: 5.5rem;
}

body.theme-ontopcoupon .otc-store-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 16px rgba(16, 41, 45, .07);
}

body.theme-ontopcoupon .otc-store-card--profile {
    padding: 1.5rem;
    text-align: center;
}

body.theme-ontopcoupon .otc-store-card-logo {
    width: 64px;
    height: 64px;
    margin: 0 auto 12px;
    overflow: hidden;
    flex-shrink: 0;
}

body.theme-ontopcoupon .otc-store-card-logo .store-logo-wrap,
body.theme-ontopcoupon .otc-store-card-logo .store-logo {
    width: 64px;
    height: 64px;
    min-width: 64px;
    max-width: 64px;
    max-height: 64px;
    overflow: hidden;
    box-sizing: border-box;
}

body.theme-ontopcoupon .otc-store-card-logo .store-logo {
    border-radius: 14px;
    background: #fff;
    border: 1.5px solid var(--border);
}

body.theme-ontopcoupon .otc-store-card-name {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1rem;
    color: var(--otc-ink);
    margin: 0 0 4px;
}

body.theme-ontopcoupon .otc-store-card-cat {
    font-size: .6875rem;
    color: var(--muted);
    margin: 0 0 10px;
}

body.theme-ontopcoupon .otc-store-card-offer {
    padding: 8px 12px;
    border-radius: 8px;
    background: rgba(177, 250, 99, .1);
    border: 1px solid rgba(177, 250, 99, .2);
    margin-bottom: 14px;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: .8125rem;
    color: var(--otc-brand-dark);
}

body.theme-ontopcoupon .otc-store-visit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 12px;
    border-radius: 8px;
    background: var(--otc-header);
    color: var(--otc-brand);
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: .75rem;
    text-align: center;
    text-decoration: none !important;
}

body.theme-ontopcoupon .otc-store-visit-inner {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

body.theme-ontopcoupon .otc-store-visit svg {
    display: block;
    width: 12px;
    height: 12px;
    flex-shrink: 0;
    margin: 0;
}

body.theme-ontopcoupon .otc-store-visit:hover {
    color: #c6ff86;
}

body.theme-ontopcoupon .otc-store-card--stats {
    display: block;
    width: 100%;
    padding: 16px 20px;
    text-align: left;
}

body.theme-ontopcoupon .otc-store-stat {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 12px;
    padding: 11px 0;
    border-bottom: 1px solid var(--border);
    box-sizing: border-box;
}

body.theme-ontopcoupon .otc-store-stat:last-child {
    border-bottom: none;
}

body.theme-ontopcoupon .otc-store-stat-label {
    font-size: 13px;
    color: var(--muted);
    text-align: left;
}

body.theme-ontopcoupon .otc-store-stat-value {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 14px;
    color: var(--otc-ink);
    text-align: right;
    margin-left: auto;
    white-space: nowrap;
}

body.theme-ontopcoupon .otc-store-card--category {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    padding: 12px 20px;
    border-radius: 12px;
    text-decoration: none !important;
    color: var(--otc-ink);
    text-align: left;
    box-sizing: border-box;
}

body.theme-ontopcoupon .otc-store-card--category:hover {
    transform: none;
    border-color: transparent;
}

body.theme-ontopcoupon .otc-store-card-category-text {
    flex: 1;
    min-width: 0;
    text-align: left;
}

body.theme-ontopcoupon .otc-store-card--category p {
    font-size: 11px;
    color: var(--muted);
    margin: 0 0 2px;
}

body.theme-ontopcoupon .otc-store-card--category strong {
    display: block;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 13px;
}

body.theme-ontopcoupon .otc-store-card--category svg {
    color: var(--muted);
    flex-shrink: 0;
}

body.theme-ontopcoupon .otc-store-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 1.25rem;
}

body.theme-ontopcoupon .otc-store-filter {
    padding: 8px 18px;
    border-radius: 999px;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: .75rem;
    letter-spacing: .06em;
    background: var(--bg);
    color: var(--muted);
    text-decoration: none !important;
}

body.theme-ontopcoupon .otc-store-filter.is-active {
    background: var(--otc-header);
    color: var(--otc-brand);
}

body.theme-ontopcoupon .otc-coupon-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

body.theme-ontopcoupon .otc-coupon-row {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(16, 41, 45, .06);
    border: none;
    padding: 1rem 1.25rem;
}

@media (min-width: 640px) {
    body.theme-ontopcoupon .otc-coupon-row {
        flex-direction: row;
        align-items: center;
    }
}

body.theme-ontopcoupon .otc-coupon-row-watermark {
    position: absolute;
    right: -8px;
    bottom: -16px;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 5rem;
    line-height: 1;
    color: rgba(16, 41, 45, .04);
    user-select: none;
    pointer-events: none;
}

body.theme-ontopcoupon .otc-coupon-row-body {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 1;
}

body.theme-ontopcoupon .otc-coupon-row-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 6px;
    flex-wrap: wrap;
}

body.theme-ontopcoupon .otc-coupon-row-kind {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: .625rem;
    letter-spacing: .1em;
    padding: 3px 8px;
    border-radius: 999px;
    background: var(--bg);
    color: var(--muted);
}

body.theme-ontopcoupon .otc-coupon-row-verified {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: .625rem;
    color: #16a34a;
    text-transform: uppercase;
}

body.theme-ontopcoupon .otc-coupon-row-title {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: .9375rem;
    line-height: 1.3;
    margin: 0 0 6px;
}

body.theme-ontopcoupon .otc-coupon-row-title a {
    color: var(--otc-ink);
    text-decoration: none;
}

body.theme-ontopcoupon .otc-coupon-row-title a:hover {
    color: var(--otc-brand-dark);
}

body.theme-ontopcoupon .otc-coupon-row-amount {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 1.5rem;
    color: var(--otc-brand-dark);
    line-height: 1;
}

body.theme-ontopcoupon .otc-coupon-row-action {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0;
    min-width: 0;
}

@media (min-width: 640px) {
    body.theme-ontopcoupon .otc-coupon-row-action {
        width: 10rem;
        flex-shrink: 0;
    }
}

body.theme-ontopcoupon .otc-get-code {
    position: relative;
    display: flex;
    height: 42px;
    width: 100%;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    background: var(--otc-header);
    border: 1.5px dashed rgba(177, 250, 99, .35);
    cursor: pointer;
    padding: 0;
    text-decoration: none !important;
}

body.theme-ontopcoupon .otc-get-code-peek {
    position: absolute;
    right: 10px;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 11px;
    letter-spacing: .1em;
    color: var(--otc-brand);
    user-select: none;
    white-space: nowrap;
    filter: blur(3px);
}

body.theme-ontopcoupon .otc-get-code-peek .coupon-code-masked,
body.theme-ontopcoupon .otc-get-code-peek .coupon-code-blur {
    filter: none;
    opacity: 1;
    color: inherit;
    font: inherit;
    letter-spacing: inherit;
}

body.theme-ontopcoupon .otc-get-code-peek.is-revealed,
body.theme-ontopcoupon .otc-get-code-peek.is-revealed .coupon-code-blur {
    filter: none;
    user-select: text;
    -webkit-user-select: text;
}

body.theme-ontopcoupon .otc-get-code.copy-failed .otc-get-code-label {
    background: #fecaca;
    color: #7f1d1d;
}

body.theme-ontopcoupon .otc-get-code-label {
    position: relative;
    z-index: 1;
    display: flex;
    height: 100%;
    width: 80%;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--otc-brand);
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 12px;
    letter-spacing: .06em;
    color: var(--otc-header);
}

body.theme-ontopcoupon .otc-get-code--deal {
    border-style: solid;
}

body.theme-ontopcoupon .otc-get-code--deal .otc-get-code-label {
    width: 100%;
}

body.theme-ontopcoupon .otc-get-code.copied .otc-get-code-label {
    background: #c6ff86;
}

body.theme-ontopcoupon .otc-store-panel {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(16, 41, 45, .06);
    padding: 1.5rem 1.75rem;
    margin-top: 1.5rem;
    overflow: hidden;
}

body.theme-ontopcoupon .otc-store-panel + .otc-store-panel {
    margin-top: 12px;
}

body.theme-ontopcoupon .otc-store-panel h2 {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 1.125rem;
    color: var(--otc-ink);
    margin: 0 0 14px;
}

body.theme-ontopcoupon .otc-store-about,
body.theme-ontopcoupon .otc-store-panel p {
    font-size: .875rem;
    color: var(--muted);
    line-height: 1.75;
    margin: 0;
}

body.theme-ontopcoupon .otc-store-about.store-description-content {
    max-width: none;
    margin-bottom: 0;
}

body.theme-ontopcoupon .otc-store-about ul,
body.theme-ontopcoupon .otc-store-about ol {
    margin: 0 0 1rem;
    padding-left: 1.75rem;
    list-style-position: outside;
}

body.theme-ontopcoupon .otc-store-about li {
    margin-bottom: .4rem;
    padding-left: .15rem;
}

body.theme-ontopcoupon .otc-store-about ul ul,
body.theme-ontopcoupon .otc-store-about ol ol,
body.theme-ontopcoupon .otc-store-about ul ol,
body.theme-ontopcoupon .otc-store-about ol ul {
    margin: .35rem 0 .5rem;
    padding-left: 1.35rem;
}

body.theme-ontopcoupon .otc-store-about img,
body.theme-ontopcoupon .otc-store-about video,
body.theme-ontopcoupon .otc-store-about iframe,
body.theme-ontopcoupon .otc-store-about figure,
body.theme-ontopcoupon .otc-store-about .article-media {
    max-width: 100%;
    height: auto;
}

body.theme-ontopcoupon .otc-store-about img {
    display: block;
    object-fit: contain;
}

body.theme-ontopcoupon .otc-store-about .article-media--logo img {
    width: min(160px, 100%);
}

body.theme-ontopcoupon .otc-store-about .article-table-scroll {
    display: block;
    max-width: 100%;
    overflow-x: auto;
}

body.theme-ontopcoupon .otc-store-about table,
body.theme-ontopcoupon .otc-store-about table.comparison-table {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    table-layout: auto;
    border-collapse: collapse;
}

body.theme-ontopcoupon .otc-store-about table th,
body.theme-ontopcoupon .otc-store-about table td,
body.theme-ontopcoupon .otc-store-about table.comparison-table th,
body.theme-ontopcoupon .otc-store-about table.comparison-table td,
body.theme-ontopcoupon .otc-store-about table th:first-child,
body.theme-ontopcoupon .otc-store-about table td:first-child,
body.theme-ontopcoupon .otc-store-about table.comparison-table th:first-child,
body.theme-ontopcoupon .otc-store-about table.comparison-table td:first-child {
    min-width: 0;
    max-width: none;
    text-align: left;
    vertical-align: middle;
    padding: .65rem .85rem;
}

body.theme-ontopcoupon .otc-store-about table th,
body.theme-ontopcoupon .otc-store-about table td,
body.theme-ontopcoupon .otc-store-about table th *,
body.theme-ontopcoupon .otc-store-about table td * {
    text-align: left;
}

body.theme-ontopcoupon .otc-store-about table th {
    background: #f8fafc;
    color: var(--otc-ink);
    font-weight: 600;
}

body.theme-ontopcoupon .otc-store-about table td p,
body.theme-ontopcoupon .otc-store-about table th p {
    margin: 0;
}

body.theme-ontopcoupon .otc-store-about table td ul,
body.theme-ontopcoupon .otc-store-about table td ol {
    margin: 0;
    padding-left: 1.25rem;
}

body.theme-ontopcoupon .otc-store-howto {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

body.theme-ontopcoupon .otc-store-howto li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
}

body.theme-ontopcoupon .otc-store-howto span {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: var(--otc-header);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 11px;
    color: var(--otc-brand);
    flex-shrink: 0;
}

body.theme-ontopcoupon .otc-store-howto p {
    padding-top: 4px;
    line-height: 1.6;
}

body.theme-ontopcoupon .otc-store-faq details {
    border-bottom: 1px solid var(--border);
}

body.theme-ontopcoupon .otc-store-faq summary {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 0;
    cursor: pointer;
    list-style: none;
    font-family: var(--font-heading);
    font-weight: 600;
    font-size: .875rem;
    color: var(--otc-ink);
}

body.theme-ontopcoupon .otc-store-faq summary::-webkit-details-marker {
    display: none;
}

body.theme-ontopcoupon .otc-store-faq summary::after {
    content: '';
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 2px;
    background: currentColor;
    opacity: .45;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='m6 9 6 6 6-6'/></svg>") center / contain no-repeat;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><path d='m6 9 6 6 6-6'/></svg>") center / contain no-repeat;
    transition: transform .15s ease;
}

body.theme-ontopcoupon .otc-store-faq details[open] summary::after {
    transform: rotate(180deg);
}

body.theme-ontopcoupon .otc-store-faq details p {
    padding: 0 0 1rem;
}

body.theme-ontopcoupon .otc-store-related {
    padding: 3rem 0 4rem;
    background: var(--bg);
}

body.theme-ontopcoupon .otc-store-related h2 {
    font-size: 1.375rem;
    margin: 0 0 1.25rem;
}

body.theme-ontopcoupon .otc-related-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 14px;
}

body.theme-ontopcoupon .otc-related-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 10px rgba(16, 41, 45, .06);
    padding: 18px 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-decoration: none !important;
    color: inherit;
    height: 100%;
}

body.theme-ontopcoupon .otc-related-card:hover {
    box-shadow: 0 8px 20px rgba(16, 41, 45, .1);
}

body.theme-ontopcoupon .otc-related-card-top {
    display: flex;
    align-items: center;
    gap: 12px;
}

body.theme-ontopcoupon .otc-related-card-top .store-logo-wrap,
body.theme-ontopcoupon .otc-related-card-top .store-logo {
    width: 44px;
    height: 44px;
    min-width: 44px;
    max-width: 44px;
    max-height: 44px;
    overflow: hidden;
    flex-shrink: 0;
    box-sizing: border-box;
}

body.theme-ontopcoupon .otc-related-card-top .store-logo {
    border-radius: 10px;
    background: #fff;
    border: 1.5px solid var(--border);
}

body.theme-ontopcoupon .otc-related-name {
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: .875rem;
    color: var(--otc-ink);
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.theme-ontopcoupon .otc-related-offer {
    font-size: .6875rem;
    color: var(--otc-brand-dark);
    font-weight: 600;
    margin: 2px 0 0;
}

body.theme-ontopcoupon .otc-related-snippet {
    padding: 10px 12px;
    border-radius: 10px;
    background: var(--bg);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

body.theme-ontopcoupon .otc-related-snippet p {
    font-size: .75rem;
    color: var(--muted);
    margin: 0;
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.theme-ontopcoupon .otc-related-snippet span {
    font-family: var(--font-heading);
    font-weight: 800;
    font-size: 11px;
    color: var(--otc-brand-dark);
    white-space: nowrap;
    background: rgba(177, 250, 99, .15);
    padding: 3px 8px;
    border-radius: 6px;
}

body.theme-ontopcoupon .otc-related-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 4px;
    margin-top: auto;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: .75rem;
    color: var(--otc-brand-dark);
}

body.theme-ontopcoupon .otc-empty {
    color: var(--muted);
    padding: 1.5rem;
    background: #fff;
    border-radius: 16px;
}

@media (max-width: 900px) {
    body.theme-ontopcoupon .otc-split,
    body.theme-ontopcoupon .otc-cta-grid,
    body.theme-ontopcoupon .otc-store-layout {
        grid-template-columns: 1fr;
    }

    body.theme-ontopcoupon .otc-store-sidebar {
        display: none;
    }

    body.theme-ontopcoupon .otc-store-hero-stats {
        grid-template-columns: repeat(3, minmax(0, auto));
    }

    body.theme-ontopcoupon .otc-store-hero-stats div {
        padding: 0 1rem;
    }

    body.theme-ontopcoupon .otc-newsletter-form {
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    body.theme-ontopcoupon .otc-hero {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    body.theme-ontopcoupon .otc-section-head {
        flex-direction: column;
        align-items: flex-start;
    }

    body.theme-ontopcoupon .otc-cta-stats {
        flex-direction: column;
        gap: .5rem;
    }
}
