.fc .fc-button-primary:not(:disabled).fc-button-active:focus, .fc .fc-button-primary:not(:disabled):active:focus {
    box-shadow: none;
}

.fc-v-event, .fc-h-event{ 
    border: none;
    padding: 0 0.5rem;
}
.fc .fc-daygrid-body-natural .fc-daygrid-day-events {
    margin-bottom: 0;
}
.fc-timegrid-event-harness-inset .fc-timegrid-event, .fc-timegrid-event.fc-event-mirror, .fc-timegrid-more-link {
    filter: drop-shadow(0 0 6px rgba(100, 100, 100, 0.1));
    box-shadow: none;
    border: 1.5px solid var(--border-color);
    border-radius: 0.5rem;
}

.fc-col-header-cell-cushion {
    padding: 0.5em 1em !important;  
}
.fc .fc-button-primary:focus {
    box-shadow: none;
}
.fc-event {
    min-height: 20px !important;
}

@media screen and (max-width: 1500px) {
    apply-calendar-styles table {
        display: table;
    }
    apply-calendar-styles table td {
        min-width: 0;
    }
}