.fc-event {
    cursor: pointer;
    font-size: 0.8em;
    padding: 1px 2px !important;
}

.fc-day-future {
    cursor: pointer;
}

.fc-day-past {
    background-color: #f8f9fa;
    cursor: not-allowed;
}

#calendar {
    margin-bottom: 2rem;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.fc .fc-daygrid-day {
    min-height: 30px !important;
    height: 30px !important;
}

.fc .fc-daygrid-day-frame {
    min-height: 30px !important;
}

.fc .fc-daygrid-day-top {
    flex-direction: row !important;
    padding: 2px !important;
}

.fc .fc-daygrid-day-number {
    font-size: 0.8em;
    padding: 1px !important;
}

.fc .fc-toolbar-title {
    font-size: 1.2em !important;
}

.fc .fc-button {
    padding: 0.2em 0.4em !important;
    font-size: 0.9em !important;
}

.booking-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 4px;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.color-box {
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .fc .fc-toolbar {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .fc .fc-toolbar-title {
        font-size: 1em !important;
    }
    
    .fc .fc-button {
        padding: 0.15em 0.3em !important;
        font-size: 0.8em !important;
    }
} 