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

.consent-banner {
  background: #302129;
  border: 1px solid rgba(255, 232, 217, 0.14);
  border-radius: 14px;
  bottom: 78px;
  box-shadow: 0 14px 34px rgba(38, 20, 29, 0.28);
  color: #fffaf7;
  left: 12px;
  padding: 12px;
  position: fixed;
  right: 12px;
  z-index: 100;
}

.consent-banner.is-expanded {
  bottom: 78px;
}

.consent-copy strong {
  font-family: "DM Serif Display", Georgia, serif;
  font-size: 1rem;
}

.consent-copy p {
  color: rgba(255, 250, 247, 0.72);
  font-size: 0.7rem;
  line-height: 1.35;
  margin: 3px 0 10px;
}

.consent-copy a {
  color: #ffe8d9;
  text-decoration: underline;
}

.consent-actions {
  align-items: center;
  display: flex;
  gap: 9px;
}

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

.consent-actions [data-consent-accept] {
  flex: 1;
  font-size: 0.76rem;
}

.consent-actions [data-consent-reject],
.consent-actions [data-consent-customize] {
  background: transparent;
  color: rgba(255, 250, 247, 0.68);
  flex: 0 0 auto;
  font-size: 0.66rem;
  padding: 4px 0;
  text-decoration: underline;
}

.consent-options {
  color: rgba(255, 250, 247, 0.82);
  display: grid;
  font-size: 0.72rem;
  gap: 8px;
  margin: 0 0 10px;
}

.consent-options label {
  align-items: center;
  display: flex;
  gap: 7px;
}

.consent-options button {
  background: rgba(255, 232, 217, 0.14);
  border: 1px solid rgba(255, 232, 217, 0.22);
  min-height: 34px;
}

@media (min-width: 760px) {
  .consent-banner {
    bottom: 18px;
    left: auto;
    max-width: 460px;
    padding: 14px;
    right: 18px;
  }

  .consent-banner.is-expanded {
    bottom: 18px;
    max-width: 520px;
  }
}
