.booking-grid{display:grid;grid-template-columns:.72fr 1.28fr;gap:56px;align-items:start}.booking-copy{position:sticky;top:100px}.meeting-pill{display:inline-flex;align-items:center;gap:9px;margin-top:22px;padding:9px 13px;border:1px solid var(--gold);color:var(--pale);font-size:13px;font-weight:800}.meeting-pill:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--gold)}.calendar-shell{min-height:740px;overflow:hidden;border:1px solid var(--line);border-radius:4px;background:#fff}.calendly-inline-widget{width:100%;min-width:320px;height:740px}@media(max-width:900px){.booking-grid{grid-template-columns:1fr}.booking-copy{position:static}.calendar-shell,.calendly-inline-widget{min-height:700px;height:700px}}@media(max-width:520px){.calendar-shell{margin-inline:-8px}.calendly-inline-widget{min-width:280px}}
