.vendor-app { display:flex; min-height:100vh; }
.nav { width: 220px; border-right:1px solid var(--sl-color-neutral-200); padding:12px; }
.brand { font-weight:700; margin:8px 8px 16px; }
.nav-list { display:flex; flex-direction:column; gap:4px; }
.nav-item { display:flex; align-items:center; gap:8px; padding:8px 10px; border-radius:8px; color:inherit; text-decoration:none; }
.nav-item:hover { background: var(--sl-color-neutral-100); }
.nav-item.active { background: var(--sl-color-primary-50); color: var(--sl-color-primary-600); }
.nav-item sl-badge { margin-left:auto; }

.main { flex:1; padding:16px; }
.topbar { display:flex; align-items:center; justify-content:space-between; margin-bottom:12px; gap:12px; }
.top-actions { display:flex; align-items:center; gap:8px; }

.grid { display:grid; grid-template-columns: 1fr; gap:12px; margin-bottom:12px; }
.grid.two { grid-template-columns: 1fr 1fr; }
.grid.span-2 { grid-template-columns: 1fr; }
@media (min-width: 1100px){ .grid.span-2{ grid-template-columns: 1fr 1fr; } }

.card { --padding: 14px; }
.card-title { font-weight:700; margin-bottom:8px; }
.card-title-row { display:flex; align-items:center; justify-content:space-between; }
.filters { display:flex; align-items:center; gap:8px; }
.muted { color: var(--sl-color-neutral-600); }

.qa-row { display:flex; flex-wrap:wrap; gap:8px; }

.list { display:flex; flex-direction:column; gap:8px; }
.venues { display:grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap:8px; }

.map-wrap { display:grid; grid-template-columns: 2fr 1fr; gap:12px; min-height:300px; }
.map-placeholder { background: #f7f9ff; border:1px dashed var(--sl-color-neutral-300); border-radius:10px; display:flex; align-items:center; justify-content:center; }

.right { text-align:right; }
.hide { display:none !important; }

#venueContentBase {
    width: 65vw;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    height:100%;
}

#venueHeaderBox{
    width:100%;
    height:auto;
    max-height:275px;
}

#venueHeaderImage{
    width: 100%;
    height: auto;
    max-height: 275px;
}

#venueToolbar{
    height:50px;
    background-color: white;
    border-bottom: solid 2px var(--sl-color-neutral-200);
}

.venue-overview{
    min-height:100%;
    display:flex;
    flex-direction:column;
}

.venue-overview__toolbar{
    height:auto !important;
    min-height:58px;
    padding:12px 18px;
    align-items:center;
    gap:14px;
    background:rgba(255,255,255,0.94) !important;
    backdrop-filter:blur(12px);
}

.venue-overview__identity{
    display:flex;
    align-items:center;
    gap:14px;
    min-width:0;
}

.venue-overview__identityText{
    display:flex;
    flex-direction:column;
    min-width:0;
}

.venue-overview__eyebrow{
    font-size:0.72rem;
    font-weight:800;
    letter-spacing:0.12em;
    text-transform:uppercase;
    color:#7b8494;
}

.venue-overview__hero{
    position:relative;
    min-height:340px;
    border-radius:28px;
    overflow:hidden;
    background:linear-gradient(135deg, #19345f 0%, #355f98 42%, #6c94c7 100%);
    box-shadow:0 24px 52px -34px rgba(15, 23, 42, 0.6);
}

.venue-overview__hero--fallback .venue-overview__heroImage{
    display:none;
}

.venue-overview__heroMedia,
.venue-overview__heroImage,
.venue-overview__heroShade{
    position:absolute;
    inset:0;
}

.venue-overview__heroImage{
    width:100%;
    height:100%;
    object-fit:cover;
}

.venue-overview__heroShade{
    background:
        linear-gradient(180deg, rgba(14, 23, 39, 0.14) 0%, rgba(14, 23, 39, 0.42) 58%, rgba(14, 23, 39, 0.72) 100%),
        linear-gradient(120deg, rgba(244, 168, 38, 0.26), transparent 38%);
}

.venue-overview__heroContent{
    position:relative;
    z-index:1;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    min-height:340px;
    padding:34px 36px;
    color:#fff;
}

.venue-overview__heroPills{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:18px;
}

.venue-overview__heroPill{
    display:inline-flex;
    align-items:center;
    min-height:34px;
    padding:0 14px;
    border-radius:999px;
    background:rgba(255,255,255,0.16);
    border:1px solid rgba(255,255,255,0.18);
    color:#fff;
    font-size:0.78rem;
    font-weight:800;
    letter-spacing:0.08em;
    text-transform:uppercase;
}

.venue-overview__heroTitle{
    margin:0;
    max-width:12ch;
    font-size:clamp(2.4rem, 4vw, 4.2rem);
    line-height:0.96;
    letter-spacing:-0.03em;
    color:#fff;
}

.venue-overview__heroSubtitle{
    margin:16px 0 0;
    max-width:58ch;
    font-size:1rem;
    line-height:1.6;
    color:rgba(255,255,255,0.88);
}

.venue-reveal{
    opacity:0;
    transform:translateY(18px);
    transition:
        opacity 420ms ease,
        transform 520ms cubic-bezier(0.22, 1, 0.36, 1);
    transition-delay:var(--venue-reveal-delay, 0ms);
    will-change:opacity, transform;
}

.venue-reveal.is-visible{
    opacity:1;
    transform:translateY(0);
}

.venue-overview__actionBar{
    display:flex;
    flex-wrap:wrap;
    gap:14px;
    margin-top:-8px;
    position:sticky;
    top:10px;
    z-index:8;
    padding:10px 0 2px;
}

.venue-overview__action{
    appearance:none;
    border:1px solid rgba(17, 24, 39, 0.08);
    background:linear-gradient(180deg, rgba(255,255,255,0.96), rgba(245,247,251,0.98));
    color:#1f2d4b;
    min-height:54px;
    padding:0 18px;
    border-radius:18px;
    display:inline-flex;
    align-items:center;
    gap:10px;
    font-size:0.96rem;
    font-weight:700;
    box-shadow:0 18px 32px -26px rgba(15, 23, 42, 0.4);
    cursor:pointer;
    transition:transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.venue-overview__action:hover,
.venue-overview__action:focus-visible{
    transform:translateY(-1px);
    box-shadow:0 20px 38px -24px rgba(15, 23, 42, 0.42);
    border-color:rgba(54, 92, 165, 0.18);
    outline:none;
}

.venue-overview__action.is-active{
    border-color:rgba(54, 92, 165, 0.24);
    background:linear-gradient(180deg, rgba(241,246,255,0.98), rgba(232,239,251,0.98));
    color:#17345e;
    box-shadow:0 18px 34px -24px rgba(35, 68, 118, 0.42);
}

.venue-overview__action.is-active sl-icon{
    color:#17345e;
}

.venue-overview__action sl-icon{
    font-size:1rem;
    color:#355f98;
}

.venue-overview__action--primary{
    background:linear-gradient(135deg, #f4a826 0%, #d88912 100%);
    color:#2c1a00;
    border-color:rgba(201, 124, 18, 0.28);
}

.venue-overview__action--primary.is-active{
    background:linear-gradient(135deg, #f6b43c 0%, #df941c 100%);
    color:#2c1a00;
    border-color:rgba(201, 124, 18, 0.34);
}

.venue-overview__action--primary sl-icon{
    color:#2c1a00;
}

.venue-overview__content{
    display:grid;
    grid-template-columns:minmax(0, 1.6fr) minmax(280px, 0.82fr);
    gap:22px;
    align-items:start;
}

.venue-overview__main,
.venue-overview__aside{
    display:grid;
    gap:22px;
}

.venue-section{
    background:rgba(255,255,255,0.96);
    border:1px solid rgba(17, 24, 39, 0.08);
    border-radius:24px;
    box-shadow:0 22px 42px -30px rgba(15, 23, 42, 0.35);
    overflow:hidden;
    transition:transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.venue-section:hover{
    transform:translateY(-2px);
    box-shadow:0 28px 48px -32px rgba(15, 23, 42, 0.38);
    border-color:rgba(54, 92, 165, 0.12);
}

.venue-section--event{
    background:linear-gradient(180deg, rgba(255,255,255,0.98), rgba(249,246,238,0.98));
}

.venue-section__header{
    padding:22px 24px 10px;
}

.venue-section__header--split{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:14px;
}

.venue-section__eyebrow{
    font-size:0.74rem;
    font-weight:800;
    letter-spacing:0.12em;
    text-transform:uppercase;
    color:#8a7358;
    margin-bottom:6px;
}

.venue-section__title{
    margin:0;
    font-size:1.28rem;
    line-height:1.15;
    color:#18212f;
}

.venue-section__body{
    padding:0 24px 24px;
}

.venue-section__linkBtn{
    appearance:none;
    border:0;
    background:transparent;
    color:#1b5fb5;
    font-weight:700;
    display:inline-flex;
    align-items:center;
    gap:8px;
    cursor:pointer;
}

.venue-card__body--feature .ne-card{
    display:grid;
    grid-template-columns:84px minmax(0, 1fr);
    align-items:start;
    width:100%;
    max-width:100%;
    box-sizing:border-box;
    margin:0;
    gap:20px;
    padding:18px 20px;
    border-radius:22px;
    overflow:visible;
    background:#fff;
    box-shadow:inset 0 0 0 1px rgba(15, 23, 42, 0.06);
}

.venue-card__body--feature .ne-card--interactive{
    cursor:pointer;
    transition:transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.venue-card__body--feature .ne-card--interactive:hover,
.venue-card__body--feature .ne-card--interactive:focus-visible{
    transform:translateY(-1px);
    box-shadow:0 16px 32px -26px rgba(15, 23, 42, 0.34), inset 0 0 0 1px rgba(54, 92, 165, 0.16);
    outline:none;
}

.venue-card__body--feature .ne-cal{
    flex:0 0 84px;
    align-self:start;
    margin-left:0;
    box-shadow:0 14px 26px -22px rgba(15, 23, 42, 0.42);
}

.venue-card__body--feature .ne-info{
    display:flex;
    flex:1 1 auto;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    gap:12px;
    min-width:0;
    padding:2px 0;
}

.venue-card__body--feature .ne-head{
    display:flex;
    flex-direction:column;
    gap:8px;
    min-width:0;
}

.venue-card__body--feature .ne-name{
    margin:0;
    font-size:1.22rem;
    line-height:1.08;
    font-weight:800;
}

.venue-card__body--feature .ne-flags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    align-items:center;
    width:100%;
}

.venue-card__body--feature .ne-time{
    margin:0;
    color:#51627f;
    line-height:1.3;
    font-weight:700;
    font-size:0.98rem;
}

.venue-card__body--feature .ne-description,
.venue-card__body--feature .ne-commitment,
.venue-card__body--feature .ne-deadline{
    display:inline-flex;
    align-items:center;
}

.venue-card__body--feature .ne-description{
    width:100%;
    display:block;
    color:#24324a;
    line-height:1.5;
    font-size:0.98rem;
}

.venue-card__body--feature .ne-commitment,
.venue-card__body--feature .ne-deadline{
    min-height:32px;
    padding:0 12px;
    border-radius:999px;
    background:#f4f7fb;
    border:1px solid rgba(76, 95, 130, 0.12);
}

.venue-card__body--feature .ne-commitment{
    font-size:0.9rem;
    font-weight:700;
}

.venue-card__body--feature .ne-commitment--committed{
    color:#166534;
    background:#eaf7ef;
    border-color:rgba(22, 101, 52, 0.14);
}

.venue-card__body--feature .ne-commitment--pending{
    color:#1d4ed8;
    background:#edf4ff;
    border-color:rgba(29, 78, 216, 0.14);
}

.venue-card__body--feature .ne-deadline{
    font-size:0.9rem;
    font-weight:700;
    color:#9a3412;
    background:#fff3eb;
    border-color:rgba(154, 52, 18, 0.12);
}

.venue-about__copy{
    margin:0;
    color:#33415c;
    line-height:1.72;
    white-space:pre-wrap;
}

.venue-about__copy.is-collapsed{
    display:-webkit-box;
    -webkit-line-clamp:5;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.venue-about__copy--empty{
    color:var(--sl-color-neutral-600);
}

.venue-about__toggle{
    margin-top:14px;
    appearance:none;
    border:0;
    background:transparent;
    color:#1b5fb5;
    font-weight:700;
    cursor:pointer;
    padding:0;
}

.venue-location{
    display:grid;
    grid-template-columns:minmax(220px, 0.78fr) minmax(0, 1.3fr);
    gap:18px;
    align-items:start;
}

.venue-location__summaryPane{
    display:flex;
    flex-direction:column;
    gap:14px;
    min-width:0;
}

.venue-location__summary{
    min-width:0;
}

.venue-location__card{
    display:flex;
    flex-direction:column;
    gap:14px;
    padding:20px 20px 18px;
    border-radius:20px;
    background:
        radial-gradient(circle at top right, rgba(244, 168, 38, 0.14), transparent 42%),
        linear-gradient(180deg, #f8f3ea 0%, #f3efe7 100%);
    border:1px solid rgba(122,106,84,0.14);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.65);
}

.venue-location__label{
    font-size:0.75rem;
    font-weight:800;
    letter-spacing:0.1em;
    text-transform:uppercase;
    color:#8a7358;
}

.venue-location__address{
    color:#223044;
    line-height:1.65;
    font-size:1rem;
    font-weight:600;
}

.venue-location__meta{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}

.venue-location__metaChip{
    display:inline-flex;
    align-items:center;
    gap:8px;
    min-height:34px;
    padding:0 12px;
    border-radius:999px;
    background:rgba(255,255,255,0.76);
    border:1px solid rgba(122,106,84,0.12);
    color:#5c4e3f;
    font-size:0.88rem;
    font-weight:700;
}

.venue-location__metaChip sl-icon{
    color:#b17320;
}

.venue-location__cta{
    align-self:flex-start;
}

.venue-location__mapShell{
    padding:12px;
    border-radius:22px;
    background:linear-gradient(180deg, rgba(247,249,253,0.98), rgba(241,244,250,0.98));
    border:1px solid rgba(52, 80, 128, 0.12);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.72);
}

.venue-location__empty{
    color:var(--sl-color-neutral-600);
    line-height:1.6;
}

#venueBase{
    flex:1;
    padding:20px 30px;
    overflow-y:auto;
    display:flex;
    flex-direction:column;
    gap:24px;
    background:var(--sl-color-neutral-50, #f6f7fb);
}

@media (max-width: 768px){
    #venueBase{
        padding:16px;
    }
}

#venueBlurbText{
    margin-top:15px;
    margin-left:20px;
    margin-right:20px;
    margin-bottom:20px;
    font-size:16px;
    line-height:1.5em;
    color: var(--sl-color-neutral-800);
}

#NextEventHeader{
    font-size:20px;
    font-weight:600;
    margin-bottom:10px;
    margin-left:40px;
    margin-top:20px;
     color: var(--sl-color-neutral-800);
}



#venueApplyBtn{
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    min-width: 200px;
}

.venueListItem_logoBox{
    width:40px;
    height:40px;
    overflow: hidden;
}
.venueListItem_logoIcon{
    width:100%;
    height:100%;
}

.venueListItem_name{
    font-weight: 900;
    font-size: 16px;
    margin-left: 10px;
}

.venue-toolbar__logo{
    margin-right:12px;
}

.venue-toolbar__title{
    line-height:50px;
}


.venue-widget{
    background:var(--sl-color-neutral-0, #fff);
    border:1px solid var(--sl-color-neutral-200);
    border-radius:16px;
    padding:20px 24px;
    box-shadow:0 8px 22px rgba(31, 37, 56, 0.08);
    width:100%;
    max-width:560px;
}

.venue-widget__head{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:18px;
}

.venue-widget__icon{
    font-size:24px;
    color:var(--sl-color-primary-600, #1b5fb5);
}

.venue-widget__title{
    font-weight:700;
    font-size:1.05rem;
    color:var(--sl-color-neutral-900);
}

.venue-widget__body{
    display:flex;
    flex-direction:column;
    gap:12px;
}

.venue-widget__body .ne-card{
    margin:0;
    width:100%;
}

.venue-widget__body .ne-cal{
    background:var(--sl-color-primary-600, #1b5fb5);
    color:#fff;
    border-radius:12px;
}


.venue-widget__body .ne-info{
    color:var(--sl-color-neutral-900);
}

@media (max-width: 640px){
    .venue-widget{
        padding:16px 18px;
    }
    .venue-widget__title{
        font-size:1rem;
    }
}


@media (max-width: 768px){
    .venue-overview__toolbar{
        padding:12px 14px;
    }

    .venue-card__body--feature .ne-card{
        grid-template-columns:72px minmax(0, 1fr);
        gap:16px;
        padding:16px;
        align-items:flex-start;
    }

    .venue-card__body--feature .ne-cal{
        margin-left:0;
    }

    .venue-card__body--feature .ne-info{
        gap:8px;
        padding:2px 0;
    }

    .venue-card__body--feature .ne-head{
        gap:6px;
    }

    .venue-card__body--feature .ne-flags{
        gap:8px;
    }

    .venue-overview__hero{
        min-height:280px;
        border-radius:22px;
    }

    .venue-overview__heroContent{
        min-height:280px;
        padding:24px 22px;
    }

    .venue-overview__heroTitle{
        max-width:100%;
    }

    .venue-overview__heroSubtitle{
        font-size:0.95rem;
    }

    .venue-overview__actionBar{
        display:grid;
        grid-template-columns:1fr;
        top:8px;
    }

    .venue-overview__action{
        width:100%;
        justify-content:flex-start;
    }

    .venue-overview__content,
    .venue-location{
        grid-template-columns:1fr;
    }

    .venue-location__cta{
        align-self:stretch;
        width:100%;
        justify-content:center;
    }
}

@media (max-width: 560px){
    .venue-card__body--feature .ne-card{
        grid-template-columns:1fr;
        gap:14px;
        padding:14px;
    }

    .venue-card__body--feature .ne-cal{
        flex-basis:72px;
        justify-self:start;
    }

    .venue-card__body--feature .ne-time,
    .venue-card__body--feature .ne-commitment,
    .venue-card__body--feature .ne-deadline{
        min-height:30px;
        padding:0 10px;
        font-size:0.85rem;
    }
}

@media (prefers-reduced-motion: reduce){
    .venue-reveal{
        opacity:1;
        transform:none;
        transition:none;
    }

    .venue-section,
    .venue-overview__action{
        transition:none;
    }

    .venue-section:hover,
    .venue-overview__action:hover,
    .venue-overview__action:focus-visible{
        transform:none;
    }
}

.venue-map__body {
    position: relative;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    border-radius: 18px;
    overflow: hidden;
    background:linear-gradient(180deg, rgba(255,255,255,0.98), rgba(244,247,252,0.98));
}

.venue-map__canvas {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    background: var(--sl-color-neutral-100, #f2f4f8);
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.06);
}

.venue-map__canvas--empty {
    display: none;
}

.venue-map__empty {
    text-align: center;
    font-size: 0.92rem;
    color: var(--sl-color-neutral-600);
    padding: 44px 18px;
    width: 100%;
}


.venue-contact__icon {
    font-size: 1.2rem;
    color: var(--sl-color-neutral-600);
}

.venue-contact__body {
    display: flex;
    flex-direction: column;
    gap: 14px;
    min-height: 200px;
}

.venue-contact__section {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-top: 0;
}

.venue-contact__section + .venue-contact__section {
    margin-top: 2px;
}

.venue-contact__row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.94rem;
}

.venue-contact__row--icon {
    padding: 12px 0;
    border-top: 1px solid rgba(15, 23, 42, 0.07);
}

.venue-contact__section--core .venue-contact__row--icon:first-child {
    border-top: 0;
    padding-top: 0;
}

.venue-contact__iconBadge {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef4ff;
    color: #1b5fb5;
    flex: 0 0 38px;
}

.venue-contact__iconBadge sl-icon {
    font-size: 1rem;
}

.venue-contact__content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.venue-contact__kicker,
.venue-contact__headingText {
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7b8494;
}

.venue-contact__valueWrap {
    min-width: 0;
    color: var(--sl-color-neutral-900);
}

.venue-contact__value--primary,
.venue-contact__link--primary {
    font-size: 1rem;
    line-height: 1.45;
    font-weight: 600;
}

.venue-contact__headingRow {
    display: flex;
    align-items: center;
    gap: 12px;
}

.venue-contact__value {
    color: var(--sl-color-neutral-900);
}

.venue-contact__link {
    color: var(--sl-color-primary-600, #1b5fb5);
    text-decoration: none;
}

.venue-contact__link:hover,
.venue-contact__link:focus {
    text-decoration: underline;
}

.venue-contact__address {
    line-height: 1.55;
    color: var(--sl-color-neutral-800);
}

.venue-contact__managerList {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.venue-contact__manager {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 14px;
    border-radius: 14px;
    background: var(--sl-color-neutral-100, #f4f6fb);
}

.venue-contact__manager-name {
    font-weight: 600;
    color: var(--sl-color-neutral-900);
}

.venue-contact__manager-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 0.88rem;
    color: var(--sl-color-neutral-700);
}

.venue-contact__empty {
    text-align: center;
    color: var(--sl-color-neutral-600);
    font-size: 0.92rem;
}


.venue-contact__list {
    margin: 0;
    padding-left: 18px;
    color: var(--sl-color-neutral-800);
    font-size: 0.92rem;
}

.venue-contact__list li {
    margin-bottom: 4px;
}

.venue-contact__socialList {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.venue-contact__chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid var(--sl-color-primary-200, #c5d9f9);
    background: var(--sl-color-primary-50, #eef5ff);
    font-weight: 600;
    font-size: 0.85rem;
    transition: background 0.15s ease, color 0.15s ease;
}

.venue-metaList {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.venue-metaList__row {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 12px 14px;
    border-radius: 14px;
    background: var(--sl-color-neutral-100, #f6f8fc);
}

.venue-metaList__label {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7b8494;
}

.venue-metaList__value {
    color: var(--sl-color-neutral-900);
    font-weight: 600;
    line-height: 1.4;
}

.venue-contact__chip:hover,
.venue-contact__chip:focus {
    background: var(--sl-color-primary-100, #dee9ff);
}

.venue-contact__socialLink {
    color: var(--sl-color-primary-700, #174a96);
}

.venue-overview__content {
    grid-template-columns: minmax(0, 1.42fr) minmax(300px, 0.88fr);
    gap: 24px;
}

.venue-overview__main,
.venue-overview__aside {
    gap: 24px;
}

#venueBase {
    gap: 26px;
    background:
        radial-gradient(circle at top left, rgba(244, 168, 38, 0.12), transparent 28%),
        linear-gradient(180deg, #f5f7fb 0%, #eef2f7 100%);
}

.venue-overview__hero {
    min-height: 420px;
    border-radius: 30px;
    background:
        linear-gradient(135deg, #163154 0%, #2f5d8d 44%, #6d8fba 100%);
}

.venue-overview__heroContent {
    justify-content: space-between;
    gap: 24px;
    min-height: 420px;
    padding: 34px 36px;
}

.venue-overview__heroIdentity {
    display: inline-flex;
    align-items: center;
    gap: 14px;
    max-width: 560px;
}

.venue-overview__heroIconWrap {
    width: 72px;
    height: 72px;
    border-radius: 22px;
    overflow: hidden;
    flex: 0 0 72px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 18px 38px -28px rgba(15, 23, 42, 0.8);
}

.venue-overview__heroIcon {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.venue-overview__heroIdentityText {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.venue-overview__heroKicker {
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
}

.venue-overview__heroContext {
    font-size: 0.96rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.82);
}

.venue-overview__heroTitle {
    max-width: 14ch;
}

.venue-overview__heroSubtitle {
    max-width: 60ch;
}

.venue-section__header--split {
    align-items: center;
}

.venue-section__caption {
    max-width: 30ch;
    font-size: 0.94rem;
    line-height: 1.55;
    color: #607089;
    text-align: right;
}

.venue-section__miniKicker {
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8a7358;
    margin-bottom: 6px;
}

.venue-section--markets {
    background:
        radial-gradient(circle at top right, rgba(244, 168, 38, 0.12), transparent 30%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 246, 240, 0.98));
}

.venue-section--about {
    background: rgba(255, 255, 255, 0.94);
}

.venue-markets {
    display: grid;
    grid-template-columns: minmax(0, 1.14fr) minmax(280px, 0.86fr);
    gap: 18px;
    align-items: start;
}

.venue-marketFeature,
.venue-marketListCard {
    border-radius: 22px;
    padding: 18px;
    border: 1px solid rgba(17, 24, 39, 0.08);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75);
}

.venue-marketFeature {
    background:
        radial-gradient(circle at top left, rgba(244, 168, 38, 0.14), transparent 34%),
        linear-gradient(180deg, #fffdf8 0%, #ffffff 100%);
}

.venue-marketListCard {
    background: linear-gradient(180deg, rgba(250, 251, 255, 0.98), rgba(244, 247, 252, 0.98));
}

.venue-marketFeature__header,
.venue-marketListCard__header {
    margin-bottom: 14px;
}

.venue-marketFeature__title,
.venue-marketListCard__title {
    margin: 0;
    font-size: 1.08rem;
    color: #18212f;
}

.venue-plannedList {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.venue-plannedList__empty {
    border-radius: 18px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px dashed rgba(96, 112, 137, 0.24);
    color: #607089;
    line-height: 1.6;
}

.venue-plannedItem {
    appearance: none;
    width: 100%;
    border: 1px solid rgba(17, 24, 39, 0.08);
    background: rgba(255, 255, 255, 0.96);
    border-radius: 18px;
    padding: 14px;
    display: flex;
    align-items: stretch;
    gap: 14px;
    text-align: left;
    cursor: pointer;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.venue-plannedItem:hover,
.venue-plannedItem:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(54, 92, 165, 0.18);
    box-shadow: 0 18px 34px -28px rgba(15, 23, 42, 0.34);
    outline: none;
}

.venue-plannedItem__date {
    width: 78px;
    flex: 0 0 78px;
    border-radius: 16px;
    overflow: hidden;
    background: linear-gradient(180deg, #fff8e8 0%, #f7ecd1 100%);
    border: 1px solid rgba(216, 137, 18, 0.18);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.venue-plannedItem__weekday {
    width: 100%;
    padding: 6px 8px;
    background: linear-gradient(135deg, #d88912 0%, #f4a826 100%);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.venue-plannedItem__day {
    padding-top: 10px;
    font-size: 1.9rem;
    line-height: 1;
    font-weight: 900;
    color: #18212f;
}

.venue-plannedItem__month {
    padding: 4px 0 10px;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8a7358;
}

.venue-plannedItem__body {
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.venue-plannedItem__topline {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.venue-plannedItem__name {
    font-size: 1rem;
    line-height: 1.3;
    font-weight: 800;
    color: #18212f;
}

.venue-plannedItem__time,
.venue-plannedItem__note {
    color: #5a6980;
    line-height: 1.45;
}

.venue-plannedItem__time {
    font-weight: 700;
}

.venue-plannedItem__note {
    font-size: 0.9rem;
}

.venue-plannedItem__status {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 800;
    white-space: nowrap;
    background: #edf4ff;
    color: #1d4ed8;
    border: 1px solid rgba(29, 78, 216, 0.12);
}

.venue-plannedItem__status--committed {
    background: #eaf7ef;
    color: #166534;
    border-color: rgba(22, 101, 52, 0.14);
}

.venue-plannedItem__status--pending,
.venue-plannedItem__status--planned {
    background: #edf4ff;
    color: #1d4ed8;
    border-color: rgba(29, 78, 216, 0.12);
}

.venue-plannedItem__status--live {
    background: #e7f8f2;
    color: #0f766e;
    border-color: rgba(15, 118, 110, 0.14);
}

.venue-location {
    grid-template-columns: minmax(250px, 0.72fr) minmax(0, 1.28fr);
    gap: 20px;
}

.venue-location__viewer {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-width: 0;
}

.venue-location__mapTabs {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.venue-location__mapTab {
    appearance: none;
    border: 1px solid rgba(54, 92, 165, 0.12);
    background: rgba(255, 255, 255, 0.84);
    color: #365280;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    font-size: 0.94rem;
    font-weight: 700;
    cursor: pointer;
    transition: background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.venue-location__mapTab.is-active {
    background: linear-gradient(180deg, #eff5ff 0%, #e3ecfb 100%);
    color: #17345e;
    border-color: rgba(54, 92, 165, 0.2);
}

.venue-location__mapTab[hidden],
.venue-location__mapPanel[hidden] {
    display: none !important;
}

.venue-location__mapShell {
    padding: 14px;
}

.venue-streetMap {
    position: relative;
    min-height: 360px;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(244,247,252,0.98));
}

.venue-streetMap__frame {
    display: block;
    width: 100%;
    min-height: 360px;
    border: 0;
    border-radius: 18px;
}

.venue-map__body {
    min-height: 360px;
}

.venue-contact-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(248,250,255,0.98));
}

.venue-section--meta {
    background: rgba(255, 255, 255, 0.92);
}

@media (max-width: 1180px) {
    .venue-markets {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 980px) {
    .venue-overview__content,
    .venue-location {
        grid-template-columns: 1fr;
    }

    .venue-section__caption {
        text-align: left;
        max-width: none;
    }
}

@media (max-width: 720px) {
    .venue-overview__hero {
        min-height: 360px;
    }

    .venue-overview__heroContent {
        min-height: 360px;
        padding: 24px 22px;
    }

    .venue-overview__heroIdentity {
        align-items: flex-start;
    }

    .venue-overview__heroIconWrap {
        width: 60px;
        height: 60px;
        flex-basis: 60px;
        border-radius: 18px;
    }

    .venue-plannedItem__topline {
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    #venueBase {
        gap: 20px;
    }

    .venue-overview__heroContent {
        padding: 20px 18px;
    }

    .venue-overview__heroIdentity {
        flex-direction: column;
        align-items: flex-start;
    }

    .venue-marketFeature,
    .venue-marketListCard {
        padding: 14px;
    }

    .venue-plannedItem {
        padding: 12px;
        gap: 12px;
    }

    .venue-plannedItem__date {
        width: 70px;
        flex-basis: 70px;
    }

    .venue-location__mapTab {
        width: 100%;
        justify-content: center;
    }
}

.canvas-container {
    border-radius: 12px;
    overflow: hidden;
}

#venueBackBtn{
    margin-top:5px;
}
