/**
 * BSMC Event Carousel — Component Styles
 *
 * The section wrapper uses BOTH `.bsmc-event-carousel` AND `.bsmc-video-carousel`,
 * so it picks up all the video-carousel styles (background, padding, header,
 * arrows, dots, card sizing, hover states, responsive breakpoints).
 *
 * This file only adds the event-specific bits — a date chip in place of
 * the duration badge. No layout or color overrides; just the chip.
 */

/* Date chip — sits where the video card's duration badge sits */
.bsmc-event-card-carousel__date-chip {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #edeadf;
    background: rgba(0, 0, 0, 0.7);
    padding: 5px 10px;
    border-radius: 4px;
    z-index: 2;
    text-transform: uppercase;
}
