/**
 * FullCalendar custom styles for Yarram CC
 */

#ycc-calendar {
    font-family: var(--ycc-font-body);
}

.fc .fc-toolbar-title {
    font-family: var(--ycc-font-heading);
    color: var(--ycc-ochre);
    font-size: 1.6rem;
}

.fc .fc-col-header-cell-cushion {
    font-weight: 600;
    color: var(--ycc-dark);
}

.fc-event {
    border-radius: 3px;
    padding: 2px 4px;
    font-size: 0.85rem;
}

.fc .fc-list-event-title a {
    color: var(--ycc-dark);
}

.fc .fc-list-event-title a:hover {
    color: var(--ycc-ochre);
}

.fc .fc-list-day-cushion {
    background-color: var(--ycc-light-grey);
}

/* Event popup tooltip (optional enhancement) */
.fc-event[title] {
    cursor: pointer;
}
