/* Quellen & Credits TV – bewusst dezent (nicht hervorgehoben) */
.qctv{ margin-top: 16px; }
.qctv-credits{
  font-size: var(--font-size-sm, 0.75rem);
  line-height: 1.3;
  margin: 10px 0 14px;
}
.qctv-sources{
  margin: 0 0 16px;
  font-size: var(--font-size-sm, 0.75rem);
  line-height: 1.35;
}
.qctv-summary{
  cursor: pointer;
  user-select: none;
  font-weight: 600;
  margin-bottom: 6px;
}
.qctv-sources[open] .qctv-summary{ margin-bottom: 10px; }
.qctv-sources-heading{ font-weight: 600; margin: 0 0 6px; }
.qctv-list{ margin: 0 0 0 18px; padding: 0; }
.qctv-list li{ margin: 0 0 6px; }
.qctv-link{ text-decoration: underline; }
.qctv-accessed{ opacity: 0.8; }
.qctv-ref{
  font-size: 0.8em;
  vertical-align: super;
  line-height: 0;
}


/* Credits Link (Beitragsbild) – dezent, ohne Marker/Highlight */
.qctv-credit-link{ background: transparent !important; box-shadow: none !important; text-decoration: underline; text-decoration-thickness: 2px; text-underline-offset: 2px; color: inherit; }
.qctv-credit-link:hover{ color: var(--accent-color, #32b8d3); }
