/* Sugar Calendar Past Events Styler - Calendar/Month View Only */

/* Target only the Calendar/Month View past events */
.sugar-calendar-block.is-calendar-view .sugar-calendar__day.past-event,
.sugar-calendar-block.is-calendar-view .sugar-calendar__day.past-event * {
    opacity: 0.4 !important;
    color: #999 !important;
}

/* Ensure future events in Calendar View remain normal */
.sugar-calendar-block.is-calendar-view .sugar-calendar__day:not(.past-event) {
    opacity: 1 !important;
}

/* Do NOT affect the List View - it should remain unchanged */
.sugar-calendar-event-list-block {
    /* No styling applied to list view */
}
