/**
 * Formular-Consent – neutrale Basisstyles
 * Copyright (c) 2026 OneClap Studio · https://oneclapstudio.de
 * Alle Rechte vorbehalten. Eigentum von OneClap Studio.
 * Nutzung nur in vereinbarten Kundenprojekten. Weitergabe ohne Genehmigung untersagt.
 *
 * Passt sich per color:inherit an die Site an.
 */

.fc-consent {
  margin: 0.85rem 0 1rem;
  font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-size: 0.84rem;
  line-height: 1.45;
  color: inherit;
}

.fc-consent__row {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  cursor: pointer;
}

.fc-consent__row input[type="checkbox"] {
  flex: 0 0 auto;
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0.15rem;
  accent-color: currentColor;
}

.fc-consent__text {
  flex: 1 1 auto;
  min-width: 0;
  opacity: 0.92;
}

.fc-consent__text a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.fc-consent__text a:hover {
  opacity: 0.8;
}

.fc-consent--note {
  margin: 0.75rem 0 0;
  opacity: 0.8;
  font-size: 0.8rem;
}

.fc-consent--optional {
  margin-top: 0.55rem;
}

.fc-consent.is-invalid .fc-consent__row {
  outline: 2px solid #b91c1c;
  outline-offset: 4px;
  border-radius: 4px;
}
