/* Larger, easier-to-tap raffle numbers on phones. */
@media screen and (max-width: 600px) {
    .rifa-grid {
        gap: 7px;
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .rifa-cell {
        border-radius: 9px;
        font-size: 1rem;
    }
}
