@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;800;900&family=Barlow:wght@400;600;700&display=swap');

/* ============================================================
   CLEATZ Daily Ads Plugin — cleatz-ads.css
   Drop this file alongside cleatz-ads.php in the plugin folder.
   ============================================================ */

/* ── Reset & wrapper ── */
.cleatz-ads-wrap {
    font-family: 'Barlow', sans-serif;
    margin: 0;
    padding: 0.25rem 0 1rem;
    -webkit-font-smoothing: antialiased;
}

.cleatz-ads-label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #888;
    margin: 0 0 10px;
    padding: 0;
}

/* ── Card row ── */
.cleatz-ads-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

/* ── Base card ── */
.cleatz-card {
    flex: 1 1 220px;
    min-height: 124px;
    background: #111214;
    border: 1px solid #2a2a2e;
    border-radius: 14px;
    overflow: hidden;
    position: relative;
    display: flex;
    text-decoration: none;
    color: inherit;
    transition: border-color 0.2s ease, transform 0.15s ease;
    cursor: pointer;
}

.cleatz-card:hover {
    border-color: #444;
    transform: translateY(-1px);
    text-decoration: none;
}

.cleatz-card:active {
    transform: translateY(0);
}

/* ── Shared CTA badge ── */
.cleatz-cta {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 4px;
    width: fit-content;
}

.cleatz-cta--blue {
    background: #00BFFF;
    color: #000;
}

.cleatz-cta--green {
    background: #22c55e;
    color: #000;
}

/* ═══════════════════════════════
   NOVIG / BOOST CARD
═══════════════════════════════ */
.cleatz-card--novig {
    align-items: stretch;
}

.cleatz-novig-left {
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 9px;
    flex: 1;
    min-width: 0;
    z-index: 2;
}

.cleatz-novig-logo {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.01em;
    line-height: 1;
    display: block;
}

.cleatz-novig-desc {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.35;
    display: block;
}

.cleatz-novig-right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px 12px 0;
    position: relative;
    min-width: 110px;
}

.cleatz-dots-bg {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, #2a2a2e 1.5px, transparent 1.5px);
    background-size: 12px 12px;
    opacity: 0.7;
    pointer-events: none;
}

.cleatz-boost-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.cleatz-boost-arrows {
    font-size: 15px;
    color: #fff;
    letter-spacing: 5px;
    margin-bottom: -3px;
    line-height: 1;
}

.cleatz-boost-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 54px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    display: block;
}

.cleatz-boost-word {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 26px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.05em;
    margin-top: -4px;
    display: block;
}

/* ═══════════════════════════════
   CHALKBOARD / DAILY PICK CARD
═══════════════════════════════ */
.cleatz-card--chalk {
    align-items: stretch;
}

.cleatz-card-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #ce1141;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 0 14px 0 8px;
    z-index: 10;
}

.cleatz-chalk-left {
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 9px;
    flex: 1;
    min-width: 0;
    z-index: 2;
}

.cleatz-chalk-logo {
    display: flex;
    align-items: center;
    gap: 7px;
}

.cleatz-chalk-logo-icon {
    width: 18px;
    height: 14px;
    background: #fff;
    border-radius: 2px;
    flex-shrink: 0;
    display: inline-block;
}

.cleatz-chalk-logo-text {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.07em;
    line-height: 1;
}

.cleatz-chalk-player {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.cleatz-player-name {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.2;
    display: block;
}

.cleatz-player-line {
    font-size: 12px;
    font-weight: 600;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: block;
}

.cleatz-pick-date {
    font-size: 9px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: auto;
    display: block;
}

/* Jersey */
.cleatz-chalk-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    overflow: hidden;
    min-width: 110px;
}

.cleatz-jersey-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 12px 10px 0;
    gap: 6px;
}

.cleatz-jersey {
    width: 78px;
    height: 92px;
    background: #fff;
    border-radius: 6px 6px 10px 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border: 2px solid var(--team-color, #ce1141);
    overflow: hidden;
}

.cleatz-jersey-collar {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 16px;
    background: var(--team-color, #ce1141);
    border-radius: 0 0 8px 8px;
    display: block;
}

.cleatz-jersey-team {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 9px;
    font-weight: 800;
    color: var(--team-color, #ce1141);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-top: 14px;
    position: relative;
    z-index: 1;
    display: block;
}

.cleatz-jersey-num {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 32px;
    font-weight: 900;
    color: var(--team-color, #ce1141);
    line-height: 1;
    position: relative;
    z-index: 1;
    display: block;
}

.cleatz-stats-bar {
    background: #1a1a1e;
    border-radius: 6px;
    padding: 5px 8px;
    display: flex;
    gap: 6px;
    align-items: center;
    font-size: 11px;
    font-weight: 600;
    color: #777;
    letter-spacing: 0.05em;
    width: 78px;
    box-sizing: border-box;
    justify-content: space-between;
}

.cleatz-stat-val {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
}

/* ═══════════════════════════════
   KALSHI CARDS
═══════════════════════════════ */

/* ── Kalshi brand color utility ── */
.cleatz-cta--kalshi {
    background: #00d4a1;
    color: #000;
}

/* ── Shared Kalshi left column ── */
.cleatz-kalshi-left {
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 9px;
    flex: 1;
    min-width: 0;
    z-index: 2;
}

.cleatz-kalshi-logo {
    display: flex;
    align-items: center;
    gap: 7px;
}

/* K logomark — two stacked bars */
.cleatz-kalshi-k {
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
    flex-shrink: 0;
}
.cleatz-kalshi-k span {
    display: block;
    height: 4px;
    background: #00d4a1;
    border-radius: 2px;
}
.cleatz-kalshi-k span:first-child { width: 100%; }
.cleatz-kalshi-k span:last-child  { width: 65%; }

.cleatz-kalshi-logo-text {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.07em;
    line-height: 1;
}

/* ── Option 1: Free $10 Trade card ── */
.cleatz-card--kalshi-trade {
    display: flex;
    align-items: stretch;
}

.cleatz-kalshi-trade-right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px 12px 0;
    position: relative;
    min-width: 110px;
    flex-shrink: 0;
}

.cleatz-kalshi-amount-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.cleatz-kalshi-free {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #00d4a1;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    line-height: 1;
}

.cleatz-kalshi-amount {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 52px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    display: block;
}

.cleatz-kalshi-trade-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-top: -2px;
}

.cleatz-kalshi-trade-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.cleatz-kalshi-trade-bg::before,
.cleatz-kalshi-trade-bg::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    border: 1px solid #00d4a122;
}
.cleatz-kalshi-trade-bg::before {
    width: 110px; height: 110px;
    right: -30px; top: -30px;
}
.cleatz-kalshi-trade-bg::after {
    width: 70px; height: 70px;
    right: 10px; top: 10px;
}

.cleatz-kalshi-tagline {
    font-size: 11px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: block;
}

/* ── Option 2: Bracket Contest card ── */
.cleatz-card--kalshi-bracket {
    display: flex;
    align-items: stretch;
    position: relative;
    overflow: hidden;
}

.cleatz-kalshi-bracket-right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px 10px 0;
    min-width: 140px;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.cleatz-bracket-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

/* Simple bracket visual using CSS */
.cleatz-bracket-lines {
    width: 64px;
    height: 72px;
    position: relative;
}

.cleatz-bracket-lines::before {
    content: '';
    position: absolute;
    top: 6px; bottom: 6px;
    left: 4px;
    width: 3px;
    background: #00d4a1;
    border-radius: 2px;
}

.cleatz-bracket-lines::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 7px;
    width: 18px;
    height: 2px;
    background: #00d4a1;
    transform: translateY(-50%);
}

.cleatz-bracket-slots {
    position: absolute;
    right: 4px;
    top: 0; bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 34px;
}

.cleatz-bracket-slot {
    height: 18px;
    border-radius: 3px;
    background: #1e2024;
    border: 1px solid #2a2a2e;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cleatz-bracket-slot.winner {
    background: #00d4a120;
    border-color: #00d4a155;
}

.cleatz-bracket-slot-line {
    width: 60%;
    height: 2px;
    border-radius: 1px;
    background: #333;
}
.cleatz-bracket-slot.winner .cleatz-bracket-slot-line {
    background: #00d4a1;
}

.cleatz-bracket-connector {
    position: absolute;
    right: 38px;
    top: 0; bottom: 0;
    width: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.cleatz-bracket-connector::before,
.cleatz-bracket-connector::after {
    content: '';
    display: block;
    height: 2px;
    background: #2a2a2e;
    border-radius: 1px;
}

.cleatz-prize-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.cleatz-prize-top {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 11px;
    font-weight: 700;
    color: #00d4a1;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cleatz-prize-amount {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: 0.02em;
}

.cleatz-prize-sub {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #aaa;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

/* Glow handled via ::before pseudo-element — no extra DOM node needed */
.cleatz-card--kalshi-bracket::before {
    content: '';
    position: absolute;
    top: -40px; right: -40px;
    width: 180px; height: 180px;
    border-radius: 50%;
    background: radial-gradient(circle, #00d4a112 0%, transparent 70%);
    pointer-events: none;
    z-index: 0;
}

.cleatz-kalshi-desc {
    font-size: 11px;
    font-weight: 600;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.4;
    display: block;
}

/* ── Responsive: stack on very small screens ── */
@media (max-width: 480px) {
    .cleatz-ads-row {
        flex-direction: column;
    }
    .cleatz-card {
        flex: 1 1 100%;
    }
}

/* ═══════════════════════════════
   REBET CARD
═══════════════════════════════ */
.cleatz-cta--orange {
    background: #ff6b2b;
    color: #fff;
}

.cleatz-card--rebet {
    display: flex;
    align-items: stretch;
}

.cleatz-rebet-left {
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 9px;
    flex: 1;
    min-width: 0;
    z-index: 2;
}

.cleatz-rebet-logo {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 28px;
    font-weight: 900;
    color: #ff6b2b;
    letter-spacing: 0.02em;
    line-height: 1;
    display: block;
}

.cleatz-rebet-desc {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.35;
    display: block;
}

.cleatz-rebet-right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 18px 12px 0;
    position: relative;
    min-width: 110px;
    flex-shrink: 0;
}

/* Diagonal orange arc behind the number */
.cleatz-rebet-arc {
    position: absolute;
    inset: 0;
    pointer-events: none;
    overflow: hidden;
}
.cleatz-rebet-arc::before {
    content: '';
    position: absolute;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    border: 18px solid #ff6b2b18;
    right: -50px;
    top: -50px;
}
.cleatz-rebet-arc::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 10px solid #ff6b2b10;
    right: -10px;
    top: -10px;
}

.cleatz-rebet-amount-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.cleatz-rebet-bonus-lbl {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #ff6b2b;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    line-height: 1;
}

.cleatz-rebet-amount {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 54px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    display: block;
}

.cleatz-rebet-match {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-top: -4px;
    display: block;
}

/* ═══════════════════════════════
   CHALKBOARD BASEBALL CARD — HR ARC
═══════════════════════════════ */
.cleatz-card--chalk-baseball {
    display: flex;
    align-items: stretch;
    background: #080d14;
    border-color: #1a2a3a;
}

.cleatz-card--chalk-baseball:hover {
    border-color: #22c55e55;
}

.cleatz-baseball-left {
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    min-width: 0;
    z-index: 2;
}

.cleatz-baseball-bonus-cta {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #22c55e;
    border: 1px solid #22c55e55;
    padding: 4px 10px;
    border-radius: 4px;
    width: fit-content;
}

.cleatz-baseball-right {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px 4px 0;
    min-width: 108px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

/* SVG is injected inline via PHP — no extra CSS classes needed */

/* ═══════════════════════════════
   NOVIG — RESTRUCTURED OFFER CARD
═══════════════════════════════ */

/* Remove old single-CTA styles, replace with two-line offer layout */
.cleatz-novig-offer {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.cleatz-novig-offer-row {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.cleatz-novig-offer-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.cleatz-novig-play .cleatz-novig-offer-label { color: #aaa; }
.cleatz-novig-free .cleatz-novig-offer-label { color: #00BFFF; }

.cleatz-novig-offer-amt {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
}

.cleatz-novig-play .cleatz-novig-offer-amt { color: #fff; }
.cleatz-novig-free .cleatz-novig-offer-amt { color: #00BFFF; }

.cleatz-novig-offer-divider {
    font-size: 11px;
    font-weight: 700;
    color: #555;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding-left: 2px;
}

.cleatz-novig-sub {
    font-size: 10px;
    font-weight: 600;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: block;
    margin-top: 4px;
}

/* Right column big display */
.cleatz-novig-big-play {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 36px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    display: block;
}

.cleatz-novig-big-divider {
    font-size: 14px;
    font-weight: 700;
    color: #555;
    line-height: 1;
    display: block;
    text-align: center;
    margin: 1px 0;
}

.cleatz-novig-big-free {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 42px;
    font-weight: 900;
    color: #00BFFF;
    line-height: 1;
    display: block;
}

.cleatz-novig-big-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #00BFFF;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-top: -3px;
    display: block;
    text-align: center;
}

/* ═══════════════════════════════
   ONYX ODDS CARD
═══════════════════════════════ */
.cleatz-cta--onyx {
    background: #7c3aed;
    color: #fff;
}

.cleatz-card--onyx {
    display: flex;
    align-items: stretch;
    background: #0d0618;
    border-color: #2d1458;
}

.cleatz-card--onyx:hover {
    border-color: #7c3aed88;
}

/* Subtle purple diagonal stripe bg */
.cleatz-card--onyx::before {
    content: '';
    position: absolute;
    inset: 0;
    background: repeating-linear-gradient(
        135deg,
        #7c3aed06 0px,
        #7c3aed06 1px,
        transparent 1px,
        transparent 18px
    );
    pointer-events: none;
    z-index: 0;
}

.cleatz-onyx-left {
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    min-width: 0;
    z-index: 2;
    position: relative;
}

.cleatz-onyx-logo {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 0.04em;
    line-height: 1;
    display: block;
}

.cleatz-onyx-logo-odds {
    color: #7c3aed;
}

.cleatz-onyx-desc {
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.35;
    display: block;
}

.cleatz-onyx-sub {
    font-size: 10px;
    font-weight: 600;
    color: #6d4a9a;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: block;
}

.cleatz-onyx-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 14px 10px 0;
    min-width: 110px;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    gap: 4px;
}

.cleatz-onyx-gem {
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 0 6px #7c3aed44);
}

.cleatz-onyx-match-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2px;
}

.cleatz-onyx-match-pct {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 28px;
    font-weight: 900;
    color: #fff;
    line-height: 1;
}

.cleatz-onyx-match-lbl {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #7c3aed;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: -2px;
}

/* ═══════════════════════════════
   POLYMARKET CARD — white & blue
═══════════════════════════════ */
.cleatz-cta--poly {
    background: #2563eb;
    color: #fff;
}

.cleatz-card--poly {
    display: flex;
    align-items: stretch;
    background: #06111f;
    border-color: #1e3a5f;
}

.cleatz-card--poly:hover {
    border-color: #3b82f688;
}

/* Subtle grid bg */
.cleatz-card--poly::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(#1d4ed808 1px, transparent 1px),
        linear-gradient(90deg, #1d4ed808 1px, transparent 1px);
    background-size: 18px 18px;
    pointer-events: none;
    z-index: 0;
}

.cleatz-poly-left {
    padding: 16px 18px;
    display: flex;
    flex-direction: column;
    gap: 7px;
    flex: 1;
    min-width: 0;
    z-index: 2;
    position: relative;
}

.cleatz-poly-logo {
    display: flex;
    align-items: center;
    gap: 9px;
    line-height: 1;
}

.cleatz-poly-logo-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}

.cleatz-poly-logo-txt {
    font-family: 'Barlow', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.005em;
    line-height: 1;
}

/* Single-line offer */
.cleatz-poly-offer-line {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #cbd5e1;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1.2;
    display: block;
}

.cleatz-poly-offer-amt-inline {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
}

.cleatz-poly-offer-free-inline {
    color: #60a5fa;
}

.cleatz-poly-offer-amp {
    color: #475569;
    margin: 0 2px;
}

/* Right column */
.cleatz-poly-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 12px 10px 0;
    min-width: 108px;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    gap: 4px;
}

.cleatz-poly-icon {
    width: 68px;
    height: 68px;
    filter: drop-shadow(0 0 10px #2563eb44);
}

.cleatz-poly-big-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}

.cleatz-poly-big-free {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 26px;
    font-weight: 900;
    color: #60a5fa;
    line-height: 1;
}

.cleatz-poly-big-label {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #3b82f6;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: -1px;
}
