/* Zusatz-Styles fuer die aus Social-Beitraegen abgeleiteten Artikel.
   Nur von neuen Artikelseiten eingebunden. Ergaenzt assets/style.css. */

.slide-figure {
  margin: 36px auto;
  max-width: 460px;
}

.slide-figure img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.slide-figure figcaption {
  margin-top: 10px;
  font-family: var(--font-article, 'Inter', system-ui, sans-serif);
  font-size: 13px;
  line-height: 1.55;
  color: #888;
  text-align: center;
}

/* Video-Figur (9:16) */
.video-figure {
  margin: 36px auto;
  max-width: 340px;
}

.video-figure video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  background: #000;
}

.video-figure figcaption {
  margin-top: 10px;
  font-family: var(--font-article, 'Inter', system-ui, sans-serif);
  font-size: 13px;
  line-height: 1.55;
  color: #888;
  text-align: center;
}

/* Quellenblock am Artikelende */
.sources {
  margin: 40px 0 8px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
  font-family: var(--font-article, 'Inter', system-ui, sans-serif);
}

.sources h2 {
  font-size: 15px !important;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700 !important;
  margin: 0 0 12px !important;
  font-family: var(--font-article, 'Inter', system-ui, sans-serif) !important;
}

.sources ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
}

.sources li { margin-bottom: 6px; }
.sources a { color: inherit; text-decoration: underline; }

/* Dunkle Artikel (Wirtschaft) */
.article-dark .slide-figure figcaption,
.article-dark .video-figure figcaption { color: #777; }
.article-dark .sources { border-top-color: #222; }
.article-dark .sources h2 { color: #fff !important; }
.article-dark .sources ul { color: #999; }

/* Helle Artikel (Politik) */
.article-bw .sources { border-top-color: #ddd; }
.article-bw .sources h2 { color: #000 !important; }
.article-bw .sources ul { color: #666; }
