/* Hart voor Humor — Boekingenpagina
 * Alleen geladen op de pagina’s die deze opmaak gebruiken.
 */
.page-shell--bookings
  :is(.page-shell__actions, .page-shell__mini-actions)
  .bb-pill-button {
  min-height: 50px;
  padding: 0 22px;
  border-radius: 999px;
  letter-spacing: 0.16em;
  font-size: 12px;
  font-weight: 900;
  box-shadow: var(--hvh-btn-light-shadow-rest);
}
.page-shell--bookings
  :is(.page-shell__actions, .page-shell__mini-actions)
  .bb-pill-button:not(.bb-pill-button--ghost) {
  background: var(--hvh-btn-light-bg-rest);
  border-color: var(--hvh-btn-light-border-rest);
  color: var(--hvh-btn-light-color-rest);
  box-shadow: var(--hvh-btn-light-shadow-rest);
}
.page-shell--bookings
  :is(.page-shell__actions, .page-shell__mini-actions)
  .bb-pill-button:not(.bb-pill-button--ghost):hover,
.page-shell--bookings
  :is(.page-shell__actions, .page-shell__mini-actions)
  .bb-pill-button:not(.bb-pill-button--ghost):focus-visible {
  background: var(--hvh-btn-light-bg-hover);
  color: var(--hvh-btn-light-color-hover);
  border-color: var(--hvh-btn-light-border-hover);
  box-shadow: var(--hvh-btn-light-shadow-hover);
  transform: translateY(-1px);
}
.page-shell--bookings
  :is(.page-shell__actions, .page-shell__mini-actions)
  .bb-pill-button--ghost {
  background: rgba(255, 255, 255, 0.7);
  border-color: rgba(17, 17, 17, 0.1);
  color: rgba(17, 17, 17, 0.8);
  backdrop-filter: none;
  box-shadow: 0 10px 20px rgba(17, 17, 17, 0.05);
}
.page-shell--bookings
  :is(.page-shell__actions, .page-shell__mini-actions)
  .bb-pill-button--ghost:hover,
.page-shell--bookings
  :is(.page-shell__actions, .page-shell__mini-actions)
  .bb-pill-button--ghost:focus-visible {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(17, 17, 17, 0.16);
  color: #111111;
  box-shadow: 0 12px 22px rgba(17, 17, 17, 0.08);
}
.page-shell--bookings .page-shell__intro {
  max-width: 58ch;
}
.page-shell--bookings .page-shell__hero .page-shell__actions .bb-pill-button,
.page-shell--bookings
  .page-shell__hero
  .page-shell__actions
  .bb-pill-button--ghost {
  min-height: 54px;
  padding-inline: 22px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  background: var(--hvh-btn-light-bg-rest);
  border: 1px solid var(--hvh-btn-light-border-rest);
  color: var(--hvh-btn-light-color-rest);
  box-shadow: var(--hvh-btn-light-shadow-rest);
}
.page-shell--bookings
  .page-shell__hero
  .page-shell__actions
  .bb-pill-button:hover,
.page-shell--bookings
  .page-shell__hero
  .page-shell__actions
  .bb-pill-button:focus-visible,
.page-shell--bookings
  .page-shell__hero
  .page-shell__actions
  .bb-pill-button--ghost:hover,
.page-shell--bookings
  .page-shell__hero
  .page-shell__actions
  .bb-pill-button--ghost:focus-visible {
  background: var(--hvh-btn-light-bg-hover);
  color: var(--hvh-btn-light-color-hover);
  border-color: var(--hvh-btn-light-border-hover);
  box-shadow: var(--hvh-btn-light-shadow-hover);
  transform: translateY(-1px);
}
.page-shell--bookings
  .page-shell__editor--bookings-form
  .page-card__content
  > form,
.page-shell--bookings
  .page-shell__editor--bookings-form
  .page-card__content
  > .page-rich-note--status {
  max-width: min(100%, 92ch);
}
.page-shell--bookings
  .page-shell__editor--bookings-form
  .page-card__content
  > form {
  display: grid;
  gap: 16px;
}
.page-shell--bookings
  .page-shell__editor--bookings-form
  .page-card__content
  > form
  > p {
  margin: 0;
  display: grid;
  gap: 8px;
}
.page-shell--bookings
  .page-shell__editor--bookings-form
  :is(input, textarea)[aria-invalid="true"] {
  border-color: rgba(143, 36, 30, 0.72);
  box-shadow: 0 0 0 4px rgba(143, 36, 30, 0.1);
}
.page-shell--bookings
  .page-shell__editor--bookings-form
  .page-card__content
  textarea {
  min-height: 220px;
}
@media (min-width: 721px) {
  .page-shell--bookings
    .page-shell__editor--bookings-form
    .page-card__content
    > form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 18px;
    row-gap: 16px;
    align-items: start;
  }
  .page-shell--bookings
    .page-shell__editor--bookings-form
    .page-card__content
    > form
    > .bookings-form__field--message,
  .page-shell--bookings
    .page-shell__editor--bookings-form
    .page-card__content
    > form
    > .bookings-form__actions,
  .page-shell--bookings
    .page-shell__editor--bookings-form
    .page-card__content
    > form
    > .bookings-form__privacy {
    grid-column: 1 / -1;
  }
  .page-shell--bookings
    .page-shell__editor--bookings-form
    .page-card__content
    textarea {
    min-height: 260px;
  }
}
@media (max-width: 720px) {
  .page-shell--bookings .page-shell__intro {
    max-width: 22ch;
  }
}
@media (min-width: 721px) {
  .page-shell--bookings .page-shell__hero-grid {
    min-height: 0;
  }
  .page-shell--bookings .page-shell__hero-copy {
    padding-block: clamp(22px, 2.4vw, 30px);
  }
  .page-shell--bookings .page-shell__hero-grid {
    grid-template-columns: minmax(0, 1.02fr) minmax(280px, 0.98fr);
  }
  .page-shell--bookings .page-shell__hero-copy {
    padding-inline: clamp(24px, 2.8vw, 34px);
  }
  .page-shell--bookings .page-shell__media {
    min-height: 100%;
    padding: 0;
  }
  .page-shell--bookings .page-shell__image {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center 40%;
  }
}
@media (min-width: 721px) and (max-width: 980px) {
  .page-shell--bookings .page-shell__hero-grid {
    grid-template-columns: minmax(260px, 0.92fr) minmax(0, 1.08fr);
    align-items: stretch;
  }
  .page-shell--bookings .page-shell__media {
    order: -1;
    min-height: 100%;
  }
  .page-shell--bookings .page-shell__hero-copy {
    order: 2;
  }
  .page-shell--bookings .page-shell__image {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center 38%;
  }
}
