/* Ticketality Connect v1.7.123 — School Hub travel widget school-color inheritance. */
.tktc-school-hub,
.tktc-schools-page{font-family:inherit;color:var(--tktc-native-text,inherit);background:var(--tktc-native-surface,#fff)}
.tktc-school-hub *,
.tktc-schools-page *{box-sizing:border-box}
.tktc-school-hub a,
.tktc-schools-page a{text-decoration:none}

/* School-owned hero. Destination imagery is never used as the school hero. */
.tktc-school-hub-hero{position:relative;min-height:430px;display:flex;align-items:flex-end;background-position:center;background-size:cover;overflow:hidden}
.tktc-school-hub-hero.no-image{min-height:320px;background:var(--tktc-school-primary,#202124)}
.tktc-school-hub-hero__overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,12,18,.78) 0%,rgba(8,12,18,.48) 48%,rgba(8,12,18,.14) 100%)}
.tktc-school-hub-hero__inner{position:relative;z-index:1;display:flex;align-items:flex-end;gap:26px;width:100%;padding-top:76px;padding-bottom:50px}
.tktc-school-hub-hero__logo{flex:0 0 104px;width:104px;height:104px;display:flex;align-items:center;justify-content:center;padding:14px;overflow:hidden;border:4px solid #fff;border-radius:50%;background:#fff;box-shadow:0 10px 30px rgba(0,0,0,.20)}
.tktc-school-hub-hero__logo img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;margin:0;object-fit:contain;object-position:center}
.tktc-school-hub-hero__content{max-width:760px;color:#fff}
.tktc-school-hub-eyebrow,
.tktc-school-hub-section__eyebrow{display:block;margin:0 0 7px;font-size:13px;font-weight:500;letter-spacing:.06em;line-height:1.4;text-transform:uppercase}
.tktc-school-hub-hero__content h1{margin:0;color:#fff;font:inherit;font-size:clamp(40px,5vw,62px);font-weight:600;line-height:1.04;letter-spacing:-.025em}
.tktc-school-hub-hero__location{margin-top:0;color:rgba(255,255,255,.96);font-size:16px;font-weight:400;line-height:1.4}
.tktc-school-hub-hero__content>p{max-width:680px;margin:12px 0 0;color:rgba(255,255,255,.96);font-size:16px;line-height:1.55}

/* Lean in-page navigation. */
.tktc-school-hub-nav{position:sticky;top:0;z-index:30;border-bottom:1px solid var(--tktc-native-border,#eceef1);background:rgba(255,255,255,.97);backdrop-filter:blur(10px)}
body.admin-bar .tktc-school-hub-nav{top:32px}
.tktc-school-hub-nav__inner{display:flex;align-items:center;gap:32px;min-height:58px;overflow-x:auto;scrollbar-width:none}
.tktc-school-hub-nav__inner::-webkit-scrollbar{display:none}
.tktc-school-hub-nav a{position:relative;flex:0 0 auto;color:var(--tktc-native-text,#5d5d5d);font-size:15px;font-weight:500;transition:color .18s ease}
.tktc-school-hub-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-19px;height:2px;background:var(--tktc-school-primary,#202124);transition:right .18s ease}
.tktc-school-hub-nav a:hover,.tktc-school-hub-nav a.is-active{color:var(--tktc-native-heading,#2d2d2d)}
.tktc-school-hub-nav a:hover:after,.tktc-school-hub-nav a.is-active:after{right:0}

/* Main content + persistent utility sidebar. */
.tktc-school-hub-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,340px);gap:42px;align-items:start;padding-top:58px;padding-bottom:76px}
.tktc-school-hub-layout.no-sidebar{grid-template-columns:minmax(0,1fr)}
.tktc-school-hub-main{min-width:0}
.tktc-school-hub-sidebar{min-width:0}
.tktc-school-hub-sidebar{align-self:stretch;min-height:var(--tktc-school-main-height,auto)}
.tktc-school-sidebar-stack{position:sticky;top:var(--tktc-school-sticky-top,92px);display:flex;flex-direction:column;gap:20px}
.tktc-school-sidebar-section{width:100%;min-width:0}
.tktc-school-sidebar-section>*{width:100%;max-width:none}
body.admin-bar .tktc-school-sidebar-stack{top:var(--tktc-school-sticky-top,124px)}

/* Main editorial sections. */
.tktc-school-hub-section{padding:0 0 50px;scroll-margin-top:88px}
.tktc-school-hub-section--divided{padding-top:50px;border-top:1px solid var(--tktc-native-border,#eceef1)}
.tktc-school-hub-section__heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:24px}
.tktc-school-hub-section__heading h2,
.tktc-schools-page h1,
.tktc-schools-page h2{margin:0;font:inherit;color:var(--tktc-native-heading,#2d2d2d);font-weight:500;letter-spacing:-.018em}
.tktc-school-hub-section__heading h2{font-size:30px;line-height:1.2}
.tktc-school-hub-section__eyebrow{color:var(--tktc-school-primary,#202124)}
.tktc-school-hub .tktc-school-hub-events{width:100%;margin:0;padding:0}
.tktc-school-hub .tktc-event-grid{grid-template-columns:repeat(3,minmax(0,1fr));--tktc-event-accent:var(--tktc-school-primary,#202124)}
.tktc-school-hub-spotlight .tktc-event-grid{grid-template-columns:minmax(0,1fr)}

/* Featured Game: intentionally smaller than a hero, larger than a grid card. */
.tktc-school-hub-featured{padding-bottom:50px}
@media (min-width:992px){
  .tktc-school-hub-spotlight .tktc-event-grid{display:block}
  .tktc-school-hub-spotlight .tktc-event-card{display:grid;grid-template-columns:minmax(220px,.82fr) minmax(0,1.18fr);min-height:270px;overflow:hidden;border-radius:13px}
  .tktc-school-hub-spotlight .tktc-event-card__media{width:100%;height:270px;min-height:270px;flex-basis:270px;border-right:1px solid #f0f1f2;border-bottom:0}
  .tktc-school-hub-spotlight .tktc-event-card__body{padding:22px 23px 21px}
  .tktc-school-hub-spotlight .tktc-event-card__title{font-size:20px;line-height:1.3}
  .tktc-school-hub-spotlight .tktc-event-card__excerpt{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;font-size:13px;line-height:1.55}
}

/* Shared sidebar card language mirrors the Place sidebar stack. */
.tktc-school-side-card{overflow:hidden;border:1px solid var(--tktc-native-border,#e7e9ec);border-radius:12px;background:#fff;box-shadow:0 4px 14px rgba(0,0,0,.035)}
.tktc-school-side-card__heading{padding:19px 20px 15px;border-bottom:1px solid var(--tktc-native-border,#eef0f2)}
.tktc-school-side-card__heading h3{margin:0;color:var(--tktc-native-heading,#2d2d2d);font:inherit;font-size:20px;font-weight:500;line-height:1.3}

/* Nearby places */
.tktc-school-nearby-widget__list{display:flex;flex-direction:column;padding:5px 18px 10px}
.tktc-school-nearby-item{display:grid;grid-template-columns:58px minmax(0,1fr);gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid #f0f1f2;color:var(--tktc-native-heading,#2d2d2d)}
.tktc-school-nearby-item:last-child{border-bottom:0}
.tktc-school-nearby-item__media{position:relative;display:block;width:58px;height:58px;overflow:hidden;border-radius:8px;background:#eef0f2}
.tktc-school-nearby-item__media img,.tktc-school-nearby-item__placeholder{display:block;width:100%;height:100%;object-fit:cover}
.tktc-school-nearby-item__media .tktc-google-thumb-credit{display:none}
.tktc-school-nearby-widget__attribution{padding:0 18px 14px;color:var(--tktc-native-text,#5d5d5d);font-size:12px;font-weight:400;line-height:1.2;text-align:right}
.tktc-school-nearby-item__body{display:flex;min-width:0;flex-direction:column}
.tktc-school-nearby-item__body small{margin-bottom:5px;color:var(--tktc-school-primary,#202124);font-size:10px;font-weight:500;letter-spacing:.05em;line-height:1.2;text-transform:uppercase}
.tktc-school-nearby-item__body strong{overflow:hidden;color:var(--tktc-native-heading,#2d2d2d);font-size:15px;font-weight:500;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}
.tktc-school-nearby-item__body span{margin-top:3px;color:var(--tktc-native-text,#5d5d5d);font-size:13px;line-height:1.4}


.tktc-school-hub-all-schools{padding:24px 0;border-top:1px solid var(--tktc-native-border,#eceef1);background:var(--tktc-native-surface-alt,#f8f8f8)}
.tktc-school-hub-all-schools a{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:40px;padding:9px 14px;border:1px solid var(--tktc-school-primary,var(--tktc-native-accent,#23d3d3));border-radius:8px;background:var(--tktc-school-primary,var(--tktc-native-accent,#23d3d3));color:#fff!important;font-size:14px;font-weight:500;line-height:1;text-decoration:none!important;transition:transform .18s ease,filter .18s ease}.tktc-school-hub-all-schools a::after{content:"→";font-size:17px;line-height:1;transition:transform .18s ease}.tktc-school-hub-all-schools a:hover,.tktc-school-hub-all-schools a:focus{color:#fff!important;filter:brightness(.94)}.tktc-school-hub-all-schools a:hover::after,.tktc-school-hub-all-schools a:focus::after{transform:translateX(3px)}

@media (max-width:1199px){
  .tktc-school-hub-layout{grid-template-columns:minmax(0,1fr) minmax(280px,315px);gap:28px}
}
@media (max-width:991px){
  .tktc-school-hub-hero{min-height:400px}
  .tktc-school-hub-hero__inner{padding-top:62px;padding-bottom:42px}
  .tktc-school-hub-layout{grid-template-columns:1fr;gap:24px;padding-top:48px}
  .tktc-school-sidebar-stack{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}
}
@media (max-width:782px){body.admin-bar .tktc-school-hub-nav{top:46px}}
@media (max-width:767px){
  .tktc-school-hub-hero{min-height:390px;align-items:flex-end}
  .tktc-school-hub-hero__overlay{background:linear-gradient(0deg,rgba(10,13,17,.82),rgba(10,13,17,.18) 80%)}
  .tktc-school-hub-hero__inner{display:block;padding-top:90px;padding-bottom:34px}
  .tktc-school-hub-hero__logo{width:76px;height:76px;margin-bottom:16px;padding:10px;border-width:3px}
  .tktc-school-hub-hero__content h1{font-size:37px}
  .tktc-school-hub-hero__content>p{font-size:15px}
  .tktc-school-hub-nav__inner{gap:23px;min-height:54px}
  .tktc-school-hub-nav a:after{bottom:-18px}
  .tktc-school-hub-layout{padding-top:40px;padding-bottom:58px}
  .tktc-school-hub-section{padding-bottom:42px;scroll-margin-top:76px}
  .tktc-school-hub-section--divided{padding-top:42px}
  .tktc-school-hub-section__heading{display:block;margin-bottom:20px}
  .tktc-school-hub-section__heading h2{font-size:26px}
  .tktc-school-hub .tktc-event-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .tktc-school-hub-spotlight .tktc-event-grid{grid-template-columns:minmax(0,1fr);gap:16px}
  .tktc-school-hub-sidebar,.tktc-school-sidebar-stack,.tktc-school-sidebar-section{width:100%;max-width:none}
  .tktc-school-hub-sidebar{padding-top:42px;border-top:1px solid var(--tktc-native-border,#eceef1)}
  .tktc-school-sidebar-stack{display:flex;flex-direction:column;gap:0}
  .tktc-school-sidebar-section>*{width:100%;max-width:none;margin:0}
  .tktc-school-sidebar-section+.tktc-school-sidebar-section{margin-top:42px;padding-top:42px;border-top:1px solid var(--tktc-native-border,#eceef1)}
}


/* School-owned event cards: use both school brand colors instead of the global directory accent. */
.tktc-school-hub .tktc-event-card__title{font-weight:500}
.tktc-school-hub .tktc-event-card__cta,
.tktc-school-hub .tktc-event-card__cta:hover,
.tktc-school-hub .tktc-event-card__cta:focus{color:var(--tktc-school-primary,#202124)}
.tktc-school-hub .tktc-event-card__type{padding:0;border:0;border-radius:0;background:transparent;color:var(--tktc-school-primary,#202124)}
.tktc-school-hub .tktc-event-card__meta-row svg{fill:var(--tktc-school-secondary,var(--tktc-school-primary,#202124));color:var(--tktc-school-secondary,var(--tktc-school-primary,#202124))}

/* The imported Place utilities keep their proven component behavior while adopting the school palette. */
.tktc-school-hub-sidebar .tktc-place-trip-widget{width:100%}
.tktc-school-hub-sidebar .tktc-place-trip-widget .tktc-travel-search{width:100%;min-width:0;--tktc-travel-accent:var(--tktc-school-primary,#202124)}
.tktc-school-hub-sidebar .tktc-mobility-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}
.tktc-school-hub-sidebar .tktc-google-attribution{display:block;width:100%;margin-top:12px;font-size:11px;line-height:1.2;color:var(--tktc-native-muted,var(--tktc-native-text,#5d5d5d));text-align:right;white-space:nowrap}
.tktc-school-hub-sidebar .tktc-place-side-widget{--tktc-primary:var(--tktc-school-primary,#202124);--tktc-accent:var(--tktc-school-primary,#202124)}
.tktc-school-hub-sidebar .tktc-side-heading h3{font-weight:500}
.tktc-school-hub-sidebar .tktc-gameday-tabs button,
.tktc-school-hub-sidebar .tktc-mobility-tabs button{font-weight:500}
.tktc-school-hub-sidebar .tktc-place-side-widget .tktc-side-inline-link,
.tktc-school-hub-sidebar .tktc-place-side-widget .tktc-side-footer-link,
.tktc-school-hub-sidebar .tktc-gameday-tabs button.is-active,
.tktc-school-hub-sidebar .tktc-mobility-tabs button.is-active{color:var(--tktc-school-primary,#202124)}
.tktc-school-hub-sidebar .tktc-place-side-widget .la-map-marker:before{color:var(--tktc-school-secondary,var(--tktc-school-primary,#202124))!important}
.tktc-school-hub-sidebar .tktc-side-place-image .tktc-google-thumb-credit{display:none}
.tktc-school-hub-sidebar .tktc-mobility-icon{background:color-mix(in srgb,var(--tktc-school-secondary,var(--tktc-school-primary,#202124)) 10%,#fff);color:var(--tktc-school-secondary,var(--tktc-school-primary,#202124))}


/* Schools directory page */
.tktc-schools-page-hero{padding:86px 0 54px;background:var(--tktc-native-surface-alt,#f8f8f8);text-align:center}
.tktc-schools-page-hero .tktc-school-hub-section__eyebrow{color:var(--tktc-native-accent,var(--accent-color,#23d3d3))}
.tktc-schools-page h1{font-size:48px;line-height:1.08}
.tktc-schools-page-hero p{max-width:680px;margin:16px auto 0;color:var(--tktc-native-text,#5d5d5d);font-size:17px;line-height:1.7}
.tktc-schools-page-content{padding:48px 0 80px}
.tktc-schools-filter{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(190px,.7fr) auto auto;gap:10px;align-items:center;margin-bottom:44px;padding:14px;border:1px solid var(--tktc-native-border,#eee);border-radius:10px;background:var(--tktc-native-surface,#fff)}
.tktc-schools-filter label{margin:0}
.tktc-schools-filter input,
.tktc-schools-filter select{width:100%;height:48px;margin:0;padding:0 15px;border:1px solid var(--tktc-native-border,#eee);border-radius:5px;background:var(--tktc-native-surface,#fff);color:var(--tktc-native-heading,#2d2d2d);font:inherit;font-size:15px}
.tktc-schools-filter button{height:48px;margin:0;padding:0 22px;border:0;border-radius:5px;background:var(--tktc-native-accent,var(--accent-color,#23d3d3));color:#fff;font:inherit;font-size:14px;font-weight:500;cursor:pointer}
.tktc-schools-filter__clear{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 12px;color:var(--tktc-native-text,#5d5d5d);font-size:14px;font-weight:500}
.tktc-schools-page-heading{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:24px}
.tktc-schools-page-heading h2{font-size:28px}
.tktc-schools-page-heading span{color:var(--tktc-native-muted,var(--tktc-native-text,#5d5d5d));font-size:14px}
.tktc-school-directory-grid{display:grid;grid-template-columns:repeat(var(--tktc-school-cols,4),minmax(0,1fr));gap:24px}
.tktc-school-directory-card{min-width:0;overflow:hidden;border:1px solid var(--tktc-native-border,#eee);border-radius:10px;background:var(--tktc-native-surface,#fff);transition:transform .2s ease,box-shadow .2s ease}
.tktc-school-directory-card:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(24,28,33,.08)}
.tktc-school-directory-card__media{position:relative;display:block;height:230px;overflow:hidden;background:#eef0f2}
.tktc-school-directory-card__media>img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.tktc-school-directory-card:hover .tktc-school-directory-card__media>img{transform:scale(1.025)}
.tktc-school-directory-card__placeholder{display:block;width:100%;height:100%;background:linear-gradient(135deg,#f0f1f2,#e4e7e9)}
.tktc-school-directory-card__shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(0,0,0,.42) 100%)}
.tktc-school-directory-card__logo{position:absolute;left:16px;bottom:14px;width:58px;height:58px;display:flex;align-items:center;justify-content:center;padding:7px;border-radius:50%;background:#fff;box-shadow:0 5px 16px rgba(0,0,0,.15)}
.tktc-school-directory-card__logo img{max-width:100%;max-height:100%;object-fit:contain}
.tktc-school-directory-card__body{padding:20px}
.tktc-school-directory-card__meta{min-height:18px;margin-bottom:7px;color:var(--tktc-school-primary,var(--tktc-native-accent,#23d3d3));font-size:12px;font-weight:600;letter-spacing:.05em;text-transform:uppercase}
.tktc-school-directory-card h2{margin:0;font-size:20px;line-height:1.3}
.tktc-school-directory-card h2 a{color:var(--tktc-native-heading,#2d2d2d)}
.tktc-school-directory-card p{min-height:46px;margin:9px 0 0;color:var(--tktc-native-text,#5d5d5d);font-size:15px;line-height:1.6}
.tktc-school-directory-card__cta{display:inline-flex;align-items:center;gap:8px;margin-top:17px;color:var(--tktc-school-primary,#202124);font-size:13px;font-weight:600}
.tktc-school-hub-empty{padding:42px;border:1px dashed var(--tktc-native-border,#eee);border-radius:10px;color:var(--tktc-native-text,#5d5d5d);text-align:center}

@media (max-width:1199px){
  .tktc-school-directory-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media (max-width:991px){
  .tktc-school-directory-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tktc-schools-filter{grid-template-columns:minmax(0,1fr) minmax(170px,.65fr) auto}
  .tktc-schools-filter__clear{grid-column:1/-1;height:auto;justify-content:flex-start;padding:4px}
}
@media (max-width:767px){
  .tktc-schools-page-hero{padding:64px 0 42px}
  .tktc-schools-page h1{font-size:38px}
  .tktc-schools-page-content{padding:34px 0 60px}
  .tktc-schools-filter{grid-template-columns:1fr;margin-bottom:34px}
  .tktc-schools-filter__clear{grid-column:auto}
  .tktc-school-directory-grid{grid-template-columns:1fr}
  .tktc-school-directory-card__media{height:235px}
}

/* v1.7.138 — event-specific room block card in the School Hub sidebar. */
.tktc-school-room-block-widget__eyebrow{display:block;margin-bottom:5px;color:var(--tktc-school-primary,var(--tktc-native-accent,#23d3d3));font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase}
.tktc-school-room-block-widget .tktc-school-side-card__heading small{display:block;margin-top:6px;color:var(--tktc-native-muted,var(--tktc-native-text,#5d5d5d));font-size:14px;line-height:1.45}
.tktc-school-room-block-widget__list{padding:0 20px}
.tktc-school-room-block-widget__item{padding:16px 0;border-bottom:1px solid var(--tktc-native-border,#eef0f2)}
.tktc-school-room-block-widget__item:last-child{border-bottom:0}
.tktc-school-room-block-widget__item>strong{display:block;color:var(--tktc-native-heading,#2d2d2d);font-size:16px;font-weight:500;line-height:1.35}
.tktc-school-room-block-widget__meta{display:flex;gap:6px;flex-wrap:wrap;margin:8px 0}
.tktc-school-room-block-widget__meta span{display:inline-flex;align-items:center;padding:4px 7px;border-radius:999px;background:var(--tktc-native-surface-alt,#f8f8f8);color:var(--tktc-native-text,#5d5d5d);font-size:12px;font-weight:500;line-height:1.2}
.tktc-school-room-block-widget__item>small{display:block;margin-top:5px;color:var(--tktc-native-muted,var(--tktc-native-text,#5d5d5d));font-size:13px;line-height:1.4}
.tktc-school-room-block-widget__cta{display:inline-flex;align-items:center;justify-content:center;margin-top:11px;padding:9px 12px;border-radius:7px;background:var(--tktc-school-primary,var(--tktc-native-accent,#23d3d3));color:#fff!important;text-decoration:none;font-size:14px;font-weight:500;line-height:1.2}
.tktc-school-room-block-widget__cta:hover{filter:brightness(.94)}
