#cookie-law-info-bar,
#cookie-law-info-again,
#cliSettingsPopup,
.cli-modal-backdrop {
  display: none !important;
}

html.nv-consent-lock {
  overflow: hidden;
}

#nv-consent-root,
#nv-consent-root * {
  box-sizing: border-box;
}

#nv-consent-root {
  --nv-consent-ink: #171b1f;
  --nv-consent-paper: #fff;
  --nv-consent-muted: #60656a;
  --nv-consent-line: #d9dcdf;
  position: relative;
  z-index: 2147483000;
  color: var(--nv-consent-ink);
  font-family: "Euclid Light", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

#nv-consent-root [hidden] {
  display: none !important;
}

.nv-consent-banner {
  position: fixed;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px;
  border: 1px solid var(--nv-consent-line);
  border-radius: 18px;
  background: var(--nv-consent-paper);
  box-shadow: 0 18px 60px rgb(0 0 0 / 18%);
}

.nv-consent-copy {
  max-width: 720px;
}

.nv-consent-kicker {
  margin: 0 0 6px;
  font-family: "Euclid Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

#nv-consent-root h2 {
  margin: 0 0 8px;
  color: var(--nv-consent-ink);
  font-family: "Euclid Bold", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
}

#nv-consent-root p {
  margin: 0 0 10px;
  color: var(--nv-consent-muted);
}

#nv-consent-root a {
  color: var(--nv-consent-ink);
  font-family: "Euclid Medium", "Helvetica Neue", Arial, sans-serif;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.nv-consent-actions,
.nv-consent-modal-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.nv-consent-button,
.nv-consent-manage,
.nv-consent-close {
  appearance: none;
  border: 0;
  font: inherit;
  cursor: pointer;
}

.nv-consent-button {
  min-height: 46px;
  padding: 11px 18px;
  border: 1px solid var(--nv-consent-ink);
  border-radius: 999px;
  font-family: "Euclid Medium", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  white-space: nowrap;
}

.nv-consent-button--primary {
  color: #fff;
  background: var(--nv-consent-ink);
}

.nv-consent-button--secondary {
  color: var(--nv-consent-ink);
  background: #fff;
}

.nv-consent-button:hover,
.nv-consent-button:focus-visible,
.nv-consent-manage:hover,
.nv-consent-manage:focus-visible,
.nv-consent-close:hover,
.nv-consent-close:focus-visible {
  outline: 3px solid #8ccfd0;
  outline-offset: 2px;
}

.nv-consent-manage {
  position: fixed;
  bottom: 16px;
  left: 16px;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid #fff;
  border-radius: 999px;
  color: #fff;
  background: var(--nv-consent-ink);
  box-shadow: 0 5px 20px rgb(0 0 0 / 18%);
  font-family: "Euclid Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
}

.nv-consent-backdrop {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgb(12 16 20 / 58%);
}

.nv-consent-modal {
  position: relative;
  width: min(620px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  padding: 30px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 80px rgb(0 0 0 / 30%);
}

.nv-consent-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: var(--nv-consent-ink);
  background: #f1f2f3;
  font-size: 28px;
  line-height: 1;
}

.nv-consent-category {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  padding: 16px 0 0;
  border-top: 1px solid var(--nv-consent-line);
}

.nv-consent-category strong,
.nv-consent-category span {
  display: block;
}

.nv-consent-category strong {
  margin-bottom: 2px;
  font-family: "Euclid Medium", "Helvetica Neue", Arial, sans-serif;
}

.nv-consent-category > span > span,
.nv-consent-category > div > span {
  color: var(--nv-consent-muted);
  font-size: 14px;
}

.nv-consent-category input {
  width: 24px;
  height: 24px;
  accent-color: var(--nv-consent-ink);
  flex: 0 0 auto;
}

.nv-consent-required {
  color: #166645;
  font-family: "Euclid Medium", "Helvetica Neue", Arial, sans-serif;
  font-size: 13px;
  white-space: nowrap;
}

.nv-consent-modal-actions {
  margin-top: 26px;
}

.nv-consent-media-placeholder {
  display: flex;
  min-height: 220px;
  padding: 24px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  border: 1px solid #cfd3d6;
  background: #f3f4f4;
  text-align: center;
}

.nv-consent-media-placeholder p {
  max-width: 420px;
  margin: 0;
  color: #34393d;
  font-family: "Euclid Light", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 860px) {
  .nv-consent-banner {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .nv-consent-actions {
    justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .nv-consent-banner {
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 20px;
    border-radius: 14px;
  }

  .nv-consent-actions,
  .nv-consent-modal-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

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

  .nv-consent-modal {
    padding: 24px 20px;
  }

  .nv-consent-category {
    gap: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #nv-consent-root * {
    scroll-behavior: auto !important;
  }
}
