.aurore-event-date-container{
display: flex;
flex-direction: column;
background: var(--e-global-color-primary);
color: white;
width: 5rem;
border-radius: 0.75rem;
padding: 2px;
}
.aurore-event-date-container div{
background-color: white;
color: var(--e-global-color-primary);
padding: 0.4rem;
font-size: 0.8rem;
font-weight: 400;
text-align: center;
border-radius: calc(0.75rem - 2px);
}
.aurore-event-date-container span{
text-align: center;
font-weight: 600;
font-size: 1.2rem;
padding: 0.2rem 0 0.2rem 0;
}