.privacy-consent-banner,
.privacy-consent-manage {
  font: 14px/1.45 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.privacy-consent-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 2147483647;
  max-width: 44rem;
  margin: auto;
  padding: 1rem;
  border: 1px solid #9ca3af;
  border-radius: .375rem;
  background: #fff;
  color: #111827;
  box-shadow: 0 12px 32px rgb(0 0 0 / 18%);
}

.privacy-consent-banner h2 {
  margin: 0 0 .5rem;
  font-size: 1rem;
}

.privacy-consent-banner p {
  margin: .5rem 0;
}

.privacy-consent-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  margin-top: 1rem;
}

.privacy-consent-banner button,
.privacy-consent-manage {
  min-height: 2.25rem;
  padding: .45rem .7rem;
  border: 1px solid #4b5563;
  border-radius: .25rem;
  background: #f9fafb;
  color: #111827;
  cursor: pointer;
}

.privacy-consent-manage {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 2147483646;
}

.privacy-policy {
  max-width: 48rem;
  margin: 2rem auto;
  padding: 0 1rem;
  font: 16px/1.55 system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
