/* Keezark BOOK A CALL page. Enqueued only on the Book-a-Call template.
 * Provides the page section + heading so the layout matches the other pages.
 *
 * IMPORTANT: no height / overflow / fixed-size rules on the widget container.
 * SimplyBook's iframe auto-resizes to its own content; any height or
 * `overflow:hidden` on the wrapper clips it (the time-slot picker gets cut).
 * The container is therefore left to grow exactly as it does standalone, and
 * the page scrolls normally.
 */

#kz-book-call .book-call-section {
    background: var(--bg-light);
    padding: 44px 0 56px;
}
#kz-book-call .booking-head {
    margin-bottom: 26px;
}

/* Only stop the iframe overflowing the container horizontally — nothing else. */
#kz-book-call #sbw_4sjvg7 iframe {
    max-width: 100%;
    border: 0;
}
