/* ==========================================================================
   roulette-tactics.html page styles (loaded after /style.css)
   ========================================================================== */

/* Hero icon, slightly larger than the 64px default */
.rt-hero-icon {
    width: 80px;
    height: 80px;
}

/* Status line stays compact despite the generic page-hero paragraph rule */
.page-hero-content > p.rt-status {
    font-family: var(--font-display);
    font-weight: 500;
    font-size: 0.92rem;
    color: var(--muted);
}

/* Screens from the earlier release: small and framed, never full-bleed */
.rt-shot {
    max-width: 440px;
    margin-inline: auto;
}

/* Centered compliance statement */
.rt-disclaimer {
    max-width: 680px;
    margin-inline: auto;
    text-align: center;
}

.rt-disclaimer p {
    color: var(--muted);
}
