.zl-booking-section {
  width: 100%;
  padding: 40px 24px;
  border-top: 1px solid #cfe2e3;
  border-bottom: 1px solid #cfe2e3;
  background: #f3f8f8;
  color: #172426;
  scroll-margin-top: 110px;
  letter-spacing: 0;
}

.zl-booking-inner {
  width: min(900px, 100%);
  margin: 0 auto;
}

.zl-booking-section h2 {
  margin: 0 0 10px;
  color: #172426;
  font-size: 28px;
  line-height: 1.25;
  text-align: center;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.zl-booking-intro {
  margin: 0 0 24px;
  color: #526164;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}

.zl-booking-widget {
  width: 100%;
  min-width: 0;
}

.zl-booking-widget iframe {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border: 0;
}

.zl-booking-widget > .zl-url {
  display: block;
  padding: 20px;
  color: #005f67;
  font-weight: 700;
  text-align: center;
}

.zl-booking-fallback {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.zl-booking-fallback a {
  color: #005f67;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

a.zl-booking-jump {
  display: inline-flex;
  min-height: 46px;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  border: 1px solid #007d86;
  border-radius: 8px;
  background: #007d86;
  padding: 11px 18px;
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0;
  text-decoration: none;
  text-align: center;
  white-space: normal;
}

a.zl-booking-jump:hover {
  border-color: #005f67;
  background: #005f67;
  color: #fff;
}

.zl-booking-section a:focus-visible,
a.zl-booking-jump:focus-visible {
  outline: 3px solid #b85c00;
  outline-offset: 4px;
}

.zl-booking-jump-row {
  margin: 18px 0 0;
}

body.zl-booking-confirmation {
  flex-direction: column;
  gap: 32px;
}

@media (max-width: 600px) {
  .hero-actions > a.zl-booking-jump,
  .hero-btns > a.zl-booking-jump,
  .guide-actions > a.zl-booking-jump {
    flex-basis: 100%;
    max-width: calc(100vw - 32px);
  }

  .zl-booking-section {
    padding: 32px 16px;
    scroll-margin-top: 88px;
  }

  .zl-booking-section h2 {
    font-size: 24px;
  }

  .zl-booking-intro {
    font-size: 15px;
  }

  body.zl-booking-confirmation {
    padding: 24px 12px;
  }

  .zl-booking-confirmation .zl-booking-section {
    padding-inline: 0;
  }
}
