.aurore-agenda-dates{
    display: flex;
}
.aurore-agenda-dates .day-number{
    /*background-color: var(--e-global-color-secondary);*/
    font-weight: 600;
    /*padding: 4px 8px;*/
    
}
.aurore-agenda-dates .month-year{
    /*color: white;*/
    text-transform: capitalize;
}
.aurore-agenda-dates .material-symbols-sharp{
    color: white;
    display: flex;
    align-items: center;
}
.aurore-agenda-dates .start-date > span,.end-date > span {
    display: inline-block;
}/*
@media (max-width: 1023px) {
    .aurore-agenda-dates{
        position: absolute;

    }
  }
  */
  /*
*{
    outline: 2px solid red;
}*/