/* testing.playful-mintful.ch – seiten-spezifisch (Gate, Kacheln, Fragebogen) */

/* ── Zugangs-Gate ─────────────────────────────────────────────── */
.gate-wrap {
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
}
.gate-card {
  background: #fff;
  border: 2px solid var(--pm-tint);
  border-radius: var(--pm-radius-lg);
  box-shadow: var(--pm-shadow);
  padding: 2.4rem 2rem;
  max-width: 420px;
  width: 100%;
  text-align: center;
}
.gate-card .emoji { font-size: 2.6rem; display: block; margin-bottom: 0.4rem; }
.gate-card h1 { font-size: 1.9rem; margin-bottom: 0.3rem; }
.gate-card p.lead { color: var(--pm-dark); margin: 0 0 1.4rem; }
.gate-input {
  font-family: 'Catamaran', system-ui, sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  letter-spacing: 0.5rem;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  padding: 0.6em 0.4em;
  border: 2px solid var(--pm-tint);
  border-radius: var(--pm-radius);
  color: var(--pm-dark);
  background: var(--pm-cream);
}
.gate-input:focus { outline: none; border-color: var(--pm-mint); }
/* Normale Text-/E-Mail-/Passwort-Felder (Team-Login): ohne Code-Optik. */
.gate-input--text {
  font-family: 'Catamaran', system-ui, sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: normal;
  text-align: left;
  text-transform: none;
}
.gate-input + .gate-input { margin-top: 0.6rem; }
.gate-card button { width: 100%; margin-top: 1rem; }
.gate-err { color: #b23b3b; font-weight: 600; min-height: 1.4em; margin: 0.6rem 0 0; }
.gate-hint { font-size: 0.85rem; color: var(--pm-dark); opacity: 0.7; margin-top: 1rem; }

/* ── Kachel-Dashboard ────────────────────────────────────────── */
.tile-main {
  display: block;
  background: var(--pm-dark);
  color: #fff;
  border: 6px solid var(--pm-dark);
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  transition: filter 0.18s;
}
.tile-main:hover { filter: brightness(0.95); color: #fff; }
.tile-main .tm-body { padding: 1.6rem 1.8rem 1.8rem; display: flex; flex-direction: column; gap: 0.6rem; }
.tile-main .tm-badge {
  align-self: flex-start;
  background: rgba(255, 255, 255, 0.2);
  font-size: 0.72rem; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase;
  padding: 0.22em 0.8em; border-radius: 999px;
}
.tile-main h2 { color: #fff; font-size: clamp(1.5rem, 4.5vw, 2.1rem); margin: 0.2rem 0 0; }
.tile-main .tm-sub { margin: -0.3rem 0 0; color: #fff; font-weight: 700; opacity: 0.85; }
.tile-main .tm-desc { margin: 0; opacity: 0.9; max-width: 54ch; }
.tile-main .tm-desc,
.tile-main .tm-desc em,
.tile-main .tm-desc strong { color: #fff; }
.tile-main .tm-note { opacity: 1; font-style: italic; font-weight: 700; }
.tile-main .tm-cta {
  align-self: flex-start; margin-top: 0.6rem;
  background: #fff; color: var(--pm-dark); font-weight: 700;
  padding: 0.55em 1.4em; border-radius: 999px; font-size: 0.95rem;
}
.tile-main .tm-progress {
  margin-top: 0.9rem; background: rgba(255,255,255,0.2); border-radius: 999px; height: 10px; overflow: hidden;
}
.tile-main .tm-progress > span { display: block; height: 100%; background: var(--pm-mint); border-radius: 999px; }
.tile-main .tm-progress-label { font-size: 0.82rem; opacity: 0.9; margin: 0.4rem 0 0; }

/* ── Analyse-Kachel (nur team) ───────────────────────────────── */
.tile-analyse {
  margin-top: 2rem;
  background: var(--pm-dark);
  border: 6px solid var(--pm-dark);
  border-radius: 20px;
  overflow: hidden;
}
.tile-analyse .ta-head { padding: 1.4rem 1.6rem 1rem; color: #fff; }
.tile-analyse .ta-head h2 { color: #fff; margin: 0.3rem 0 0; }
.tile-analyse .ta-sub { margin: 0.3rem 0 0; opacity: 0.85; font-size: 0.9rem; }
.ta-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.9rem;
  padding: 0 1rem 1rem;
}
.ta-card {
  background: #fff;
  border-radius: 14px;
  padding: 1.1rem 1.2rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.ta-card h3 { margin: 0; font-size: 1.05rem; }
.ta-card-sub { margin: 0; font-size: 0.88rem; color: var(--pm-dark); opacity: 0.75; }
.ta-card.is-soon { opacity: 0.72; }
.ta-soon {
  margin: 0.4rem 0 0;
  align-self: flex-start;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--pm-dark);
  background: var(--pm-tint);
  border-radius: 999px;
  padding: 0.2em 0.7em;
}
.ta-dl-list { margin-top: 0.6rem; display: flex; flex-direction: column; gap: 0.9rem; }
.ta-dl-phase {
  margin: 0 0 0.3rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--pm-dark);
  opacity: 0.8;
}
.ta-dl-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 0.45rem 0;
  border-top: 1px solid var(--pm-tint);
}
.ta-dl-group .ta-dl-row:first-of-type { border-top: none; }
.ta-dl-label { font-size: 0.92rem; font-weight: 600; color: var(--pm-dark); }
.ta-dl-label.ta-dl-muted { font-weight: 400; opacity: 0.6; }
.ta-dl-count { display: block; font-weight: 400; font-size: 0.78rem; opacity: 0.7; }
.ta-dl-btn { padding: 0.4em 0.9em; font-size: 0.82rem; flex-shrink: 0; }

/* Mini-Fortschrittsbalken (Ausfüll-Status-Tabelle) */
.mini-bar {
  background: var(--pm-tint);
  border-radius: 999px;
  height: 8px;
  width: 100%;
  min-width: 80px;
  overflow: hidden;
}
.mini-bar > span { display: block; height: 100%; background: var(--pm-mint); border-radius: 999px; }

/* "in Vorbereitung"-Kachel (z. B. LP-Landingpage) */
.soon-tile {
  background: #fff;
  border: 2px dashed var(--pm-tint);
  border-radius: 20px;
  padding: 1.6rem 1.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  opacity: 0.85;
}
.soon-tile h2 { margin: 0.2rem 0 0; }
.soon-tile p { margin: 0; color: var(--pm-dark); opacity: 0.8; }

.more-tiles { margin-top: 2rem; }
.more-tiles .section-label {
  font-size: 0.78rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--pm-dark); margin: 0 0 1rem;
}
.more-empty {
  background: var(--pm-tint); border-radius: var(--pm-radius-lg);
  padding: 1.4rem 1.6rem; color: var(--pm-dark); font-size: 0.95rem;
}

/* ── Fragebogen ──────────────────────────────────────────────── */
.fb-head { display: flex; flex-direction: column; gap: 0.6rem; margin-bottom: 1.4rem; }
.fb-progress-bar { background: var(--pm-tint); border-radius: 999px; height: 12px; overflow: hidden; }
.fb-progress-bar > span { display: block; height: 100%; background: var(--pm-mint); border-radius: 999px; transition: width 0.3s ease; }
.fb-progress-meta { display: flex; justify-content: space-between; font-size: 0.88rem; color: var(--pm-dark); font-weight: 600; }

.fb-chapter-title { margin-bottom: 0.2rem; }
.fb-chapter-intro { color: var(--pm-dark); margin: 0 0 1.4rem; }

.fb-q { background: #fff; border: 2px solid var(--pm-tint); border-radius: var(--pm-radius); padding: 1.2rem 1.4rem; margin: 1rem 0; }
.fb-q.is-missing { border-color: #e6b0b0; }
.fb-q-label { font-weight: 600; color: var(--pm-dark); display: block; margin-bottom: 0.8rem; }
.fb-q-tag {
  display: inline-block; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.05em; text-transform: uppercase;
  color: var(--pm-dark); background: var(--pm-tint); border-radius: 999px; padding: 0.15em 0.6em; margin-right: 0.5em;
}
.fb-q-hint { font-weight: 300; color: var(--pm-dark); opacity: 0.75; font-size: 0.9rem; }

.fb-options { display: flex; flex-direction: column; gap: 0.5rem; }
.fb-option {
  display: flex; align-items: center; gap: 0.6rem;
  padding: 0.6em 0.9em; border: 2px solid var(--pm-tint); border-radius: var(--pm-radius);
  cursor: pointer; transition: border-color 0.12s, background 0.12s;
}
.fb-option:hover { border-color: var(--pm-mint); }
.fb-option input { accent-color: var(--pm-dark); width: 1.1em; height: 1.1em; flex-shrink: 0; }
.fb-option.is-checked { border-color: var(--pm-dark); background: var(--pm-tint); }

.fb-other-text { margin-top: 0.6rem; }
.fb-other-text[hidden] { display: none; }

.fb-order-columns { display: flex; gap: 1rem; flex-wrap: wrap; align-items: flex-start; }
.fb-order-col { flex: 1 1 240px; min-width: 0; }
.fb-order-col-title { font-weight: 700; font-size: 0.85rem; color: var(--pm-dark); opacity: 0.75; margin-bottom: 0.4rem; }

.fb-order-list { display: flex; flex-direction: column; gap: 0.5rem; min-height: 3.4rem; border-radius: var(--pm-radius); padding: 0.4rem; }
.fb-order-target { border: 2px dashed var(--pm-tint); }
.fb-order-pool { border: 2px dashed transparent; }
.fb-order-list:empty { display: flex; align-items: center; justify-content: center; }
.fb-order-list:empty::before {
  content: attr(data-placeholder); color: var(--pm-dark); opacity: 0.5;
  font-size: 0.85rem; text-align: center; padding: 0.6rem;
}

.fb-order-item {
  display: flex; align-items: center; gap: 0.7em;
  padding: 0.6em 0.7em; border: 2px solid var(--pm-tint); border-radius: var(--pm-radius);
  background: #fff; touch-action: none; user-select: none;
}
.fb-order-item.is-dragging { border-color: var(--pm-mint); background: var(--pm-tint); box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12); z-index: 1; position: relative; }
.fb-order-item.in-pool .fb-order-num { visibility: hidden; }
.fb-order-handle { cursor: grab; color: var(--pm-dark); opacity: 0.5; font-size: 1.1em; flex-shrink: 0; }
.fb-order-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 1.6em; height: 1.6em; border-radius: 50%; background: var(--pm-tint);
  color: var(--pm-dark); font-weight: 700; font-size: 0.85rem; flex-shrink: 0;
}
.fb-order-text { flex: 1; }
.fb-order-controls { display: flex; align-items: center; gap: 0.35rem; flex-shrink: 0; }
.fb-order-updown { display: flex; flex-direction: column; gap: 0.15rem; }
.fb-order-btn {
  border: 1px solid var(--pm-tint); background: #fff; border-radius: 6px;
  width: 1.8em; height: 1.4em; line-height: 1; cursor: pointer; font-size: 0.75rem;
}
.fb-order-btn.add { width: 2.3em; height: 2.1em; font-size: 1rem; color: var(--pm-dark); }
.fb-order-btn.remove { width: 1.8em; height: 2.95em; font-size: 0.8rem; color: #b23b3b; }
.fb-order-btn:disabled { opacity: 0.3; cursor: default; }
.fb-order-btn:not(:disabled):hover { border-color: var(--pm-mint); }

.fb-nav { display: flex; justify-content: space-between; gap: 1rem; margin-top: 1.6rem; }
.fb-nav .spacer { flex: 1; }
.fb-save-note { font-size: 0.85rem; color: var(--pm-dark); opacity: 0.75; text-align: center; margin-top: 0.8rem; min-height: 1.2em; }
.fb-error { color: #b23b3b; font-weight: 600; margin-top: 0.8rem; }

.fb-done { text-align: center; padding: 2rem 1rem; }
.fb-done .emoji { font-size: 3rem; display: block; margin-bottom: 0.6rem; }

/* ── Admin ───────────────────────────────────────────────────── */
.admin-login { max-width: 380px; margin: 3rem auto; text-align: center; }
.admin-login input { margin: 1rem 0; }
.admin-box { max-width: 720px; margin: 0 auto; }
.admin-table { width: 100%; border-collapse: collapse; margin: 1rem 0; }
.admin-table th, .admin-table td { text-align: left; padding: 0.5rem 0.7rem; border-bottom: 1px solid var(--pm-tint); }

.mono { font-family: ui-monospace, "SF Mono", Menlo, Consolas, monospace; letter-spacing: 1px; }

/* ── LP-Ausfüll-Status: ein auf-/zuklappbarer Abschnitt pro Klasse ─── */
.lp-class { margin: 1.6rem 0 2.2rem; }
details.lp-class > summary { list-style: none; cursor: pointer; outline: none; }
details.lp-class > summary::-webkit-details-marker { display: none; }
details.lp-class > summary::marker { content: ''; }
details.lp-class > summary:focus-visible { outline: 2px solid var(--pm-mint); outline-offset: 3px; border-radius: 6px; }
.lp-class-head { display: flex; flex-wrap: wrap; align-items: center; gap: 0.55rem 0.9rem; margin-bottom: 0.4rem; }
.lp-class-head h2 { margin: 0; }
.lp-class-toggle {
  flex-shrink: 0;
  width: 1.7rem; height: 1.7rem;
  display: flex; align-items: center; justify-content: center;
  border-radius: 9px;
  background: var(--pm-tint);
  transition: transform 0.16s ease, background 0.12s ease;
}
.lp-class-toggle::before {
  content: ''; display: block;
  width: 0; height: 0;
  margin-left: 3px; /* Dreieck optisch zentrieren */
  border-left: 11px solid var(--pm-dark);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
details.lp-class[open] > summary .lp-class-toggle { transform: rotate(90deg); }
details.lp-class > summary:hover .lp-class-toggle { background: var(--pm-mint); }
details.lp-class > summary:hover .lp-class-toggle::before { border-left-color: #fff; }
.lp-class-body { margin-top: 0.2rem; }

.lp-status-table th .th-sub {
  display: block; font-weight: 400; font-size: 0.72rem; color: var(--pm-dark); opacity: 0.7;
}
.lp-status-table td.lp-pct { font-variant-numeric: tabular-nums; font-weight: 700; white-space: nowrap; }
.lp-pct-done { color: #2f7a4f; }
.lp-pct-part { color: #9a7b1f; }
.lp-pct-none { color: var(--pm-dark); opacity: 0.45; font-weight: 400; }

/* Fragebogen 2: noch nicht verfügbar → ausgegraut */
.lp-status-table th.lp-fb-soon,
.lp-status-table td.lp-fb-soon {
  color: var(--pm-dark); opacity: 0.38; font-style: italic; font-weight: 400;
}

/* ── Codes verwalten (Team-Konsole) ─────────────────────────── */
.tc-publish {
  display: inline-flex; align-items: center; gap: 0.4em;
  font-size: 0.85rem; font-weight: 700; min-height: 1.2em;
  margin: 0.3rem 0 1rem; padding: 0.3em 0.8em; border-radius: 999px;
}
.tc-publish:empty { display: none; }
.tc-publish-saving { color: var(--pm-dark); background: var(--pm-tint); }
.tc-publish-ok { color: #1a5c4d; background: #d4f5ed; }
.tc-publish-error { color: #7a2a1e; background: #fde3dd; }
.tc-panel {
  background: #fff; border: 2px solid var(--pm-tint); border-radius: var(--pm-radius);
  padding: 1.1rem 1.3rem; margin: 1.1rem 0;
}
.tc-panel h2 { margin: 0 0 0.8rem; font-size: 1.05rem; }
.tc-panel.tc-danger { border-color: #e6c3bd; }
.tc-toolbar { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.tc-filebtn { cursor: pointer; }
.tc-msg { font-size: 0.88rem; color: var(--pm-dark); min-height: 1.2em; margin: 0.7rem 0 0; font-weight: 600; }
.tc-row { display: flex; flex-wrap: wrap; gap: 0.7rem; align-items: center; }
.tc-mini { padding: 0.4em 0.9em; font-size: 0.85rem; }

.tc-label {
  font: inherit; padding: 0.4em 0.7em; border: 2px solid var(--pm-tint);
  border-radius: var(--pm-radius); background: var(--pm-cream); color: var(--pm-dark);
  flex: 1; min-width: 160px;
}
.tc-label:focus { outline: none; border-color: var(--pm-mint); }
.tc-num {
  font: inherit; width: 4.5em; padding: 0.35em 0.5em; border: 2px solid var(--pm-tint);
  border-radius: 8px; background: var(--pm-cream); color: var(--pm-dark);
}
.tc-field { display: inline-flex; align-items: center; gap: 0.4rem; font-size: 0.86rem; color: var(--pm-dark); }

.tc-teacher { border: 2px solid var(--pm-tint); border-radius: var(--pm-radius); margin: 1rem 0; overflow: hidden; }
.tc-teacher-head {
  display: flex; flex-wrap: wrap; align-items: center; gap: 0.6rem;
  padding: 0.8rem 1rem; background: var(--pm-tint);
}
.tc-class { border-top: 1px solid var(--pm-tint); padding: 0.8rem 1rem; }
.tc-class-head { display: flex; flex-wrap: wrap; align-items: center; gap: 0.6rem; }
.tc-addsus { display: flex; flex-wrap: wrap; gap: 0.7rem; align-items: center; margin: 0.7rem 0 0; }
.tc-addclass {
  display: flex; flex-wrap: wrap; gap: 0.6rem; align-items: center;
  padding: 0.8rem 1rem; border-top: 1px dashed var(--pm-tint);
}
.tc-addclass input { flex: 1; min-width: 160px; font: inherit; padding: 0.4em 0.7em;
  border: 2px solid var(--pm-tint); border-radius: var(--pm-radius); background: var(--pm-cream); }

.tc-codes { margin-top: 0.7rem; }
.tc-codes > summary { cursor: pointer; font-size: 0.86rem; color: var(--pm-dark); font-weight: 600; }
.tc-codes-body { padding: 0.5rem 0 0; }
.tc-codes-body h4 { margin: 0.8rem 0 0.4rem; font-size: 0.82rem; }
.tc-chips { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.tc-chips .chip {
  display: inline-flex; align-items: center; gap: 0.35em;
  background: var(--pm-cream); border: 1.5px solid var(--pm-tint); border-radius: 6px;
  padding: 0.2em 0.35em 0.2em 0.6em; font-size: 0.9rem; font-weight: 700;
}
.tc-chip-x {
  border: none; background: none; cursor: pointer; line-height: 1;
  font-size: 1.05rem; font-weight: 700; color: #b23b3b;
  padding: 0 0.15em; border-radius: 4px;
}
.tc-chip-x:hover { background: #f2d6d2; }
.tc-pt-row { padding: 0.3rem 0; border-top: 1px solid var(--pm-tint); }
.tc-pt-row:first-child { border-top: none; }

/* ── LP-Landingpage: obere Kachelreihe + "Einschätzung Klasse" ──────────── */
.lp-top-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  align-items: stretch;
}
.lp-top-grid > * { margin: 0; }
@media (max-width: 760px) {
  .lp-top-grid { grid-template-columns: 1fr; }
}

.tile-einschaetzung { display: block; }
.tile-einschaetzung:hover { filter: none; }

.ek-list { margin-top: 1rem; display: flex; flex-direction: column; gap: 0.7rem; }
.ek-empty { margin: 0; color: #fff; opacity: 0.85; font-size: 0.9rem; }

.ek-row {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  padding: 0.8rem 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.ek-row-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.3rem 0.8rem;
}
.ek-class { font-weight: 800; color: #fff; }
.ek-status { font-size: 0.8rem; color: #fff; opacity: 0.85; }

.ek-actions { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.ek-btn {
  display: inline-block;
  background: #fff;
  color: var(--pm-dark);
  font-weight: 700;
  font-size: 0.9rem;
  padding: 0.4em 1em;
  border: 2px solid #fff;
  border-radius: 999px;
  cursor: pointer;
  text-decoration: none;
}
.ek-btn:hover { color: var(--pm-dark); filter: brightness(0.94); }
.ek-btn-ghost { background: transparent; color: #fff; }
.ek-btn-ghost:hover { color: #fff; background: rgba(255, 255, 255, 0.14); }

/* Status-Badge neben dem Upload-Button */
.ek-badge {
  display: inline-flex; align-items: center; gap: 0.35em;
  font-size: 0.82rem; font-weight: 700;
  padding: 0.35em 0.85em; border-radius: 999px;
  border: 1.5px solid rgba(255, 255, 255, 0.45); color: #fff;
  white-space: nowrap;
}
.ek-b-open { opacity: 0.75; }
.ek-b-part { background: rgba(240, 192, 0, 0.22); border-color: #f0c000; }
.ek-b-done { background: rgba(120, 224, 170, 0.22); border-color: #78e0aa; }

/* Rückmeldung nach dem Upload (Zusammenfassung / Fehler) */
.ek-feedback {
  margin-top: 0.9rem; padding: 0.8rem 1rem; border-radius: 12px;
  font-size: 0.88rem; line-height: 1.5; color: #fff;
  white-space: pre-line; /* \n aus der Zusammenfassung als Zeilenumbruch */
  background: rgba(255, 255, 255, 0.14); border-left: 4px solid rgba(255, 255, 255, 0.5);
}
.ek-fb-ok { background: rgba(120, 224, 170, 0.22); border-left-color: #78e0aa; }
.ek-fb-warn { background: rgba(240, 192, 0, 0.20); border-left-color: #f0c000; }
.ek-fb-error { background: rgba(255, 120, 100, 0.22); border-left-color: #ff7864; }
.ek-fb-info { opacity: 0.9; }

/* ── Datenschutz: Fassung A/B + Umschalter ─────────────────────────────── */
.ds-meta { color: var(--pm-dark); opacity: 0.7; font-size: 0.9rem; margin: -0.4rem 0 1.2rem; }

.ds-switch {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.3rem;
  background: var(--pm-tint);
  padding: 0.3rem;
  border-radius: 999px;
  margin-bottom: 1.4rem;
}
.ds-switch button {
  font: inherit;
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  border: none;
  background: transparent;
  color: var(--pm-dark);
  padding: 0.45em 1.1em;
  border-radius: 999px;
}
.ds-switch button[aria-pressed="true"] { background: #fff; box-shadow: var(--pm-shadow); }

.ds-fassung > .card:first-of-type { margin-top: 0; }

.ds-address {
  margin: 0.6rem 0;
  padding-left: 0.9rem;
  border-left: 3px solid var(--pm-tint);
  color: var(--pm-dark);
}
.ds-todo { opacity: 0.55; }

/* Der einzige grün hervorgehobene Absatz der Seite (LP-Fassung, Punkt 2). */
.ds-highlight {
  margin: 1rem 0;
  padding: 1rem 1.2rem;
  background: var(--pm-tint);
  border-left: 4px solid var(--pm-dark);
  border-radius: var(--pm-radius);
  color: var(--pm-dark);
  font-weight: 800;
}
