.event-hero {
    background: linear-gradient(135deg, #f8f9fa 0%, #eef3f8 100%);
}

.event-date-card {
    border-top: 4px solid #0c5ea4;
}

.event-description {
    font-size: 1.05rem;
    line-height: 1.75;
}

.event-description p:last-child {
    margin-bottom: 0;
}

.fc-event-custom {
    padding: 2px 4px;
}

.fc-event-type {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: .8;
    line-height: 1.1;
}

.fc-event-title {
    font-size: 12px;
    font-weight: 600;
}