.legal-cookie-banner {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 999999;
  display: none;
  max-width: 920px;
  margin: 0 auto;
  padding: 18px 20px;
  color: #ffffff;
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
  font-family: TildaSans, Arial, sans-serif;
  box-sizing: border-box;
}

.legal-cookie-banner.is-visible {
  display: block;
}

.legal-cookie-banner__text {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.45;
}

.legal-cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.legal-cookie-banner__button {
  min-height: 40px;
  padding: 0 18px;
  color: #111111;
  background: #ffffff;
  border: 0;
  border-radius: 6px;
  font: 600 14px/1 TildaSans, Arial, sans-serif;
  cursor: pointer;
}

.legal-cookie-banner a,
.legal-footer-links a,
.legal-consent a {
  color: inherit;
  text-decoration: underline;
}

.legal-footer-links {
  margin-top: 14px;
  font-size: 14px;
  line-height: 1.6;
}

.legal-consent {
  margin: 2px 0 22px;
  font: 14px/1.45 TildaSans, Arial, sans-serif;
  color: #000000;
}

.legal-consent label {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.legal-consent input {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: 1px;
}

.legal-page {
  max-width: 920px;
  margin: 0 auto;
  padding: 64px 20px 80px;
  color: #111111;
  font-family: TildaSans, Arial, sans-serif;
  line-height: 1.6;
}

.legal-page h1 {
  margin: 0 0 24px;
  font-size: 38px;
  line-height: 1.15;
}

.legal-page h2 {
  margin: 34px 0 12px;
  font-size: 24px;
  line-height: 1.25;
}

.legal-page p,
.legal-page li {
  font-size: 16px;
}

.legal-page a {
  color: #1f5bff;
}

.payment-qr-section {
  font-family: TildaSans, Arial, sans-serif;
}

.payment-qr-section__inner {
  box-sizing: border-box;
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  border: 1px solid #e2e2e2;
  background: #ffffff;
}

.payment-qr-section__text {
  max-width: 360px;
  color: #111111;
}

.payment-qr-section__title {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
}

.payment-qr-section__descr {
  font-size: 16px;
  line-height: 1.45;
}

.payment-qr-section__image {
  width: min(260px, 42vw);
  height: auto;
  display: block;
}

.priority-checkin-note__text {
  font-family: TildaSans, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.55;
  color: #555555;
  text-align: left;
}

@media (max-width: 640px) {
  .legal-cookie-banner {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 16px;
  }

  .legal-page h1 {
    font-size: 30px;
  }

  .payment-qr-section__inner {
    width: calc(100% - 24px) !important;
    padding: 22px !important;
    flex-direction: column !important;
    text-align: center;
  }

  .payment-qr-section__title {
    font-size: 22px;
  }

  .payment-qr-section__image {
    width: min(280px, 100%) !important;
  }
}
