.avp-cookie-banner {
  position: fixed;
  inset: auto 0 0 0;
  z-index: 99999999;
  padding: 1rem 1.25rem;
  background: #fff;
  border-top: 1px solid #e2e8f0;
  box-shadow: 0 -4px 20px rgba(15, 23, 42, 0.1);
}

.avp-cookie-banner__inner {
  max-width: 72rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .avp-cookie-banner__inner {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.avp-cookie-banner__title {
  margin: 0 0 0.5rem;
  font: 600 1rem/1.4 Inter, system-ui, sans-serif;
  color: #0f172a;
}

.avp-cookie-banner__text {
  margin: 0;
  font: 400 0.875rem/1.5 Inter, system-ui, sans-serif;
  color: #334155;
}

.avp-cookie-banner__text a {
  color: #1863cc;
  text-decoration: underline;
}

.avp-cookie-banner__actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-shrink: 0;
}

@media (min-width: 640px) {
  .avp-cookie-banner__actions {
    flex-direction: row;
  }
}

.avp-cookie-btn {
  border: 0;
  border-radius: 0.5rem;
  padding: 0.625rem 1rem;
  font: 500 0.875rem/1 Inter, system-ui, sans-serif;
  cursor: pointer;
}

.avp-cookie-btn--primary {
  background: #1863cc;
  color: #fff;
}

.avp-cookie-btn--secondary {
  background: #f1f5f9;
  color: #0f172a;
}

.avp-cookie-dialog {
  border: 0;
  border-radius: 0.75rem;
  padding: 0;
  width: min(640px, 95vw);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.18);
}

.avp-cookie-dialog::backdrop {
  background: rgba(15, 23, 42, 0.45);
}

.avp-cookie-dialog__form {
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.avp-cookie-dialog__form h2 {
  margin: 0 0 0.25rem;
  font: 600 1.125rem/1.3 Inter, system-ui, sans-serif;
}

.avp-cookie-option {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.875rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
}

.avp-cookie-option strong {
  display: block;
  font: 600 0.9375rem/1.3 Inter, system-ui, sans-serif;
}

.avp-cookie-option small {
  display: block;
  margin-top: 0.25rem;
  color: #64748b;
  font: 400 0.8125rem/1.4 Inter, system-ui, sans-serif;
}

.avp-cookie-dialog__actions {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 0.5rem;
}

@media (min-width: 640px) {
  .avp-cookie-dialog__actions {
    flex-direction: row;
    justify-content: flex-end;
  }
}

body.cookie-banner-visible .ms24-booking-band,
body.cookie-banner-visible .booking-page-main,
body.cookie-banner-visible .checkout-page-main {
  padding-bottom: 140px !important;
}
