.fc {
    --fc-border-color: #e5e7eb;
    --fc-button-bg-color: #1d4ed8;
    --fc-button-border-color: #1d4ed8;
    --fc-button-hover-bg-color: #1e40af;
    --fc-button-hover-border-color: #1e40af;
    --fc-button-active-bg-color: #1e3a8a;
    --fc-button-active-border-color: #1e3a8a;
    --fc-page-bg-color: #ffffff;
    --fc-neutral-bg-color: #f8fafc;
    --fc-today-bg-color: #dbeafe;
}

.fc-event {
    cursor: pointer;
    border-radius: 10px;
    border: none;
    padding: 3px 6px;
    box-shadow: 0 4px 12px rgba(15, 23, 42, 0.12);
    font-weight: 700;
}

.fc-event-title {
    white-space: normal;
    line-height: 1.2;
}

.fc-toolbar-title {
    font-size: 1.4rem !important;
    font-weight: 800;
    color: #1e3a8a;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 1.5rem;
}

.fc .fc-button {
    border-radius: 0.9rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    box-shadow: none;
}

.fc .fc-col-header-cell {
    background: #f8fafc;
    color: #475569;
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 800;
}

.fc .fc-daygrid-day-number,
.fc .fc-timegrid-axis-cushion,
.fc .fc-timegrid-slot-label-cushion {
    color: #334155;
    font-weight: 700;
}

.fc .fc-daygrid-day.fc-day-today {
    box-shadow: inset 0 0 0 1px #93c5fd;
}
