/* Clean Light Theme for FullCalendar & Admin */
.fc {
    font-family: 'Inter', system-ui, sans-serif !important;
    --fc-border-color: #e4e4e7;
    --fc-page-bg-color: #ffffff;
    --fc-neutral-bg-color: #f4f4f5;
    --fc-list-event-hover-bg-color: #f4f4f5;
    --fc-today-bg-color: #eff6ff;
}

.fc .fc-toolbar-title {
    font-size: 1.25rem !important;
    font-weight: 800 !important;
    color: #18181b !important;
}

.fc .fc-button {
    background-color: #3742fa !important;
    border-color: #3742fa !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 0.75rem !important;
    text-transform: uppercase !important;
    border-radius: 0.75rem !important;
    padding: 0.5rem 1rem !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.fc .fc-button:hover {
    background-color: #2c339e !important;
    border-color: #2c339e !important;
}

.fc .fc-button-primary:not(:disabled).fc-button-active, 
.fc .fc-button-primary:not(:disabled):active {
    background-color: #e84393 !important;
    border-color: #e84393 !important;
}

.fc .fc-col-header-cell-cushion {
    color: #52525b !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 0.7rem !important;
    padding: 0.5rem 0 !important;
}

.fc .fc-daygrid-day-number {
    color: #27272a !important;
    font-weight: 600 !important;
    font-size: 0.8rem !important;
    padding: 0.5rem !important;
}

.fc-event {
    background-color: #3742fa !important;
    border-color: #3742fa !important;
    border-radius: 0.5rem !important;
    padding: 2px 6px !important;
    font-weight: 600 !important;
    font-size: 0.75rem !important;
    cursor: pointer !important;
}
