.ics-anonyme-calendar-wrapper {
    margin: 20px 0;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.ics-anonyme-calendar {
    min-height: 500px;
}

.ics-anonyme-calendar .fc-header-toolbar {
    margin-bottom: 1em !important;
}

.ics-anonyme-calendar .fc-button {
    background-color: #3498db;
    border-color: #2980b9;
    color: white;
}

.ics-anonyme-calendar .fc-button:hover {
    background-color: #2980b9;
}

.ics-anonyme-calendar .fc-button-active {
    background-color: #2c3e50 !important;
    border-color: #2c3e50 !important;
}

.ics-anonyme-calendar .fc-event {
    border: 2px solid;
    border-radius: 3px;
    padding: 2px 4px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.ics-anonyme-calendar .fc-timegrid-slot {
    height: 40px;
}

.ics-anonyme-calendar .fc-col-header-cell {
    background-color: #f8f9fa;
    font-weight: bold;
}

.ics-anonyme-calendar .fc-timegrid-axis {
    background-color: #f8f9fa;
}

.fc-event-anonymous {
    white-space: normal;
    word-wrap: break-word;
}

/* Responsive */
@media (max-width: 768px) {
    .ics-anonyme-calendar .fc-toolbar {
        flex-direction: column;
        gap: 10px;
    }
    
    .ics-anonyme-calendar {
        font-size: 12px;
    }
}
