/* ═══════════════════════════════════════════════════════════
   homepage.css — ألعاب تحدي
   ═══════════════════════════════════════════════════════════ */

.th-home-wrap {
    background: var(--bg-main);
    color: var(--text);
    font-family: 'Almarai', sans-serif;
    direction: rtl;
}
.th-section-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.th-section-title { text-align: center; font-size: 1.8rem; font-weight: 800; color: var(--text); margin: 0 0 36px; }

/* Buttons */
.th-home-wrap .th-btn-gold, .th-home-userbar .th-btn-gold {
    background: var(--gold); color: var(--bg-main); border: 1px solid rgba(var(--gold-rgb), .4);
    border-radius: 20px; font-weight: 700; font-family: 'Almarai', sans-serif;
    text-decoration: none; cursor: pointer; display: inline-flex;
    align-items: center; justify-content: center;
    transition: background .2s;
    width: auto !important;
    flex: 0 0 auto;
}
.th-home-wrap .th-btn-gold:hover, .th-home-userbar .th-btn-gold:hover { background: var(--gold-hover); color: var(--bg-main); }
.th-home-wrap .th-btn-outline, .th-home-userbar .th-btn-outline {
    background: rgba(var(--gold-rgb), .08); color: var(--text); border: 1px solid rgba(var(--gold-rgb), .2);
    border-radius: 20px; font-weight: 700; font-family: 'Almarai', sans-serif;
    text-decoration: none; cursor: pointer; display: inline-flex;
    align-items: center; justify-content: center; transition: all .2s;
    width: auto !important;
    flex: 0 0 auto;
}
.th-home-wrap .th-btn-outline:hover, .th-home-userbar .th-btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.th-btn-sm { padding: 5px 12px !important; font-size: .85rem !important; }

/* Spinner */
.th-home-wrap .th-spinner {
    width: 36px; height: 36px; border: 3px solid var(--border);
    border-top-color: var(--gold); border-radius: 50%;
    animation: th-hp-spin .8s linear infinite;
}
@keyframes th-hp-spin { to { transform: rotate(360deg); } }

/* ── User Bar ─────────────────────────────────────────────── */
.th-home-userbar {
    background: var(--bg-card);
    border-bottom: 1px solid var(--border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    flex-wrap: wrap;
    gap: 8px;
}
.th-userbar-info {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.th-userbar-item {
    display: flex;
    align-items: center;
    gap: 4px;
    background: rgba(var(--gold-rgb), .08);
    border: 1px solid rgba(var(--gold-rgb), .2);
    border-radius: 20px;
    padding: 5px 12px;
    font-size: .85rem;
}
.th-userbar-icon { font-size: 1rem; }
.th-userbar-label { color: var(--text-muted); font-size: .78rem; }
.th-userbar-val { font-weight: 800; color: var(--gold); font-size: .95rem; direction: ltr; }
.th-userbar-unit { color: var(--text-muted); font-size: .75rem; }
.th-userbar-sep { color: var(--border); }
.th-userbar-actions {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

/* موبايل */
@media (max-width: 600px) {
    .th-home-userbar {
        flex-direction: column;
        align-items: stretch;
        padding: 10px 14px;
        gap: 10px;
    }
    .th-userbar-info {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
    .th-userbar-info .th-userbar-sep {
        display: none;
    }
    .th-userbar-actions {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }
    .th-userbar-actions .th-btn-sm {
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .th-rank-badge {
        cursor: default;
    }
}

/* ── Slider ──────────────────────────────────────────────── */
.th-home-slider { position: relative; overflow: hidden; background: var(--bg-card); border-bottom: 1px solid var(--border); }
.th-slider-track { position: relative; width: 100%; height: 420px; }
.th-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .6s ease; z-index: 1; display: flex; align-items: center; }
.th-slide-active { opacity: 1; z-index: 2; }
.th-slide-bg { position: absolute; inset: 0; background-size: cover; background-position: center; }
.th-slide-bg-img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: var(--obj-pos, center center);
    display: block;
}
.th-slide-overlay { position: absolute; inset: 0; background: linear-gradient(to left, rgba(11,14,23,.9) 35%, rgba(11,14,23,.3)); }
.th-slide-content { position: relative; z-index: 3; padding: 40px; max-width: 560px; margin-right: 8%; }
.th-slide-title { font-size: 2.2rem; font-weight: 800; color: var(--on-overlay); margin: 0 0 12px; text-shadow: 0 2px 12px rgba(0,0,0,.6); }
.th-slide-text { font-size: 1.1rem; color: rgba(var(--on-overlay-rgb), .85); line-height: 1.7; margin: 0 0 24px; }
.th-slide-btn { padding: 12px 32px !important; font-size: 1rem !important; border-radius: 10px !important; }

/* ── شريحة بنص بلا صورة — بطاقة عادية بدل افتراض تراكب (7.10.51) ── */
.th-slide-text-only { background: var(--bg-card); }
.th-slide-text-only .th-slide-title { color: var(--text); text-shadow: none; }
.th-slide-text-only .th-slide-text { color: var(--text-body); }

.th-slider-arrow { display: none !important; }
.th-slider-dots { position: absolute; bottom: 16px; left: 50%; transform: translateX(-50%); z-index: 10; display: flex; gap: 8px; }
.th-slider-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(var(--on-overlay-rgb), .3); border: none; cursor: pointer; transition: all .3s; padding: 0; }
.th-dot-active { background: var(--gold); transform: scale(1.3); }

/* ── Tournament ───────────────────────────────────────────── */
.th-home-tournament { background: var(--bg-main); border-bottom: 1px solid var(--border); padding: 40px 0; }
.th-tournament-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 20px; }
.th-tournament-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 12px; padding: 20px; position: relative; transition: transform .2s, box-shadow .2s; }
.th-tournament-card:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,.3); }
.th-tournament-open { border-color: var(--gold); }
.th-tournament-badge { display: inline-block; padding: 4px 12px; border-radius: 20px; font-size: 13px; font-weight: 700; margin-bottom: 12px; }
.th-badge-open { background: rgba(var(--gold-rgb), .15); color: var(--gold); }
.th-badge-scheduled { background: rgba(var(--text-rgb), .1); color: var(--text-muted); }
.th-tournament-game { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.th-tournament-icon { width: 48px; height: 48px; border-radius: 10px; object-fit: cover; }
.th-tournament-name { font-size: 1.1rem; font-weight: 700; color: var(--text); }
.th-tournament-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 16px; }
.th-tournament-stat { background: var(--bg-main); border-radius: 8px; padding: 10px 8px; text-align: center; }
.th-stat-label { display: block; font-size: 11px; color: var(--text-muted); margin-bottom: 4px; }
.th-stat-value { display: block; font-size: 1.1rem; font-weight: 800; color: var(--text); }
.th-tournament-meta { display: flex; justify-content: space-between; font-size: 12px; color: var(--text-muted); margin-bottom: 16px; padding: 0 4px; }
.th-tournament-join { width: 100%; padding: 12px; border: none; border-radius: 8px; background: linear-gradient(135deg, var(--gold), var(--gold-hover)); color: var(--bg-main); font-size: 15px; font-weight: 800; cursor: pointer; transition: opacity .2s; font-family: Almarai, sans-serif; }
.th-tournament-join:hover { opacity: .9; }
.th-tournament-info { display: flex; flex-direction: column; gap: 8px; font-size: 14px; color: var(--text); margin-bottom: 16px; padding: 12px; background: var(--bg-main); border-radius: 8px; }
.th-tournament-countdown { color: var(--gold); font-weight: 700; }
.th-tournament-prizes { display: flex; justify-content: center; gap: 16px; font-size: 14px; font-weight: 700; color: var(--gold); padding: 10px 0; border-top: 1px solid var(--border); }
.th-countdown { font-variant-numeric: tabular-nums; }

/* ── Games ────────────────────────────────────────────────── */
.th-home-games { padding: 60px 0; background: var(--bg-main); }
.th-hp-games-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.th-hp-game-card { background: var(--bg-card); border: 1px solid var(--border); border-radius: 14px; overflow: hidden; transition: transform .25s, border-color .25s; }
.th-hp-game-card:hover { transform: translateY(-4px); border-color: var(--gold); }
.th-hp-game-thumb { width: 100%; padding-top: 60%; background-size: cover; background-position: center; background-color: var(--bg-main); background-repeat: no-repeat; }
.th-hp-game-info { padding: 16px; }
.th-hp-game-name { font-size: 1rem; font-weight: 800; margin: 0 0 6px; color: var(--text); }
.th-hp-game-desc { font-size: .82rem; color: var(--text-muted); margin: 0 0 14px; line-height: 1.5; min-height: 2.5em; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.th-hp-play-btn { width: 100%; padding: 10px !important; font-size: .9rem !important; border-radius: 8px !important; }
.th-hp-loading { grid-column: 1 / -1; display: flex; justify-content: center; padding: 40px; }

/* ── Stats Banner ─────────────────────────────────────────── */
.th-home-stats { background: var(--bg-main); padding: 60px 0; }
.th-stats-banner {
    border: 1px solid var(--gold);
    border-radius: 14px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-main) 100%);
}
.th-stats-banner-header {
    background: rgba(var(--gold-rgb), .08);
    border-bottom: 1px solid rgba(var(--gold-rgb), .2);
    padding: 12px 24px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.th-stats-live-dot {
    width: 9px; height: 9px; border-radius: 50%;
    background: var(--success-soft);
    animation: th-live-pulse 2s infinite;
    flex-shrink: 0;
}
@keyframes th-live-pulse { 0%,100%{opacity:1} 50%{opacity:.35} }
.th-stats-live-label { font-size: .88rem; font-weight: 800; color: var(--gold); }
.th-stats-banner-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.th-stats-cell {
    padding: 28px 16px;
    text-align: center;
    border-right: 1px solid var(--border);
}
.th-stats-cell:first-child { border-right: none; }
.th-stats-big { font-size: 2.4rem; font-weight: 800; color: var(--text); line-height: 1; direction: ltr; }
.th-stats-sub { font-size: .85rem; font-weight: 800; color: var(--gold); margin-top: 8px; }
.th-stats-desc { font-size: .75rem; color: var(--text-muted); margin-top: 3px; }
.th-stats-week { font-size: .78rem; color: var(--success-soft); margin-top: 8px; min-height: 1.2em; }

/* Mobile */
@media (max-width: 600px) {
    .th-stats-banner-grid { grid-template-columns: 1fr; }
    .th-stats-cell { border-right: none; border-bottom: 1px solid var(--border); padding: 20px 16px; }
    .th-stats-cell:last-child { border-bottom: none; }
    .th-stats-big { font-size: 2rem; }
    .th-stats-banner-header { padding: 10px 16px; }
}

/* ── How It Works ─────────────────────────────────────────── */
.th-home-how { padding: 60px 0; background: var(--bg-main); }
.th-how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.th-how-step { background: var(--bg-card); border: 1px solid var(--border); border-radius: 16px; padding: 32px 24px; text-align: center; transition: border-color .25s; }
.th-how-step:hover { border-color: var(--gold); }
.th-how-icon { font-size: 2.5rem; margin: 0 0 16px; }
.th-how-step h3 { font-size: 1.1rem; font-weight: 800; margin: 0 0 10px; color: var(--gold); }
.th-how-step p { font-size: .9rem; color: var(--text-muted); line-height: 1.7; margin: 0; }

/* ── Mobile ───────────────────────────────────────────────── */
@media (max-width: 900px) {
    .th-hp-games-grid { grid-template-columns: repeat(2, 1fr); }
    .th-how-grid { grid-template-columns: 1fr; gap: 16px; }
    .th-stats-grid { gap: 12px; }
    .th-stat-number { font-size: 2rem; }
    .th-section-title { font-size: 1.4rem; }
    .th-slider-track { height: auto; aspect-ratio: 16/9; min-height: 220px; }
    .th-slide-title { font-size: 1.6rem; }
    .th-slide-content { margin-right: 0; padding: 28px 24px; max-width: 100%; }
}
@media (max-width: 480px) {
    .th-slider-track { height: auto; aspect-ratio: 4/3; min-height: 200px; }
    .th-slide-title { font-size: 1.3rem; }
    .th-slide-text { font-size: .95rem; }
    .th-home-userbar { padding: 8px 16px; }
    .th-stat-card { padding: 20px 10px; }
    .th-stat-number { font-size: 1.6rem; }
}

/* ── How steps — number badge ────────────────────────────── */
.th-how-num {
    width: 36px; height: 36px; border-radius: 50%;
    background: var(--gold); color: var(--bg-main);
    font-size: 1rem; font-weight: 800;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 12px;
}

/* ── How CTA ──────────────────────────────────────────────── */
.th-how-cta {
    text-align: center;
    margin-top: 40px;
    padding: 40px 24px;
    background: linear-gradient(135deg, var(--bg-card) 0%, var(--bg-main) 100%);
    border: 1px solid var(--gold);
    border-radius: 16px;
}
.th-how-cta-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text);
    margin: 0 0 20px;
}
.th-hp-cta-btn {
    padding: 14px 48px !important;
    font-size: 1.1rem !important;
    border-radius: 12px !important;
    cursor: pointer;
}
.th-hp-cta-btn:hover { background: var(--gold-hover) !important; }

/* ── Game thumb: img tag ─────────────────────────────────────── */
.th-hp-game-thumb {
    height: 180px !important;
    padding-top: 0 !important;
    overflow: hidden;
    background: var(--bg-main);
    display: block;
}
.th-hp-game-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .3s;
}
.th-hp-game-card:hover .th-hp-game-thumb-img { transform: scale(1.04); }
.th-hp-game-thumb-placeholder {
    width: 100%; height: 100%;
    display: flex; align-items: center; justify-content: center;
    font-size: 2.8rem; color: var(--gold);
}

/* ── Mobile: لعبة واحدة في الصف ──────────────────────────────── */
@media (max-width: 600px) {
    .th-hp-games-grid { grid-template-columns: 1fr !important; }
    .th-hp-game-thumb { height: 200px !important; }
}

/* ── More button ──────────────────────────────────────────────── */
.th-hp-more-wrap { text-align: center; margin-top: 28px; padding-bottom: 8px; }
.th-hp-more-btn {
    padding: 12px 40px !important;
    font-size: .95rem !important;
    border-radius: 10px !important;
    cursor: pointer;
    font-family: 'Almarai', sans-serif !important;
    font-weight: 700 !important;
}
.th-hp-more-btn:hover { border-color: var(--gold) !important; color: var(--gold) !important; }

/* ── Guide button ──────────────────────────────────────────── */
.th-hp-game-card .th-hp-game-info .th-hp-guide-btn {
    width: 100% !important; padding: 10px !important; font-size: .9rem !important;
    border-radius: 8px !important; margin-bottom: 8px;
    cursor: pointer; font-family: 'Almarai', sans-serif !important;
    font-weight: 700 !important; text-align: center; display: block !important;
}
.th-hp-guide-btn:hover { border-color: var(--gold) !important; color: var(--gold) !important; }
.th-hp-game-card .th-hp-game-info .th-hp-challenge-btn {
    width: 100% !important; padding: 10px !important; font-size: .9rem !important;
    border-radius: 8px !important; margin-bottom: 8px;
    cursor: pointer; font-family: 'Almarai', sans-serif !important;
    font-weight: 700 !important; text-align: center; display: block !important;
}
.th-hp-challenge-btn:hover { border-color: var(--gold) !important; color: var(--gold) !important; }
.th-hp-game-card .th-hp-game-info .th-hp-play-btn {
    width: 100% !important; padding: 10px !important; font-size: .9rem !important;
    border-radius: 8px !important; margin-bottom: 8px; text-align: center; display: block !important;
    font-family: 'Almarai', sans-serif !important; font-weight: 700 !important;
    text-decoration: none; box-sizing: border-box;
}

/* ── Guide Modal ──────────────────────────────────────────── */
.th-hp-guide-overlay {
    position: fixed; inset: 0; background: rgba(0,0,0,.75);
    z-index: 99999; display: flex; align-items: center; justify-content: center;
    opacity: 0; pointer-events: none; transition: opacity .25s;
    padding: 20px; box-sizing: border-box;
}
.th-hp-guide-overlay.th-hp-guide-open { opacity: 1; pointer-events: auto; }
.th-hp-guide-box {
    background: var(--bg-card); border: 1px solid var(--gold); border-radius: 16px;
    width: 100%; max-width: 560px; max-height: 80vh;
    display: flex; flex-direction: column; direction: rtl;
}
.th-hp-guide-header {
    display: flex; align-items: center; justify-content: space-between;
    padding: 18px 20px; border-bottom: 1px solid var(--border);
}
.th-hp-guide-title { font-size: 1.1rem; font-weight: 800; color: var(--gold); font-family: 'Almarai', sans-serif; }
.th-hp-guide-close {
    background: none; border: none; color: var(--text-muted); font-size: 1.2rem;
    cursor: pointer; padding: 4px 8px; border-radius: 6px; transition: color .2s;
}
.th-hp-guide-close:hover { color: var(--text); }
.th-hp-guide-body {
    padding: 20px; overflow-y: auto; color: var(--text);
    font-family: 'Almarai', sans-serif; line-height: 1.8; font-size: .95rem;
}

/* ── Slide: بلا نص — الزر في الأسفل وسطاً ─────────────────── */
.th-slide:not(.th-slide-has-text) .th-slide-content {
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    padding: 0;
    margin: 0;
    width: auto;
}
.th-slide:not(.th-slide-has-text) .th-slide-btn {
    padding: 12px 36px !important;
    font-size: 1rem !important;
    border-radius: 10px !important;
    backdrop-filter: blur(4px);
    background: rgba(var(--gold-rgb), .92) !important;
}

/* ── Slider picture tag ───────────────────────────────────────── */
.th-slide-picture {
    position: absolute; inset: 0;
    display: block; width: 100%; height: 100%;
}
.th-slide-picture .th-slide-bg-img {
    position: absolute; inset: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    object-position: var(--obj-pos, center center);
    display: block;
}

/* حذف فوتر Astra الافتراضي */
.site-footer { display: none !important; }

/* ── الترتيب الحي (مدمج في البطاقة) ──────────── */
.th-lb-card-embed { margin-top: 12px; }
.th-lb-embed { background: var(--bg-main); border: 1px solid var(--border); border-radius: 10px; padding: 16px; }
.th-lb-embed-title { color: var(--gold); font-size: 14px; font-weight: 800; text-align: center; margin-bottom: 12px; }
.th-lb-embed-prizes { display: flex; justify-content: center; gap: 12px; margin-bottom: 12px; font-size: 13px; color: var(--gold); font-weight: 700; }
.th-lb-embed-empty { text-align: center; color: var(--text-muted); padding: 16px; font-size: 13px; }
.th-lb-embed-scroll { max-height: 220px; overflow-y: auto; border-radius: 6px; scrollbar-width: thin; scrollbar-color: var(--gold) var(--bg-card); }
.th-lb-embed-scroll::-webkit-scrollbar { width: 5px; }
.th-lb-embed-scroll::-webkit-scrollbar-track { background: var(--bg-card); border-radius: 3px; }
.th-lb-embed-scroll::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 3px; min-height: 30px; }
.th-lb-embed-table { width: 100%; border-collapse: collapse; font-size: 13px; color: var(--text); }
.th-lb-embed-table thead tr { background: var(--bg-card); position: sticky; top: 0; z-index: 1; }
.th-lb-embed-table th { padding: 8px 6px; text-align: right; color: var(--text-muted); font-size: 11px; font-weight: 700; border-bottom: 1px solid var(--gold); white-space: nowrap; }
.th-lb-embed-table tbody tr { border-bottom: 1px solid rgba(var(--border-rgb), 0.6); transition: background .15s; }
.th-lb-embed-table tbody tr:hover { background: rgba(var(--gold-rgb), 0.06); }
.th-lb-embed-me { background: rgba(var(--gold-rgb), 0.12) !important; }
.th-lb-embed-rank { padding: 7px 6px; font-size: 16px; text-align: right; width: 32px; }
.th-lb-embed-name { padding: 7px 6px; font-weight: 700; text-align: right; }
.th-lb-embed-you { color: var(--gold); font-size: 10px; font-weight: 400; }
.th-lb-embed-score { padding: 7px 6px; text-align: center; color: var(--gold); font-weight: 800; font-size: 15px; }
.th-lb-embed-att { padding: 7px 6px; text-align: center; color: var(--text-muted); font-size: 12px; }
.th-lb-embed-refresh { display: block; width: 100%; margin-top: 10px; padding: 8px; background: transparent; border: 1px solid var(--border); color: var(--gold); border-radius: 6px; font-size: 12px; font-weight: 700; cursor: pointer; font-family: Almarai, sans-serif; transition: border-color .2s; }
.th-lb-embed-refresh:hover { border-color: var(--gold); }
@media (max-width: 768px) {
    .th-lb-embed-scroll { max-height: 180px; }
    .th-lb-embed-table { font-size: 12px; }
    .th-lb-embed-rank { font-size: 14px; }
    .th-lb-embed-score { font-size: 13px; }
}

/* ── Toast تنبيه عائم خفيف (7.11.4) ── */
.th-toast {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%) translateY(20px);
    background: var(--bg-card);
    color: var(--text);
    border: 1px solid var(--gold);
    border-radius: 12px;
    padding: 14px 24px;
    font-family: 'Almarai', sans-serif;
    font-weight: 700;
    font-size: .95rem;
    z-index: 9999;
    opacity: 0;
    transition: opacity .3s ease, transform .3s ease;
    box-shadow: 0 8px 24px rgba(0,0,0,.4);
    max-width: 90vw;
    text-align: center;
}
.th-toast-show {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

/* ── شريط مكافأة الدخول اليومي (7.11.10) ── */
.th-streak-banner {
    max-width: 1100px;
    margin: 0 auto 16px;
    background: linear-gradient(135deg, rgba(var(--gold-rgb), .15), rgba(var(--gold-rgb), .05));
    border: 1px solid rgba(var(--gold-rgb), .3);
    border-radius: 14px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    font-family: 'Almarai', sans-serif;
    font-weight: 700;
    color: var(--text);
}
.th-streak-banner.th-streak-claimed {
    background: rgba(var(--text-rgb), .03);
    border-color: var(--border);
    color: var(--text-muted);
    font-weight: 400;
}
@media (max-width: 600px) {
    .th-streak-banner {
        flex-direction: column;
        text-align: center;
        margin-left: 14px;
        margin-right: 14px;
    }
}
