/* Scheduling keeps the small, familiar directory feel. */
.bk-page { padding: 26px 0 44px; }
.bk-nav { display:flex; gap:12px 22px; flex-wrap:wrap; align-items:center; padding:13px 0; border-bottom:1px solid var(--rule); font-size:14px; }
.bk-nav a:visited { color:var(--accent); }
.bk-nav-end,.bk-signout { margin-left:auto; }
.bk-signout { display:inline; }
.bk-textbutton { border:0; padding:0; background:none; color:var(--accent); font:inherit; cursor:pointer; text-decoration:underline; text-underline-offset:3px; }
.bk-narrow { max-width:640px; }
.bk-form-width { max-width:740px; }
.bk-page h1 { font-family:Georgia,"Times New Roman",serif; font-size:32px; font-weight:400; }
.bk-heading { display:flex; align-items:flex-start; justify-content:space-between; gap:18px; margin-bottom:15px; }
.bk-heading p { margin:5px 0 0; }
.bk-eyebrow { font-size:12px; letter-spacing:.07em; text-transform:uppercase; color:var(--muted); margin:0 0 8px; }
.bk-back { font-size:14px; margin-bottom:17px; }
.bk-filters { display:grid; grid-template-columns:minmax(150px,1.1fr) minmax(150px,1.3fr) minmax(115px,.7fr) minmax(140px,1fr) auto; align-items:end; gap:10px; background:var(--panel); border:1px solid var(--rule); padding:14px; border-radius:5px; }
.bk-filters label { margin:0; font-size:13px; min-width:0; }
.bk-filters input,.bk-filters select { min-width:0; }
.bk-filters .btn { min-height:40px; }
.bk-combo-field { min-width:0; }
.bk-combo-field > label { display:block; margin:0; }
.bk-combo { position:relative; }
.bk-profile-city { max-width:560px; margin-bottom:14px; }
.bk-profile-city > small { display:block; margin-top:3px; }
.bk-suggestions { position:absolute; top:100%; left:0; z-index:30; width:max(100%,280px); max-width:calc(100vw - 48px); max-height:320px; overflow-y:auto; list-style:none; margin:4px 0 0; padding:4px; background:#fff; border:1px solid #cfcac0; border-radius:5px; box-shadow:0 7px 18px #1d1c191a; }
.bk-suggestions[hidden] { display:none; }
.bk-suggestions li { padding:9px 10px; border-radius:3px; cursor:pointer; line-height:1.3; overflow-wrap:anywhere; }
.bk-suggestions li:hover { background:var(--panel); }
.bk-suggestions li[aria-selected=true] { background:var(--good-bg); outline:1px solid #cfe3d8; }
.bk-suggestion-name { display:block; font-size:14px; font-weight:500; color:var(--ink); }
.bk-suggestion-detail { display:block; font-size:12px; color:var(--muted); margin-top:3px; }
.bk-city-notice { margin:14px 0; background:var(--panel); border-left:3px solid var(--accent); padding:12px 15px; font-size:14px; }
.bk-city-notice p { margin:0 0 6px; }
.bk-city-notice ul { list-style:none; padding:0; margin:0; }
.bk-city-notice li { display:flex; flex-wrap:wrap; gap:4px 10px; padding:4px 0; }
.bk-city-notice li span { color:var(--muted); font-size:13px; }
@media(max-width:640px) { .bk-filters .bk-combo-field { grid-column:1 / -1; } .bk-suggestions { width:100%; max-height:280px; } }
.bk-resultline { display:flex; justify-content:space-between; gap:10px; margin:18px 0 4px; font-size:13px; color:var(--muted); }
.bk-sessions { list-style:none; margin:0; padding:0; }
.bk-session { display:flex; gap:18px; align-items:flex-start; padding:20px 0; border-bottom:1px solid var(--rule); }
.bk-date { flex:0 0 52px; padding:7px 4px; background:var(--panel); border:1px solid var(--rule); border-radius:4px; text-align:center; line-height:1.15; }
.bk-date span { display:block; font-size:12px; color:var(--muted); }
.bk-date strong { display:block; font-family:Georgia,serif; font-size:27px; font-weight:400; margin:2px 0; }
.bk-session-main { flex:1; min-width:0; }
.bk-session-main h2 { font-size:17px; margin:0 0 5px; overflow-wrap:anywhere; }
.bk-session-main p { font-size:14px; margin:3px 0; overflow-wrap:anywhere; }
.bk-price { color:var(--ink); }
.bk-session-side,.bk-row-actions { display:flex; flex-direction:column; align-items:flex-end; gap:10px; flex:0 0 auto; font-size:13px; }
.bk-badge { display:inline-block; color:var(--accent-dark); border:1px solid #cfe3d8; background:var(--good-bg); padding:3px 9px; font-size:12px; border-radius:999px; white-space:nowrap; }
.bk-muted-badge { background:var(--panel); border-color:var(--rule); color:var(--muted); }
.bk-empty { margin:20px 0; padding:26px; background:var(--panel); border:1px solid var(--rule); border-radius:5px; }
.bk-empty p { margin-bottom:15px; max-width:60ch; }
.bk-footnote { font-size:13px; color:var(--muted); margin:17px 0 0; max-width:80ch; }
.bk-teacher-intro { max-width:730px; margin-bottom:28px; }
.bk-prose { line-height:1.7; overflow-wrap:anywhere; }
.bk-payment { margin:8px 0 0; font-size:14px; }
.bk-arrival-details { margin-top:12px; border-top:1px solid var(--rule); padding-top:10px; font-size:14px; }
.bk-arrival-details summary { color:var(--accent); cursor:pointer; }
.bk-arrival-details .bk-prose { margin-top:9px; }
.bk-section-title { padding-top:6px; margin:22px 0 0; }
.bk-detail-grid { display:grid; grid-template-columns:minmax(0,1fr) 295px; gap:42px; align-items:start; }
.bk-panel { border:1px solid var(--rule); border-radius:5px; background:var(--panel); padding:20px; margin-bottom:20px; overflow-wrap:anywhere; }
.bk-panel p:last-child { margin-bottom:0; }
.bk-panel h2 { margin-bottom:10px; }
.bk-facts { margin:24px 0; border-block:1px solid var(--rule); padding:10px 0; }
.bk-facts > div { display:grid; grid-template-columns:60px minmax(0,1fr); gap:15px; padding:8px 0; }
.bk-facts dt { color:var(--muted); font-size:13px; }
.bk-facts dd { margin:0; overflow-wrap:anywhere; }
.bk-facts small { display:block; margin-top:3px; }
.bk-actions { display:flex; align-items:center; gap:10px 16px; flex-wrap:wrap; }
.bk-note { background:var(--good-bg); border-left:3px solid var(--accent); padding:12px 15px; margin:14px 0; }
.bk-dashboard-links { display:flex; flex-wrap:wrap; gap:8px 20px; margin-bottom:18px; font-size:14px; }
.bk-share { background:var(--panel); border:1px solid var(--rule); border-radius:4px; padding:12px 16px; display:flex; flex-wrap:wrap; gap:6px 15px; font-size:13px; overflow-wrap:anywhere; }
.bk-share strong { font-weight:500; }
.bk-field-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:15px; }
.bk-field-grid:has(> label:nth-child(2):last-child) { grid-template-columns:repeat(2,minmax(0,1fr)); }
.bookingpage .form input[type=time] { display:block; width:100%; max-width:560px; margin-top:4px; padding:8px 10px; border:1px solid #cfcac0; border-radius:4px; font:inherit; background:#fff; color:var(--ink); }
.bookingpage .form input,.bookingpage .form select,.bookingpage .form textarea { min-width:0; }
.bookingpage .form .bk-check { display:flex; align-items:flex-start; gap:9px; font-weight:400; }
.bk-check input { flex:0 0 auto; margin-top:4px; }
.bk-table-scroll { overflow-x:auto; }
.bk-roster { width:100%; border-collapse:collapse; margin:18px 0; text-align:left; }
.bk-roster th,.bk-roster td { border-bottom:1px solid var(--rule); padding:12px; vertical-align:middle; }
.bk-roster thead { font-size:13px; color:var(--muted); background:var(--panel); }
.bk-roster tbody th { font-weight:400; }
.bk-student-email { display:block; color:var(--muted); font-size:13px; overflow-wrap:anywhere; }
.bk-roster-actions { display:flex; flex-wrap:wrap; gap:7px; min-width:130px; }
.bk-roster-actions form { margin:0; }
.bk-blocked-list { padding:0; list-style:none; }
.bk-blocked-list li { display:flex; justify-content:space-between; gap:16px; align-items:center; padding:16px 0; border-bottom:1px solid var(--rule); }
.bk-blocked-list li > div { min-width:0; }
.cf-turnstile { margin:12px 0; }
@media(max-width:640px) {
  .bk-roster,.bk-roster tbody,.bk-roster tbody tr,.bk-roster tbody th,.bk-roster tbody td { display:block; width:100%; }
  .bk-roster thead { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); }
  .bk-roster tbody tr { margin-bottom:14px; border:1px solid var(--rule); border-radius:5px; }
  .bk-roster tbody th { background:var(--panel); padding:12px; }
  .bk-roster tbody td { display:flex; align-items:center; gap:12px; padding:10px 12px; border:0; }
  .bk-roster tbody td::before { content:attr(data-label); flex:0 0 68px; color:var(--muted); font-size:12px; }
  .bk-roster .bk-student-email { margin-top:4px; }
  .bk-roster-actions { min-width:0; }
}
.bk-cancel-confirm { border:1px solid #efc9c1; border-radius:5px; padding:22px; background:var(--bad-bg); max-width:720px; margin-bottom:24px; }
.bk-danger-link,.bk-danger-link:visited { color:var(--bad); }
.bk-sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.bookingpage a:focus-visible,.bookingpage button:focus-visible { outline:3px solid #85b4a3; outline-offset:3px; }
@media(max-width:900px) { .bk-filters { grid-template-columns:repeat(2,minmax(0,1fr)); } .bk-filters .btn { justify-self:start; } .bk-detail-grid { grid-template-columns:minmax(0,1fr) 270px; gap:24px; } }
@media(max-width:640px) { .bk-page { padding-top:20px; } .bk-page h1 { font-size:28px; } .bk-nav { gap:9px 15px; font-size:13px; } .bk-heading { flex-wrap:wrap; } .bk-detail-grid { grid-template-columns:1fr; gap:24px; } .bk-session { gap:12px; flex-wrap:wrap; } .bk-session-main { flex-basis:calc(100% - 68px); } .bk-session-side,.bk-row-actions { flex-direction:row; flex-wrap:wrap; align-items:center; padding-left:64px; } .bk-field-grid { grid-template-columns:1fr; gap:0; } .bk-field-grid:has(> label:nth-child(2):last-child) { grid-template-columns:1fr; } .bk-roster th,.bk-roster td { padding:10px 7px; } .bk-roster { font-size:13px; } .bk-empty { padding:20px; } }
@media(max-width:380px) { .bk-filters { grid-template-columns:1fr; } .bk-nav-end,.bk-signout { margin-left:0; } }
@media(max-width:640px) { .bk-row-actions { flex:1 1 100%; min-width:0; max-width:100%; } }
