.cookie-banner {
  position: fixed;
  z-index: 1000;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 30px;
  align-items: center;
  max-width: 1120px;
  margin: 0 auto;
  padding: 22px 24px;
  color: #f4f2ee;
  background: #101512;
  border: 1px solid rgba(122, 201, 67, 0.38);
  border-radius: 6px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  font-family: Montserrat, Arial, sans-serif;
}

.cookie-banner__copy strong {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
}

.cookie-banner__copy p {
  max-width: 720px;
  margin: 0 0 7px;
  color: rgba(244, 242, 238, 0.72);
  font-size: 13px;
  line-height: 1.55;
}

.cookie-banner__copy a,
.legal-footer a,
.legal-links a,
.legal-links button {
  color: #7ac943;
  text-underline-offset: 3px;
}

.cookie-banner__copy a {
  font-size: 12px;
}

.cookie-banner__actions {
  display: flex;
  gap: 10px;
}

.cookie-button {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  color: #f4f2ee;
  background: transparent;
  font: 700 12px/1 Montserrat, Arial, sans-serif;
  cursor: pointer;
}

/* Keep legal links clear of the fixed booking controls. */
.legal-footer,
.site-footer,
.detail-footer {
  padding-bottom: 92px !important;
}

.cookie-button--accent {
  color: #081006;
  background: #7ac943;
  border-color: #7ac943;
}

.legal-footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 26px max(24px, calc((100vw - 1400px) / 2));
  color: rgba(244, 242, 238, 0.58);
  background: #0d120e;
  border-top: 1px solid rgba(122, 201, 67, 0.2);
  font: 500 12px/1.6 Montserrat, Arial, sans-serif;
}

.legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  align-items: center;
}

.legal-links button {
  padding: 0;
  border: 0;
  background: transparent;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.booking-privacy {
  margin: 0;
  color: rgba(244, 242, 238, 0.58);
  font-size: 12px !important;
  line-height: 1.55 !important;
}

.booking-privacy a {
  color: #7ac943;
  text-underline-offset: 3px;
}

@media (max-width: 760px) {
  .cookie-banner {
    right: 12px;
    bottom: 78px;
    left: 12px;
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px;
  }

  .cookie-banner__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .legal-footer {
    flex-direction: column;
    padding: 24px 18px 96px;
  }
}
