/* ------------- CALENDAR ------------- */
.calendar {
    padding-top: 3em;
}

.calendar-entries-container {
    list-style: none;
    padding-left: 0;
}

.calendar-entries-container>li:not(:last-of-type) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid white;
}

.calendar-title {
    display: inline;
}

.calendar-ics::before {
    font-family: bootstrap-icons;
    content: "\f1f3";
    padding-left: 1em;
    padding-right: 0.3em;
}

.calendar-entry {
    list-style: none;
    padding-left: 0.3em;
}

.calendar-startdate, .calendar-enddate, .calendar-starttime, .calendar-endtime {
    display: inline;
}

.calendar-startdate {
    font-weight: bold;
}

.calendar-starttime {
    padding-left: 0.5em;
}

.calendar-summary {
    font-size: 140%;
}
