.footer-button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  padding: 0;
}

.consent-banner {
  background: #fffaf7;
  border: 1px solid rgba(81, 50, 62, 0.12);
  border-radius: 16px;
  bottom: 14px;
  box-shadow: 0 10px 28px rgba(63, 35, 46, 0.18);
  color: #35242c;
  left: 14px;
  padding: 17px;
  position: fixed;
  right: 14px;
  z-index: 100;
}

.consent-copy strong {
  font-family: "Fraunces", Georgia, serif;
  font-size: 1.2rem;
}

.consent-copy p {
  color: #78636b;
  font-size: 0.76rem;
  line-height: 1.45;
  margin: 4px 0 12px;
}

.consent-copy a {
  color: #bc4d75;
}

.consent-actions {
  display: grid;
  gap: 7px;
  grid-template-columns: repeat(3, 1fr);
}

.consent-actions button,
.consent-options button {
  background: #bc4d75;
  border: 0;
  border-radius: 999px;
  color: white;
  cursor: pointer;
  font-size: 0.68rem;
  font-weight: 700;
  min-height: 38px;
  padding: 7px;
}

.consent-options {
  display: grid;
  font-size: 0.76rem;
  gap: 7px;
  margin-bottom: 12px;
}

@media (min-width: 760px) {
  .consent-banner {
    left: auto;
    max-width: 580px;
  }
}
