/* ============================================================
   Events (resources/views/events.blade.php) — mobile-only styles.
   All rules scoped under .lh-ev-mb.
   ============================================================ */

.lh-ev-mb {
    background-color: #12203B;
    color: #fff;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    min-height: 100vh;
}

.lh-ev-mb h1,
.lh-ev-mb h2,
.lh-ev-mb h3 {
    font-family: 'Big Caslon', 'Times New Roman', serif;
    margin: 0;
}

.lh-ev-mb [hidden] { display: none !important; }

/* Page hero */
.lh-ev-mb .e-hero {
    text-align: center;
    padding: 26px 20px 16px;
}
.lh-ev-mb .e-hero h1 {
    font-size: 30px;
    margin-bottom: 6px;
}
.lh-ev-mb .e-hero p {
    font-size: 14px;
    opacity: .85;
    margin: 0 auto;
    max-width: 320px;
    line-height: 1.45;
}

/* Ticketing info expander */
.lh-ev-mb .info-box {
    margin: 0 14px 20px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 10px;
    overflow: hidden;
}
.lh-ev-mb .info-toggle {
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    display: flex; align-items: center;
    padding: 12px 14px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    font-family: inherit;
}
.lh-ev-mb .info-toggle > i:first-child { margin-right: 10px; opacity: .85; }
.lh-ev-mb .info-toggle .chev { margin-left: auto; transition: transform .2s; }
.lh-ev-mb .info-box.open .info-toggle .chev { transform: rotate(180deg); }
.lh-ev-mb .info-body {
    display: none;
    padding: 0 14px 12px;
    border-top: 1px solid rgba(255,255,255,.1);
    font-size: 13px;
    line-height: 1.55;
    opacity: .9;
}
.lh-ev-mb .info-box.open .info-body { display: block; padding-top: 10px; }
.lh-ev-mb .info-body p { margin: 0 0 10px; }
.lh-ev-mb .info-body p:last-child { margin-bottom: 0; }
.lh-ev-mb .info-body strong { font-weight: 700; }

/* Filter pills */
.lh-ev-mb .filter-hint {
    font-size: 13px;
    text-align: center;
    opacity: .8;
    margin: 0 14px 8px;
    font-weight: 500;
}
.lh-ev-mb .filter-row {
    display: flex;
    gap: 8px;
    padding: 6px 14px 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.lh-ev-mb .filter-row::-webkit-scrollbar { display: none; }
.lh-ev-mb .filter-pill {
    flex-shrink: 0;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    white-space: nowrap;
}
.lh-ev-mb .filter-pill.active {
    background: #284b65;
    border-color: #fff;
}

/* Event cards */
.lh-ev-mb .events-list {
    padding: 0 14px 30px;
    display: grid;
    gap: 12px;
}
.lh-ev-mb .event-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 12px;
    padding: 12px;
    scroll-margin-top: 80px;
}
.lh-ev-mb .event-card .ec-top {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}
.lh-ev-mb .event-card .ec-thumb {
    flex-shrink: 0;
    width: 110px;
    height: 110px;
    border-radius: 8px;
    background-size: cover;
    background-position: center;
    background-color: #1a2e4d;
    position: relative;
}
.lh-ev-mb .event-card .ec-head {
    flex: 1;
    min-width: 0;
}
.lh-ev-mb .event-card .venue-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .14em;
    margin-bottom: 6px;
    border: 1px solid rgba(255,255,255,.2);
    background: #284b65;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.lh-ev-mb .event-card h3 {
    font-size: 17px;
    line-height: 1.2;
    margin: 0 0 6px;
}
.lh-ev-mb .event-card .meta {
    font-size: 12.5px;
    line-height: 1.5;
    opacity: .9;
}
.lh-ev-mb .event-card .meta i {
    margin-right: 5px;
    opacity: .65;
    width: 12px;
}
.lh-ev-mb .event-card .meta .meta-row { display: flex; align-items: flex-start; }
.lh-ev-mb .event-card .actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

/* Buttons inside cards */
.lh-ev-mb .ticket-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #4f8b22;
    color: #fff;
    text-decoration: none;
    padding: 9px 14px;
    border-radius: 8px;
    font-family: 'Big Caslon', 'Times New Roman', serif;
    font-size: 13px;
    font-weight: 700;
    flex: 1;
    min-width: 90px;
}
.lh-ev-mb .ticket-btn i { margin-right: 8px; }
.lh-ev-mb .pdf-btn,
.lh-ev-mb .secondary-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #284b65;
    color: #fff;
    text-decoration: none;
    padding: 9px 13px;
    border-radius: 8px;
    border: 1px solid #fff;
    font-family: 'Big Caslon', 'Times New Roman', serif;
    font-size: 13px;
    font-weight: 600;
}
.lh-ev-mb .pdf-btn i,
.lh-ev-mb .secondary-btn i { margin-right: 6px; }
.lh-ev-mb .details-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    color: #fff;
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 8px;
    padding: 10px 14px;
    font-family: 'Big Caslon', 'Times New Roman', serif;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    flex: 1;
    min-width: 90px;
}
.lh-ev-mb .details-toggle .chev {
    margin-left: 8px;
    transition: transform .2s;
    font-size: 12px;
}
.lh-ev-mb .details-toggle.open .chev { transform: rotate(180deg); }

/* Expandable details body */
.lh-ev-mb .event-details {
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px solid rgba(255,255,255,.12);
}
.lh-ev-mb .event-details .ev-desc-text {
    font-size: 13.5px;
    line-height: 1.55;
    opacity: .9;
    margin: 0;
}
.lh-ev-mb .event-details .ev-desc-text p { margin: 0 0 10px; }
.lh-ev-mb .event-details .ev-desc-text p:last-child { margin-bottom: 0; }
.lh-ev-mb .event-details .ev-extra-actions {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 12px;
}

/* Empty state */
.lh-ev-mb .empty-state {
    text-align: center;
    padding: 40px 24px;
    opacity: .7;
    font-size: 14px;
}
