/* =============================================================================
   EVENT CALENDAR / DISCOVERY PAGE (events-calendar.css)
   ============================================================================= */

#evc-page {
    background: var(--white);
}

.evc-intro {
    padding: 28px 0 20px;
    text-align: center;
    border-bottom: 1px solid var(--border-light);
}

.evc-intro .eds-badge-label {
    display: inline-block;
}

.evc-featured-sec {
    padding: 56px 0;
    background: var(--bg-light);
}

.flagship-events-section {
    position: relative;
    overflow: hidden;
}

.flagship-events-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 24px;
}

.flagship-events-nav-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.flagship-nav-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--white, #ffffff);
    border: 1.5px solid var(--border-light, #cbd5e1);
    color: var(--text-dark, #0f172a);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.25s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.flagship-nav-btn:hover {
    background: var(--primary-red, #e41f26);
    border-color: var(--primary-red, #e41f26);
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(228, 31, 38, 0.25);
    transform: translateY(-2px);
}

.flagship-nav-btn:active {
    transform: translateY(0);
}

.flagship-events-carousel-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

/* Track across all screens */
.evc-featured-grid.flagship-events-track {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: pan-y !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    gap: 24px !important;
    padding: 6px 4px 20px 4px !important;
    margin: 0 !important;
    cursor: grab;
    user-select: none;
    scroll-behavior: smooth;
}

.evc-featured-grid.flagship-events-track:active {
    cursor: grabbing;
}

.evc-featured-grid.flagship-events-track::-webkit-scrollbar {
    display: none !important;
}

/* Desktop & Tablet Cards (>768px) */
@media screen and (min-width: 1025px) {
    .evc-featured-grid.flagship-events-track .eds-event-card {
        flex: 0 0 calc((100% - 24px) / 2) !important;
        max-width: calc((100% - 24px) / 2) !important;
        min-width: 320px !important;
        scroll-snap-align: start !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        border-radius: 16px !important;
        background: #ffffff !important;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
        transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    }

    .evc-featured-grid.flagship-events-track .eds-event-card:hover {
        transform: translateY(-4px) !important;
        box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12) !important;
    }

    .flagship-events-indicators {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-top: 14px;
    }
}

/* Tablet (769px - 1024px) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .evc-featured-grid.flagship-events-track .eds-event-card {
        flex: 0 0 calc((100% - 20px) / 2) !important;
        max-width: calc((100% - 20px) / 2) !important;
        min-width: 290px !important;
        scroll-snap-align: start !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        border-radius: 16px !important;
        background: #ffffff !important;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06) !important;
    }

    .flagship-events-indicators {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 8px;
        margin-top: 14px;
    }
}

.evc-discovery-sec {
    padding: 50px 0 80px;
}

#evc-status-tabs {
    margin-bottom: 24px;
}

#evc-calendar-mount,
#evc-timeline-mount {
    margin-top: 8px;
}

/* Override event-discovery-components.css overflow on this page */
#evc-page .eds-filter-bar {
    overflow: visible !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 0;
}

/* ========================= FILTER BUTTONS (DESKTOP) ========================= */
@media screen and (min-width: 769px) {
    #evc-page .eds-filter-bar {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 12px !important;
        padding: 16px 0 !important;
        margin: 0 auto !important;
        width: 100% !important;
    }

    #evc-page .eds-search {
        flex: 0 1 280px !important;
        max-width: 320px !important;
        margin: 0 !important;
    }

    .eds-mobile-filter-trigger {
        display: none !important;
    }

    .evc-filter-drawer-wrap {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        flex: 1 1 auto !important;
        position: static !important;
        transform: none !important;
        box-shadow: none !important;
        background: transparent !important;
        max-height: none !important;
        border-radius: 0 !important;
        border: none !important;
        margin: 0 auto !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    .evc-drawer-backdrop {
        display: none !important;
    }

    .evc-drawer-handle,
    .evc-drawer-header,
    .evc-drawer-apply-btn {
        display: none !important;
    }

    .evc-drawer-body {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        padding: 0 !important;
        margin: 0 auto !important;
        overflow: visible !important;
        max-height: none !important;
        width: auto !important;
    }

    .evc-drawer-footer {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 0 !important;
        border: none !important;
        background: transparent !important;
        margin: 0 !important;
    }

    .eds-filter-group {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        margin: 0 !important;
        flex-shrink: 0 !important;
    }

    .eds-filter-label {
        display: none !important;
    }

    .eds-filter-btn-wrap {
        position: relative !important;
        display: inline-flex !important;
        align-items: center !important;
    }

    .eds-mobile-filter-trigger {
        display: none !important;
    }

    /* Filter Dropdown Pill Button on Desktop */
    .eds-filter-select {
        appearance: none;
        padding: 7px 28px 7px 12px !important;
        border: 1.5px solid var(--border-light) !important;
        border-radius: var(--radius-pill, 999px) !important;
        background: var(--white) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23555' stroke-width='1.5' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat right 10px center !important;
        font-family: inherit !important;
        font-size: 0.81rem !important;
        font-weight: 600 !important;
        color: var(--text-dark) !important;
        cursor: pointer !important;
        transition: var(--transition-fast, 0.25s ease) !important;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02) !important;
        max-width: 175px !important;
        white-space: nowrap !important;
        text-overflow: ellipsis !important;
    }

    .eds-filter-select:hover {
        border-color: var(--primary-red) !important;
        box-shadow: 0 4px 12px rgba(228, 31, 38, 0.08) !important;
    }

    .eds-filter-select:focus {
        outline: none !important;
        border-color: var(--primary-red) !important;
        box-shadow: 0 0 0 3px rgba(228, 31, 38, 0.12) !important;
    }

    .eds-filter-select.eds-filter-select--active {
        background-color: rgba(228, 31, 38, 0.06);
        border-color: var(--primary-red);
        color: var(--primary-red);
        font-weight: 700;
    }
}

.eds-filter-count-badge {
    background: var(--primary-red);
    color: var(--white);
    font-size: 11px;
    font-weight: 700;
    border-radius: 999px;
    padding: 2px 7px;
    min-width: 18px;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

/* =============================================================================
   RESPONSIVE & MOBILE BOTTOM-TO-TOP DRAWER (<=768px down to 320px)
   ============================================================================= */
@media screen and (max-width: 1024px) {
    .evc-featured-grid {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 768px) {
    .evc-intro {
        padding: 40px 0 24px;
        text-align: left;
    }

    .evc-featured-sec {
        padding: 32px 0 38px;
    }

    .evc-discovery-sec {
        padding: 32px 0 56px;
    }

    /* ---- Flagship Events Mobile Carousel ---- */
    .flagship-events-carousel-wrap {
        position: relative;
        overflow: hidden;
        margin-top: 18px;
        width: 100%;
    }

    .evc-featured-grid.flagship-events-track {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory !important;
        -webkit-overflow-scrolling: touch !important;
        touch-action: pan-y !important;
        scrollbar-width: none !important;
        -ms-overflow-style: none !important;
        gap: 14px !important;
        padding: 6px 16px 14px 16px !important;
        margin: 0 -16px !important;
        box-sizing: border-box !important;
        cursor: grab;
    }

    .evc-featured-grid.flagship-events-track:active {
        cursor: grabbing;
    }

    .evc-featured-grid.flagship-events-track::-webkit-scrollbar {
        display: none !important;
    }

    .evc-featured-grid.flagship-events-track .eds-event-card {
        flex: 0 0 calc(100vw - 52px) !important;
        max-width: 380px !important;
        min-width: 268px !important;
        scroll-snap-align: center !important;
        scroll-snap-stop: always !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        border-radius: 16px !important;
        background: #ffffff !important;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07) !important;
    }

    .evc-featured-grid.flagship-events-track .eds-event-card img {
        aspect-ratio: 16 / 9 !important;
        object-fit: cover !important;
        width: 100% !important;
        border-radius: 16px 16px 0 0 !important;
    }

    .flagship-events-indicators {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        margin-top: 12px !important;
        padding: 4px 0 !important;
    }

    .flagship-carousel-dot {
        width: 8px !important;
        height: 8px !important;
        border-radius: 999px !important;
        background: #cbd5e1 !important;
        border: none !important;
        padding: 0 !important;
        margin: 0 !important;
        cursor: pointer !important;
        outline: none !important;
        transition: width 0.3s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.3s ease, box-shadow 0.3s ease !important;
        -webkit-tap-highlight-color: transparent !important;
    }

    .flagship-carousel-dot:hover {
        background: #94a3b8 !important;
    }

    .flagship-carousel-dot.is-active,
    .flagship-carousel-dot[aria-current="true"] {
        width: 22px !important;
        background: var(--primary-red, #e41f26) !important;
        box-shadow: 0 2px 6px rgba(228, 31, 38, 0.35) !important;
    }

    /* Mobile Status Tabs: Auto segmented switcher (no horizontal scroll) */
    #evc-status-tabs {
        display: flex !important;
        width: 100% !important;
        box-sizing: border-box !important;
        background: #f1f5f9 !important;
        padding: 4px !important;
        border-radius: var(--radius-pill, 999px) !important;
        border: 1px solid var(--border-light, #e2e8f0) !important;
        gap: 3px !important;
        margin-bottom: 20px !important;
        overflow: hidden !important;
        flex-wrap: nowrap !important;
    }

    #evc-status-tabs .eds-tab {
        flex: 1 1 0 !important;
        min-width: 0 !important;
        width: 25% !important;
        padding: 8px 4px !important;
        font-size: 0.8rem !important;
        font-weight: 700 !important;
        text-align: center !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        border: none !important;
        background: transparent !important;
        color: #64748b !important;
        border-radius: var(--radius-pill, 999px) !important;
        transition: all 0.25s ease !important;
        box-sizing: border-box !important;
        line-height: 1.2 !important;
    }

    #evc-status-tabs .eds-tab:hover {
        color: var(--primary-red) !important;
    }

    #evc-status-tabs .eds-tab.eds-tab--active {
        background: var(--primary-red) !important;
        color: #ffffff !important;
        box-shadow: 0 2px 8px rgba(228, 31, 38, 0.28) !important;
    }

    /* ---- Mobile Filter Bar Header (Non-sticky natural document flow) ---- */
    #evc-page .eds-filter-bar,
    #evc-page .eds-filter-bar--sticky {
        position: static !important;
        top: auto !important;
        background: transparent !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        border-bottom: none !important;
        box-shadow: none !important;
        z-index: auto !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 10px !important;
        padding: 8px 0 16px !important;
        overflow: visible !important;
    }

    #evc-page .eds-filter-bar .eds-search {
        flex: 1 1 auto !important;
        min-width: 0 !important;
        margin: 0 !important;
    }

    /* Mobile Filter Button */
    .eds-mobile-filter-trigger {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 8px !important;
        padding: 10px 16px !important;
        background: var(--bg-light, #f8fafc) !important;
        border: 1.5px solid var(--border-light, #cbd5e1) !important;
        border-radius: var(--radius-pill, 999px) !important;
        font-family: inherit !important;
        font-size: 0.88rem !important;
        font-weight: 700 !important;
        color: var(--text-dark, #0f172a) !important;
        cursor: pointer !important;
        transition: var(--transition-fast, 0.25s ease) !important;
        flex-shrink: 0 !important;
        white-space: nowrap !important;
        height: 42px !important;
        box-sizing: border-box !important;
    }

    .eds-mobile-filter-trigger:hover,
    .eds-mobile-filter-trigger:active,
    .eds-mobile-filter-trigger.has-active {
        border-color: var(--primary-red) !important;
        color: var(--primary-red) !important;
        background: rgba(228, 31, 38, 0.06) !important;
    }

    /* ---- Mobile Bottom-to-Top Drawer ---- */
    #evc-drawer-backdrop.evc-drawer-backdrop {
        display: block !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        background: rgba(15, 23, 42, 0.65) !important;
        backdrop-filter: blur(8px) !important;
        -webkit-backdrop-filter: blur(8px) !important;
        z-index: 999998 !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
        transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s !important;
    }

    #evc-drawer-backdrop.is-open {
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    #evc-filter-drawer.evc-filter-drawer-wrap {
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;
        max-width: 100vw !important;
        max-height: 85vh !important;
        background: #ffffff !important;
        border-radius: 22px 22px 0 0 !important;
        z-index: 999999 !important;
        transform: translateY(105%) !important;
        transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.35s ease, visibility 0.35s !important;
        display: flex !important;
        flex-direction: column !important;
        box-shadow: 0 -12px 48px rgba(0, 0, 0, 0.3) !important;
        border-top: 1px solid rgba(255, 255, 255, 0.8) !important;
        overflow: hidden !important;
        margin: 0 !important;
        box-sizing: border-box !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    #evc-filter-drawer.is-open {
        transform: translateY(0) !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
    }

    #evc-filter-drawer .evc-drawer-handle {
        display: block !important;
        width: 44px !important;
        height: 5px !important;
        background: #cbd5e1 !important;
        border-radius: 999px !important;
        margin: 12px auto 6px !important;
        flex-shrink: 0 !important;
    }

    #evc-filter-drawer .evc-drawer-header {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 10px 18px 12px !important;
        border-bottom: 1px solid #e2e8f0 !important;
        flex-shrink: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    #evc-filter-drawer .evc-drawer-title-wrap {
        display: flex !important;
        align-items: center !important;
        gap: 8px !important;
    }

    #evc-filter-drawer .evc-drawer-title {
        font-size: 1.1rem !important;
        font-weight: 800 !important;
        color: #0f172a !important;
        margin: 0 !important;
    }

    #evc-filter-drawer .evc-drawer-close {
        width: 34px !important;
        height: 34px !important;
        border-radius: 50% !important;
        background: #f8fafc !important;
        border: 1px solid #e2e8f0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 14px !important;
        color: #334155 !important;
        cursor: pointer !important;
        transition: var(--transition-fast, 0.25s ease) !important;
    }

    #evc-filter-drawer .evc-drawer-close:hover,
    #evc-filter-drawer .evc-drawer-close:active {
        background: rgba(228, 31, 38, 0.08) !important;
        color: var(--primary-red) !important;
        border-color: var(--primary-red) !important;
    }

    #evc-filter-drawer .evc-drawer-body {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 12px !important;
        padding: 16px 18px !important;
        overflow-y: auto !important;
        -webkit-overflow-scrolling: touch !important;
        flex: 1 1 auto !important;
        width: 100% !important;
        box-sizing: border-box !important;
        max-height: calc(80vh - 130px) !important;
    }

    #evc-filter-drawer .eds-filter-group {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 5px !important;
        width: 100% !important;
        box-sizing: border-box !important;
        margin: 0 !important;
    }

    #evc-filter-drawer .eds-filter-label {
        display: flex !important;
        align-items: center !important;
        gap: 6px !important;
        font-size: 0.78rem !important;
        font-weight: 700 !important;
        color: #475569 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.5px !important;
    }

    #evc-filter-drawer .eds-filter-label i {
        color: var(--primary-red) !important;
        font-size: 11px !important;
    }

    #evc-filter-drawer .eds-filter-btn-wrap {
        width: 100% !important;
        display: block !important;
        box-sizing: border-box !important;
    }

    #evc-filter-drawer .eds-filter-select {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: 42px !important;
        line-height: 40px !important;
        padding: 0 36px 0 14px !important;
        font-size: 13.5px !important;
        font-weight: 600 !important;
        border-radius: 10px !important;
        background-color: #f8fafc !important;
        border: 1.5px solid #cbd5e1 !important;
        color: #0f172a !important;
        box-sizing: border-box !important;
        text-align: left !important;
    }

    #evc-filter-drawer .eds-filter-select.eds-filter-select--active {
        border-color: var(--primary-red) !important;
        background-color: rgba(228, 31, 38, 0.06) !important;
        color: var(--primary-red) !important;
    }

    #evc-filter-drawer .evc-drawer-footer {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 12px !important;
        padding: 14px 18px !important;
        border-top: 1px solid #e2e8f0 !important;
        background: #ffffff !important;
        flex-shrink: 0 !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }

    #evc-filter-drawer .evc-drawer-footer .eds-filter-clear {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 0.85rem !important;
        padding: 10px 16px !important;
        font-weight: 700 !important;
        color: #64748b !important;
        background: #f1f5f9 !important;
        border-radius: var(--radius-pill, 999px) !important;
        text-decoration: none !important;
        white-space: nowrap !important;
        height: 42px !important;
        box-sizing: border-box !important;
    }

    #evc-filter-drawer .evc-drawer-footer .eds-filter-clear:hover {
        color: var(--primary-red) !important;
        background: rgba(228, 31, 38, 0.08) !important;
    }

    #evc-filter-drawer .evc-drawer-apply-btn {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex: 1 !important;
        padding: 10px 20px !important;
        font-size: 0.92rem !important;
        font-weight: 700 !important;
        border-radius: var(--radius-pill, 999px) !important;
        box-shadow: 0 4px 16px rgba(228, 31, 38, 0.25) !important;
        height: 42px !important;
        box-sizing: border-box !important;
        white-space: nowrap !important;
    }
}

@media screen and (max-width: 480px) {
    #evc-status-tabs {
        padding: 3px !important;
        gap: 2px !important;
    }

    #evc-status-tabs .eds-tab {
        padding: 7px 2px !important;
        font-size: 0.76rem !important;
    }

    #evc-filter-drawer .evc-drawer-header {
        padding: 10px 14px !important;
    }

    #evc-filter-drawer .evc-drawer-body {
        padding: 12px 14px !important;
        gap: 10px !important;
    }

    #evc-filter-drawer .evc-drawer-footer {
        padding: 12px 14px !important;
        gap: 10px !important;
    }

    #evc-filter-drawer .eds-filter-select {
        height: 40px !important;
        line-height: 38px !important;
        padding: 0 32px 0 12px !important;
        font-size: 13px !important;
    }
}

@media screen and (max-width: 360px) {
    #evc-status-tabs {
        padding: 2px !important;
        gap: 2px !important;
    }

    #evc-status-tabs .eds-tab {
        padding: 6px 1px !important;
        font-size: 0.70rem !important;
        letter-spacing: -0.2px !important;
    }
}

/* =============================================================================
   MOBILE LIST VIEW & VIEW SWITCHER PILLS ENHANCEMENT
   ============================================================================= */

/* View Switcher Pills Group */
#evc-view-pills {
    display: inline-flex !important;
    align-items: center !important;
    gap: 4px !important;
    background: var(--bg-light, #f1f5f9) !important;
    padding: 3px !important;
    border-radius: var(--radius-pill, 999px) !important;
    border: 1.5px solid var(--border-light, #cbd5e1) !important;
}

#evc-view-pills .eds-pill {
    width: 36px !important;
    height: 36px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: var(--radius-pill, 999px) !important;
    border: none !important;
    background: transparent !important;
    color: var(--text-muted, #64748b) !important;
    font-size: 13px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    -webkit-tap-highlight-color: transparent !important;
}

#evc-view-pills .eds-pill:hover {
    color: var(--primary-red, #e41f26) !important;
}

#evc-view-pills .eds-pill.eds-pill--active {
    background: var(--primary-red, #e41f26) !important;
    color: #ffffff !important;
    box-shadow: 0 2px 6px rgba(228, 31, 38, 0.28) !important;
}

/* Distinctive Mobile List View Layout */
@media screen and (max-width: 768px) {
    .eds-events-list {
        display: flex !important;
        flex-direction: column !important;
        gap: 12px !important;
    }

    .eds-events-list .eds-event-card--horizontal {
        display: grid !important;
        grid-template-columns: 110px 1fr !important;
        gap: 12px !important;
        align-items: stretch !important;
        background: #ffffff !important;
        border: 1px solid var(--border-light, #e2e8f0) !important;
        border-radius: 14px !important;
        overflow: hidden !important;
        padding: 0 !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
        text-decoration: none !important;
        min-height: 105px !important;
    }

    .eds-events-list .eds-event-card--horizontal > div:first-child {
        position: relative !important;
        width: 110px !important;
        height: 100% !important;
        min-height: 105px !important;
        overflow: hidden !important;
    }

    .eds-events-list .eds-event-card--horizontal .eds-event-card-badges {
        position: absolute !important;
        top: 6px !important;
        left: 6px !important;
        max-width: calc(100% - 12px) !important;
        display: flex !important;
        gap: 4px !important;
        z-index: 2 !important;
        overflow: hidden !important;
    }

    .eds-events-list .eds-event-card--horizontal [class*="eds-badge"],
    .eds-events-list .eds-event-card--horizontal .eds-badge-featured,
    .eds-events-list .eds-event-card--horizontal .eds-badge-status {
        font-size: 0.58rem !important;
        padding: 2px 5px !important;
        font-weight: 800 !important;
        letter-spacing: 0.03em !important;
        line-height: 1.2 !important;
        border-radius: 4px !important;
        white-space: nowrap !important;
        text-transform: uppercase !important;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25) !important;
    }

    .eds-events-list .eds-event-card--horizontal img {
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
        aspect-ratio: auto !important;
        display: block !important;
    }

    .eds-events-list .eds-event-card--horizontal .eds-related-card-body {
        padding: 10px 12px 10px 0 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        min-width: 0 !important;
    }

    .eds-events-list .eds-event-card--horizontal .eds-event-card-title {
        font-size: 0.92rem !important;
        font-weight: 700 !important;
        line-height: 1.3 !important;
        margin: 0 0 6px 0 !important;
        color: var(--text-dark, #0f172a) !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 2 !important;
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }

    .eds-events-list .eds-event-card--horizontal .eds-event-card-desc {
        display: none !important;
    }

    .eds-events-list .eds-event-card--horizontal .eds-event-card-meta {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 6px 10px !important;
        font-size: 0.76rem !important;
        color: var(--text-muted, #64748b) !important;
        margin: 0 !important;
    }

    .eds-events-list .eds-event-card--horizontal .eds-event-card-meta span {
        display: inline-flex !important;
        align-items: center !important;
        gap: 4px !important;
        white-space: nowrap !important;
    }

    .eds-events-list .eds-event-card--horizontal .eds-event-card-meta i {
        color: var(--primary-red, #e41f26) !important;
        font-size: 10px !important;
    }
}

@media screen and (max-width: 360px) {
    .eds-events-list .eds-event-card--horizontal {
        grid-template-columns: 88px 1fr !important;
        gap: 10px !important;
        min-height: 95px !important;
    }

    .eds-events-list .eds-event-card--horizontal > div:first-child {
        width: 88px !important;
        min-height: 95px !important;
    }

    .eds-events-list .eds-event-card--horizontal .eds-event-card-title {
        font-size: 0.85rem !important;
    }
}
