@import url("home.css?v=20260910-v2");

/* Weekly leaderboard final layout override */
.home-weekly-quiz .home-weekly-quiz__leaderboard {
    background: #fff !important;
    border-color: #e2e8f0 !important;
    box-shadow: 0 12px 28px rgba(30, 41, 59, .08) !important;
}
.home-weekly-quiz .home-weekly-quiz__leaderboard > strong {
    color: #1e293b !important;
}
.home-weekly-quiz .home-weekly-quiz__leaderboard-head,
.home-weekly-quiz .home-weekly-quiz__leaderboard li {
    display: grid !important;
    grid-template-columns: 1.5rem minmax(0, 1fr) 3.5rem 3.5rem !important;
    column-gap: .7rem !important;
    width: 100% !important;
    box-sizing: border-box !important;
}
.home-weekly-quiz .home-weekly-quiz__leaderboard-head {
    color: #64748b !important;
    font-size: .68rem !important;
    white-space: nowrap !important;
}
.home-weekly-quiz .home-weekly-quiz__leaderboard-head span {
    color: #64748b !important;
    font-size: .68rem !important;
    font-weight: 800 !important;
}
.home-weekly-quiz .home-weekly-quiz__leaderboard-head span:nth-child(3),
.home-weekly-quiz .home-weekly-quiz__leaderboard-head span:nth-child(4),
.home-weekly-quiz .home-weekly-quiz__leaderboard li em {
    text-align: right !important;
}
.home-weekly-quiz .home-weekly-quiz__leaderboard li em {
    white-space: nowrap !important;
}
.home-guess-country-hero {
    margin-bottom: 3rem !important;
    padding-bottom: 2rem !important;
}
.home-code-hunt {
    margin-bottom: 3rem !important;
}
.home-weekly-quiz .home-weekly-quiz__leaderboard {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}
.home-weekly-quiz .home-weekly-quiz__cta {
    display: flex !important;
    width: max-content !important;
    min-width: 150px;
    justify-content: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
@media (min-width: 701px) {
    .home-weekly-quiz .home-weekly-quiz__leaderboard {
        transform: translateX(-3.5rem);
    }
}
@media (max-width: 720px) {
    .home-guess-country-hero {
        margin-bottom: 2.5rem !important;
        padding-bottom: 1.5rem !important;
    }
}
@media (max-width: 700px) {
    .home-weekly-quiz h2 {
        margin-bottom: .25rem !important;
    }
    .home-weekly-quiz__copy {
        display: contents !important;
    }
    .home-weekly-quiz__status {
        display: none !important;
    }
    .home-weekly-quiz__leaderboard {
        order: 5;
    }
    .home-weekly-quiz__cta {
        order: 6;
        justify-self: start;
        margin-top: -1.5rem !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .home-weekly-quiz .home-weekly-quiz__leaderboard {
        background: transparent !important;
        border: 0 !important;
        box-shadow: none !important;
        padding: 0 !important;
        width: 100% !important;
        align-items: stretch !important;
        margin-top: -2.75rem !important;
    }
    .home-weekly-quiz .home-weekly-quiz__leaderboard > strong,
    .home-weekly-quiz .home-weekly-quiz__leaderboard-head,
    .home-weekly-quiz .home-weekly-quiz__leaderboard ol {
        width: 100% !important;
        text-align: left !important;
    }
}
