/* Event Card Styles */

/* Past event styling with reduced opacity */
.lcc__card-events--past {
    opacity: 0.65;
    transition: opacity 0.3s ease;
}

.lcc__card-events--past:hover {
    opacity: 0.85;
}

/* Past event badge */
.lcc__past-event-badge {
    position: relative;
    margin-top: -2rem;
    margin-bottom: 1rem;
    padding: 0 1rem;
    z-index: 10;
}

.lcc__past-event-badge .badge {
    font-size: 0.75rem;
    font-weight: 600;
    padding: 0.35rem 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

/* Remove bottom margin from date when time is displayed */
.card-text__date {
    margin-bottom: 0.25rem !important;
}

.card-text__time {
    margin-top: 0;
    margin-bottom: 1rem;
}
