/* Shared advisory, booking, and terms styling. */
body.bl{margin:0}
.advisory-terms-page .legal-copy{margin-top:0}
.advisory-terms-page .legal-copy h2{font-size:16px;font-weight:500;line-height:1.4;margin:40px 0 16px}
.advisory-terms-page .terms-updated{margin-top:40px}
.offer-summary{font-weight:600;margin-bottom:1.05em}
.offer-price{color:var(--accent);white-space:nowrap}
.individual-page .example-questions .qline{color:var(--ink)}
.bl.individual-page .lbl-sec{margin-top:40px}
.individual-page .cta{margin-top:32px}
.book-page .offerings,.book-page .terms{max-width:760px}
.book-page .offerings > .lbl,.book-page .terms > .lbl,.book-page .booking > .lbl{
  border:0;padding:0;margin:0 0 16px;line-height:1.5;
}
.book-page .offering{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;padding:20px 0}
.book-page .offering > .offer-price{font-weight:600}
.book-page .book-now{font-weight:500;white-space:nowrap}
.book-page #pick-a-time{scroll-margin-top:24px}
.book-page .offering:first-of-type{padding-top:0}
.book-page .offering:last-child{padding-bottom:0}
.book-page .offering strong{font-size:14.5px;font-weight:600;letter-spacing:0;line-height:1.58}
.book-page .offering small{font-size:14.5px;line-height:1.58;color:var(--ink);margin-top:12px}
.book-page .terms dl > div{display:grid;grid-template-columns:190px minmax(0,1fr);gap:28px;border:0;padding:0;margin:0 0 32px}
.book-page .terms dl > div:last-child{margin-bottom:0}
.book-page .terms dt{font-size:10.5px;font-weight:500;color:var(--ink-3);margin-bottom:8px}
.book-page .terms dd{color:var(--ink);line-height:1.58}
.book-page .calendar-help{max-width:58ch;margin:24px 0 0}
.book-page .cross{margin-top:56px}
@media(max-width:680px){
  .book-page .terms dl > div{grid-template-columns:1fr;gap:7px}
  .book-page .terms dt{margin-bottom:0}
  .book-page .offering{grid-template-columns:1fr;gap:8px}
}
