/* ============================================================
   Punkt eines Projektbeispiels

   Masse aus Prototyp.dc.html Zeile 2236-2238.
   ============================================================ */

.ps-praxis-punkt {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-block: 0;
}

.ps-praxis-punkt__label {
  font-family: var(--font-mono);
  font-size: var(--text-xs);
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
  color: var(--accent-base);
}

.ps-praxis-punkt__text {
  font-size: var(--text-base);
  line-height: 1.7;
  color: var(--on-band-text);
  text-wrap: pretty;
}
