/* 1. Φόντο ημέρας: Απαλό Πράσινο (Ελεύθερο) */
.ka-calendar .fc-daygrid-day {
    background-color: #e8f5e9 !important;
}

/* 2. Μπάρα Κράτησης: Έντονο Κόκκινο (Κρατημένο) */
/* Χρησιμοποιούμε πολλαπλούς selectors για να επιβάλουμε το κόκκινο */
.ka-calendar .fc-event, 
.ka-calendar .fc-daygrid-event,
.ka-calendar .fc-event-main,
.ka-calendar .fc-event-title {
    background-color: #d32f2f !important; /* Κόκκινο */
    border-color: #b71c1c !important;
    color: #ffffff !important; /* Λευκά γράμματα */
    opacity: 1 !important;
}

/* 3. Διόρθωση για να μην κληρονομεί το πράσινο η κράτηση */
.ka-calendar .fc-event-main-frame {
    background-color: #d32f2f !important;
}

/* 4. Παλιές ημέρες: Γκρι */
.ka-calendar .fc-day-past {
    background-color: #f5f5f5 !important;
}

/* 5. Αριθμοί ημερομηνίας: Μαύροι */
.ka-calendar .fc-daygrid-day-number {
    color: #000 !important;
    font-weight: bold;
    text-decoration: none !important;
}