/* Keep the three sports packages together on desktop without changing smaller layouts. */
@media (min-width: 981px) {
    #formules-jeux-sportifs-location .ee-animation-offer-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}
