.event-calendar {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    border-radius: 5px;
    min-width: 70px;
    max-width: 70px;
    min-height: 43px;
    max-height: 43px;
    box-shadow: .25rem .25rem .25rem #00000080;
}

.event-list-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0px;
    margin-bottom: 0px;
}

.event-card-detail .event-title a {
    font-size: 1.1rem;
    color: transparent !important;
    background: linear-gradient(120deg, #00ffcd, #03a9f4);
    -webkit-background-clip: inherit;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

.local-day {
    font-size: 25px;
    font-weight: bolder;
    background-color: #ffffff08;
    color: #000000;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 5px;
}

.local-month {
    font-size: 18px;
    font-weight: bolder;
    color: white;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #1378c1;
    box-shadow: .25rem .25rem .25rem #00000080;
}
