/*
Theme Name:   Agadir Riders
Description:  Thème enfant pour Agadir Riders
Author:       Votre Nom
Template:     hello-elementor
Version:      1.0.0
*/

@media (min-width: 767px) {
  .sticky-day {
    position: sticky;
  }

  .sticky-day > div:first-child {
    height: fit-content;
    position: sticky;
    top: 2rem;
  }
}