.footer-links {
  flex-wrap: wrap;
}

.footer-links .cookie-choice-control {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
}

.cookie-policy-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0;
}

.cookie-policy-controls .cookie-choice-control {
  appearance: none;
  border: 1px solid #b99655;
  border-radius: 3px;
  background: #132334;
  color: #fff;
  padding: 11px 18px;
  font: inherit;
  cursor: pointer;
}

.cookie-choice-control:focus-visible {
  outline: 2px solid #b99655;
  outline-offset: 3px;
}

.cookie-policy-controls .cookie-choice-control:hover {
  background: #223b52;
}
