.consent-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 9999;
  max-width: 64rem;
  margin: 0 auto;
  padding: 1rem 1.1rem;
  border-radius: 1.25rem;
  background: rgba(19, 6, 6, 0.96);
  color: #fff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.consent-banner[hidden] {
  display: none !important;
}

.consent-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.9rem;
}

.consent-banner__actions .button {
  margin-bottom: 0;
}

.cookie-settings-link {
  cursor: pointer;
}

.external-embed {
  padding: 1.4rem;
  border-radius: 1.5rem;
  background: linear-gradient(180deg, #f8f6f1, #efebe3);
  box-shadow: inset 0 0 0 1px rgba(19, 6, 6, 0.08);
}

.external-embed__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.external-embed iframe {
  width: 100%;
  min-height: 750px;
  border: 0;
  border-radius: 1rem;
}
