/* ============================================================
   Stables (businesses/stables/index) — mobile-only styles.
   All rules scoped under .lh-stb-mb.
   ============================================================ */

.lh-stb-mb {
    background-color: #12203B;
    color: #fff;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

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

/* Hero photo */
.lh-stb-mb .s-hero {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.lh-stb-mb .s-hero img.s-hero__bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.lh-stb-mb .s-hero__logo {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 92%;
    height: 95%;
    object-fit: contain;
    z-index: 2;
    filter: drop-shadow(2px 5px 7px rgba(0,0,0,.7));
}
.lh-stb-mb .s-hero::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 30px;
    background: linear-gradient(180deg, rgba(18,32,59,0) 0%, #12203B 100%);
    pointer-events: none;
}

/* Compact header */
.lh-stb-mb .s-header {
    text-align: center;
    padding: 18px 20px 14px;
}
.lh-stb-mb .s-header .tagline {
    font-size: 13px;
    opacity: .85;
    margin: 0 auto;
    max-width: 320px;
    line-height: 1.45;
}

/* Section base */
.lh-stb-mb .s-section { padding: 22px 18px; }
.lh-stb-mb .s-section.alt { background-color: #182A4C; }
.lh-stb-mb .s-section h2 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 14px;
}

/* Primary CTA buttons (2-col grid) */
.lh-stb-mb .primary-ctas {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}
.lh-stb-mb .lh-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background: #284b65;
    color: #fff;
    text-decoration: none;
    text-align: center;
    padding: 14px;
    border: 1px solid #fff;
    border-radius: 8px;
    font-family: 'Big Caslon', 'Times New Roman', serif;
    font-size: 15px;
    font-weight: 600;
    min-height: 50px;
}
.lh-stb-mb .lh-btn i { margin-right: 10px; }

/* Hours card */
.lh-stb-mb .hours-card {
    background: #284b65;
    border: 1px solid #fff;
    border-radius: 10px;
    overflow: hidden;
}
.lh-stb-mb .hours-toggle {
    width: 100%; background: none; border: none; color: #fff;
    display: flex; align-items: center;
    padding: 14px 16px;
    cursor: pointer;
    font-family: 'Big Caslon', 'Times New Roman', serif;
    font-size: 16px; font-weight: 600;
    text-align: left;
}
.lh-stb-mb .hours-toggle > i:first-child { margin-right: 10px; }
.lh-stb-mb .hours-toggle .chev { margin-left: auto; transition: transform .2s; }
.lh-stb-mb .hours-card.open .hours-toggle .chev { transform: rotate(180deg); }
.lh-stb-mb .hours-body {
    display: none;
    padding: 0 16px 14px;
    border-top: 1px solid rgba(255,255,255,.1);
}
.lh-stb-mb .hours-card.open .hours-body { display: block; padding-top: 12px; }
.lh-stb-mb .hours-body p { margin: 0; }
.lh-stb-mb .row-line {
    display: flex;
    justify-content: space-between;
    padding: 3px 0;
    font-size: 13px;
}
.lh-stb-mb .phone-link {
    display: flex; align-items: center; justify-content: center; gap: 8px;
    background: rgba(255,255,255,.1);
    color: #fff; text-decoration: none;
    padding: 10px;
    border-radius: 8px;
    font-weight: 600;
    margin-top: 10px;
}
.lh-stb-mb .phone-link i { margin-right: 4px; }

/* Schedule list (entertainment) */
.lh-stb-mb .sched-list { display: grid; gap: 8px; }
.lh-stb-mb .sched-list.sched-extra { margin-top: 8px; }
.lh-stb-mb .sched-row {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 10px;
    padding: 10px 14px;
}
.lh-stb-mb .sched-row .date-block {
    text-align: center;
    min-width: 48px;
    border-right: 1px solid rgba(255,255,255,.15);
    padding-right: 12px;
}
.lh-stb-mb .sched-row .month {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .12em;
    opacity: .65;
    font-weight: 600;
}
.lh-stb-mb .sched-row .day {
    font-family: 'Big Caslon', 'Times New Roman', serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
}
.lh-stb-mb .sched-row .info { flex: 1; min-width: 0; }
.lh-stb-mb .sched-row .name {
    font-family: 'Big Caslon', 'Times New Roman', serif;
    font-size: 15px; font-weight: 600;
    line-height: 1.2; margin-bottom: 2px;
}
.lh-stb-mb .sched-row .meta { font-size: 12px; opacity: .7; }
.lh-stb-mb .sched-row .cover {
    display: inline-block;
    margin-left: 6px;
    font-size: 10px;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 999px;
    background: rgba(255,255,255,.1);
}
.lh-stb-mb .see-all {
    display: block;
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    text-align: center;
    color: #fff;
    text-decoration: underline;
    font-size: 13px;
    font-weight: 600;
    font-family: inherit;
    margin-top: 14px;
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer;
}
.lh-stb-mb .sched-empty {
    text-align: center;
    opacity: .65;
    font-size: 13px;
    font-style: italic;
    padding: 14px 0;
}

/* Upcoming Events (image cards) */
.lh-stb-mb .event-card {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,.4);
}
.lh-stb-mb .event-card img {
    display: block;
    width: 100%;
    height: auto;
}

/* Reserve a Private Stall section */
.lh-stb-mb .stall-perks {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
}
.lh-stb-mb .stall-perks li {
    position: relative;
    padding: 6px 0 6px 22px;
    font-size: 13.5px;
    line-height: 1.4;
    border-bottom: 1px solid rgba(255,255,255,.08);
}
.lh-stb-mb .stall-perks li:last-child { border-bottom: 0; }
.lh-stb-mb .stall-perks li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 6px;
    font-weight: 700;
    opacity: .8;
}
.lh-stb-mb .stall-sub {
    text-align: center;
    font-size: 12px;
    opacity: .65;
    text-transform: uppercase;
    letter-spacing: .2em;
    margin: -8px 0 16px;
}
.lh-stb-mb .stall-intro {
    font-size: 14px;
    line-height: 1.55;
    opacity: .9;
    margin: 0 0 14px;
}
.lh-stb-mb .stall-pick-head {
    text-align: center;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .2em;
    opacity: .7;
    margin: 18px 0 8px;
}
.lh-stb-mb .stall-floorplan {
    background: rgba(144, 221, 255, 0.18);
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 10px;
    padding: 12px;
    margin: 0 0 16px;
}
.lh-stb-mb .stall-floorplan img {
    display: block;
    width: 100%;
    height: auto;
}

[hidden] { display: none !important; }

/* ----------------------------------------------------------
   Artist Application form (perform.blade.php) — minimal
   mobile tweaks scoped under .lh-stb-form-mb so they only
   apply to the form wrapper we add on mobile. The Livewire
   form's own col-md-6 already collapses to one column below
   md, so we mostly need spacing + readable inputs.
   ---------------------------------------------------------- */
.lh-stb-form-mb {
    background-color: #12203B;
    color: #fff;
    padding: 18px 16px 32px;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}
.lh-stb-form-mb .form-head {
    text-align: center;
    margin-bottom: 18px;
}
.lh-stb-form-mb .form-head img {
    height: 38px;
    display: block;
    margin: 0 auto 10px;
}
.lh-stb-form-mb .form-head h1 {
    font-family: 'Big Caslon', 'Times New Roman', serif;
    font-size: 24px;
    margin: 0 0 6px;
}
.lh-stb-form-mb .form-head p {
    font-size: 13px;
    opacity: .85;
    margin: 0 0 4px;
    line-height: 1.45;
}
.lh-stb-form-mb .form-head a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.lh-stb-form-mb .form-card {
    background: rgba(255,255,255,.04);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 12px;
    padding: 14px;
}
