.privacy-consent-banner,
.privacy-consent-modal {
  font-family: 'Avenir LT W01_45 Book1475508';
}

.privacy-consent-banner[hidden],
.privacy-consent-modal[hidden] {
  display: none;
}

.privacy-consent-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1500;
}

.privacy-consent-banner__content {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-end;
  padding: 22px 24px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(28, 25, 25, 0.96);
  color: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.privacy-consent-banner__eyebrow {
  margin: 0 0 8px;
  font-size: 0.82rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.76);
}

.privacy-consent-banner h2,
.privacy-consent-modal h2 {
  margin: 0;
  font-family: 'Avenir LT W01_85 Heavy1475544';
}

.privacy-consent-banner h2 {
  color: #e0e0e0;
}

.privacy-consent-banner__copy {
  margin: 10px 0 0;
  max-width: 760px;
  line-height: 1.5;
  color: #e0e0e0;
}

.privacy-consent-banner__copy--subtle {
  color: rgba(255, 255, 255, 0.78);
}

.privacy-consent-banner__actions,
.privacy-consent-modal__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.privacy-consent-button {
  min-width: 150px;
}

.privacy-consent-button--secondary {
  background: #fff;
  color: #1c1919;
}

.privacy-consent-button--ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.34);
  color: #fff;
}

.privacy-consent-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
}

.privacy-consent-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 16, 16, 0.56);
}

.privacy-consent-modal__panel {
  position: relative;
  width: min(720px, calc(100% - 32px));
  margin: 8vh auto 0;
  padding: 28px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.22);
}

.privacy-consent-modal__header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
}

.privacy-consent-modal__close {
  border: none;
  background: transparent;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  color: #6a605b;
}

.privacy-consent-modal__body {
  margin-top: 20px;
  display: grid;
  gap: 16px;
  color: #403938;
}

.privacy-consent-toggle {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 18px;
  border: 1px solid #e0e0e0;
  border-radius: 18px;
  background: #f0f0f0;
}

.privacy-consent-toggle strong,
.privacy-consent-toggle small {
  display: block;
}

.privacy-consent-toggle small {
  margin-top: 6px;
  color: #6b6260;
  line-height: 1.45;
}

.privacy-consent-toggle input {
  width: 22px;
  height: 22px;
  margin: 0;
}

.privacy-consent-toggle.is-required {
}

.privacy-consent-modal__footer {
  margin-top: 24px;
  justify-content: flex-end;
}

@media (max-width: 860px) {
  .privacy-consent-banner__content {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 640px) {
  .privacy-consent-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .privacy-consent-banner__content,
  .privacy-consent-modal__panel {
    padding: 20px;
    border-radius: 20px;
  }

  .privacy-consent-banner__actions,
  .privacy-consent-modal__footer {
    flex-direction: column;
  }

  .privacy-consent-button {
    width: 100%;
  }
}
