.cookie-consent {
  position: fixed;
  z-index: 10000;
  right: 1rem;
  bottom: 1rem;
  width: min(31rem, calc(100% - 2rem));
  padding: 1.15rem;
  color: #f7f0df;
  background: #1a1a1a;
  border: 1px solid #b6944c;
  box-shadow: 0 1rem 3rem rgb(0 0 0 / 35%);
  font: 500 1rem/1.5 Arial, sans-serif;
}

.cookie-consent p {
  margin: 0 0 1rem;
}

.cookie-consent a {
  color: #d5b66f;
}

.cookie-consent div {
  display: flex;
  justify-content: flex-end;
  gap: .7rem;
}

.cookie-consent button {
  min-height: 2.75rem;
  padding: .65rem 1rem;
  color: #f7f0df;
  background: transparent;
  border: 1px solid #b6944c;
  font: 700 .95rem/1 Arial, sans-serif;
  cursor: pointer;
}

.cookie-consent button[data-consent="granted"] {
  color: #1a1a1a;
  background: #b6944c;
}

.cookie-consent button:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
}
