/* ============================================================
   BV Athenaeum Event Listing — stylesheet
   ============================================================ */

/* ── Utility ──────────────────────────────────────────────── */
.bv-hidden {
    display: none !important;
}

/* ── Filter Widget ────────────────────────────────────────── */
.bv-event-filter-widget {
    padding: 10px 0;
}

.bv-filter-group {
    margin-bottom: 18px;
}

.bv-filter-label {
    display: block;
    color: #fff;
    font-family: 'futura-pt', sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.bv-filter-input,
.bv-filter-select {
    width: 100%;
    padding: 10px 14px;
    border: none;
    border-radius: 4px;
    font-family: 'futura-pt', sans-serif;
    font-size: 15px;
    color: #333;
    background: #fff;
    box-sizing: border-box;
}

.bv-filter-select {
    cursor: pointer;
    appearance: auto;
}

/* ── Listing Widget ───────────────────────────────────────── */
.bv-events-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* ── Event Item ───────────────────────────────────────────── */
.bv-event-item {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    background: rgba(184, 148, 52, 0.07);
    margin-bottom: 20px;
    padding: 20px;
    box-sizing: border-box;
}

/* ── Image Column ─────────────────────────────────────────── */
.bv-event-image-col {
    flex: 0 0 21%;
    max-width: 21%;
}

.bv-event-image-col img {
    width: 100%;
    height: auto;
    display: block;
}

/* ── Umbrella Badges ──────────────────────────────────────── */
.bv-umbrella-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 8px;
}

.bv-umbrella-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 12px;
    font-family: 'futura-pt', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.4;
    cursor: pointer;
    transition: box-shadow 0.15s, opacity 0.15s;
}

.bv-umbrella-badge:hover {
    opacity: 0.85;
}

.bv-umbrella-badge.bv-badge-active {
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(0, 0, 0, 0.35);
}

/* ── Active Filter Bar ────────────────────────────────────── */
.bv-active-filter-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 14px;
    font-family: 'futura-pt', sans-serif;
    font-size: 13px;
}

.bv-active-filter-label {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bv-clear-badge-filter {
    background: none;
    border: 1px solid currentColor;
    border-radius: 12px;
    padding: 2px 10px;
    font-family: 'futura-pt', sans-serif;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;
    opacity: 0.65;
    transition: opacity 0.15s;
    color: inherit;
}

.bv-clear-badge-filter:hover {
    opacity: 1;
}

/* ── Content Column ───────────────────────────────────────── */
.bv-event-content {
    flex: 1;
    position: relative;
    min-width: 0;
}

/* ── ACTC Badge ───────────────────────────────────────────── */
/* Container handles size, background, radius, shadow, position.
   Image fills the container. Elementor style controls override these defaults. */
.bv-actc-badge {
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex-shrink: 0;
}

.bv-actc-badge img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ── Presenting Company ───────────────────────────────────── */
.bv-presenting-company {
    font-family: 'futura-pt', sans-serif;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 1px;
    margin-bottom: 4px;
}

/* ── Event Title ──────────────────────────────────────────── */
.bv-event-title {
    font-size: 1.5em;
    margin: 0 0 8px;
    line-height: 1.2;
    padding-right: 80px;
}

.bv-event-title a {
    text-decoration: none;
    color: inherit;
}

.bv-event-title a:hover {
    text-decoration: none;
}

/* ── Event Description ────────────────────────────────────── */
.bv-event-description {
    margin-bottom: 8px;
}

.bv-event-description p {
    margin: 0 0 4px;
}

/* ── Event Meta Row (date + button inline) ────────────────── */
.bv-event-meta-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}

.bv-event-meta-row .bv-event-date {
    margin-bottom: 0;
}

.bv-event-meta-row .bv-tickets-btn {
    margin: 0;
}

/* ── Event Date ───────────────────────────────────────────── */
.bv-event-date {
    font-family: 'futura-pt', sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

/* ── Tickets Button ───────────────────────────────────────── */
.bv-tickets-btn {
    display: inline-block;
    background: #cf2626;
    color: #fff;
    text-decoration: none;
    font-family: 'futura-pt', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 15px 5px 10px;
    border-radius: 6px;
    margin: 4px 15px 4px 0;
    transition: background-color 0.3s;
}

.bv-tickets-btn:hover,
.bv-tickets-btn:focus {
    background: #811517;
    color: #fff;
    text-decoration: none;
}


/* ── No Results ───────────────────────────────────────────── */
.bv-no-results {
    text-align: center;
    padding: 40px;
    color: #666;
    font-family: 'futura-pt', sans-serif;
}

/* ── Hidden event items ───────────────────────────────────── */
.bv-event-item.bv-hidden {
    display: none;
}

/* ── Responsive ───────────────────────────────────────────── */
/* Layout direction and image column width are controlled via Elementor
   responsive controls (card_direction, image_col_width). Only the title
   padding reset is kept here as a sensible default when stacked. */
@media ( max-width: 767px ) {
    .bv-event-title {
        padding-right: 0;
    }
}
