.fc {
    font-family: inherit;
}

.fc-button {
    background-color: #2563eb !important;
    border-color: #2563eb !important;
}

.fc-button:hover {
    background-color: #1d4ed8 !important;
    border-color: #1d4ed8 !important;
}

.fc-button-active {
    background-color: #1e40af !important;
    border-color: #1e40af !important;
}

.fc-daygrid-event {
    cursor: pointer;
}

.fc-daygrid-event:hover {
    opacity: 0.8;
}

.fc-event-title {
    font-weight: 500;
}

.fc-col-header-cell-cushion {
    color: #374151;
    font-weight: 600;
}

.fc-daygrid-day-number {
    color: #6b7280;
    font-weight: 500;
}

.fc-day-today {
    background-color: #eff6ff !important;
}

/* Scrollbar styling */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}
