.spovan-consent button:focus-visible,
.spovan-privacy-preferences button:focus-visible {
  outline: 3px solid #b96b1a;
  outline-offset: 3px;
}

.spovan-consent {
  position: fixed;
  z-index: 99999;
  inset: 0;
  display: grid;
  place-items: end center;
  padding: 1rem;
  background: rgb(12 24 20 / 42%);
}

.spovan-consent[hidden] { display: none; }
.spovan-consent__panel {
  box-sizing: border-box;
  width: min(100%, 46rem);
  padding: clamp(1.1rem, 3vw, 1.7rem);
  color: #17251f;
  background: #fffdf8;
  border: 1px solid #c8c2b6;
  border-radius: .65rem;
  box-shadow: 0 .8rem 2.4rem rgb(12 24 20 / 24%);
}
.spovan-consent__panel h2 { margin-top: 0; }
.spovan-consent__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1rem 0; }
.has-spovan-consent { overflow: hidden; }

.spovan-consent-settings {
  position: fixed;
  z-index: 99990;
  right: 1rem;
  bottom: 1rem;
  padding: .65rem .85rem;
  color: #fffdf8;
  background: #123c35;
  border: 1px solid #fffdf8;
  border-radius: .35rem;
  box-shadow: 0 .35rem 1.2rem rgb(12 24 20 / 22%);
  font: inherit;
  font-size: .78rem;
  font-weight: 700;
  cursor: pointer;
}

.has-spovan-consent .spovan-consent-settings { visibility: hidden; }

@media (prefers-reduced-motion: reduce) {
  .spovan-consent * { scroll-behavior: auto !important; transition: none !important; }
}
