/* kuendigung-schreiben — Papier, 2px-Kante, Rost */
.th-consent {
  position: fixed;
  z-index: 99999;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.2rem 1.3rem calc(1.25rem + env(safe-area-inset-bottom));
  background: #f7f1ea;
  color: #1a1410;
  border-top: 2px solid #1a1410;
  font-family: Archivo, ui-sans-serif, system-ui, sans-serif;
  font-size: 0.92rem;
  line-height: 1.45;
}
.th-consent[hidden] { display: none !important; }
.th-consent-inner {
  max-width: 42.36rem;
  margin: 0 auto;
  display: grid;
  gap: 0.85rem;
}
.th-consent-inner::before {
  content: "Hinweis";
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: #9c2f0e;
}
.th-consent p { margin: 0; color: #5c534c; }
.th-consent a { color: #9c2f0e; }
.th-consent-actions { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.th-consent button {
  appearance: none;
  border: 2px solid #1a1410;
  border-radius: 0;
  padding: 0.7rem 1.05rem;
  font: inherit;
  font-weight: 600;
  cursor: pointer;
}
.th-consent-accept { background: #9c2f0e; color: #faf6f1; border-color: #9c2f0e; }
.th-consent-reject { background: transparent; color: #1a1410; }
.th-consent-settings { background: #efe6db; color: #1a1410; }
.th-consent-panel { display: grid; gap: 0.45rem; }
.th-consent-panel label { display: flex; gap: 0.5rem; color: #1a1410; font-size: 0.85rem; }
.th-consent-panel input { margin-top: 0.2rem; accent-color: #9c2f0e; }
.th-consent-essential { opacity: 0.7; font-size: 0.8rem; }
