/* A quiet frame around the booking calendar, using the public site theme. */
.schedule-main { padding-block:clamp(36px,5vw,64px) 52px; }
.schedule-wrap { max-width:1180px; }
.schedule-intro { max-width:740px; margin:0 auto 30px; text-align:center; }
.schedule-intro .eyebrow { margin-bottom:12px; }
.site-elegant .schedule-intro h1 { font-size:clamp(2.4rem,4.5vw,3.5rem); margin-bottom:16px; }
.schedule-intro .lede { max-width:620px; margin:0 auto; }
.schedule-back { display:inline-block; margin-bottom:20px; font-size:1rem; }
.schedule-calendar { background:#fff; border:1px solid #d6d0c2; border-radius:5px; box-shadow:0 16px 60px #12332308; }
.schedule-calendar-head { display:flex; justify-content:space-between; align-items:center; gap:12px 24px; padding:22px 28px; border-bottom:1px solid #e6e2d7; }
.site-elegant .schedule-calendar-head h2 { font-size:1.55rem; margin:0; }
.schedule-calendar-head p { font-size:.9rem; margin:0; }
.schedule-calendar iframe { display:block; height:820px; border-radius:0 0 5px 5px; }
.schedule-help { margin:24px auto 0; text-align:center; font-size:1rem; }
@media(max-width:700px) {
  .schedule-intro { margin-bottom:24px; }
  .schedule-calendar-head { flex-direction:column; align-items:flex-start; padding:20px; }
  .schedule-calendar iframe { height:1100px; }
  .schedule-help { max-width:340px; }
}
