/* ============================================================
   Dreamtrackdays - Circuitos Page Styles
   ============================================================ */

/* ------------------ Country Navigation Buttons ------------------ */
.country-nav-btn {
    background-color: #FFFFFF !important;
}

@media (max-width: 768px) {
    .country-nav-btn {
        display: none !important;
    }
}

/* ------------------ Grid Override ------------------ */
@media (min-width: 768px) {
    #active-circuits-grid {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    }
}
