/* VGT Articles 2026 — styles communs */

/* === Sommaire (table des matières) === */
.article-sommaire {
  background: #f8f9fa;
  border-left: 3px solid #2e7d32;
  border-radius: 4px;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0 2rem 0;
  font-size: 0.92rem;
}
.article-sommaire h3 {
  margin: 0 0 0.6rem 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: #1b5e20;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.article-sommaire ul {
  margin: 0;
  padding-left: 1.2rem;
}
.article-sommaire li {
  margin: 0.25rem 0;
}
.article-sommaire a {
  color: #2e7d32;
  text-decoration: none;
}
.article-sommaire a:hover {
  text-decoration: underline;
}

/* === Article TOC (alias) === */
.article-toc {
  background: #f8f9fa;
  border-left: 3px solid #2e7d32;
  border-radius: 4px;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0 2rem 0;
}

/* === Navigation related articles === */
.article-nav-related {
  background: #f0f7f0;
  border: 1px solid #c8e6c9;
  border-radius: 6px;
  padding: 1.2rem 1.5rem;
  margin: 2rem 0;
}
.article-nav-related h3 {
  color: #1b5e20;
  font-size: 1rem;
  margin: 0 0 0.8rem 0;
}
.article-nav-related ul {
  margin: 0;
  padding-left: 1.2rem;
}
.article-nav-related a {
  color: #2e7d32;
}

/* === Expert card (interviews) === */
.interview-expert-card {
  display: flex;
  gap: 20px;
  align-items: center;
  padding: 20px;
  background: #f8f6f2;
  border-left: 4px solid #2e7d32;
  border-radius: 8px;
  margin: 30px 0;
}
.interview-expert-card img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}

/* === Blocs Q/R interview === */
blockquote.journalist-question,
blockquote.expert-answer,
blockquote.journalist-question p,
blockquote.expert-answer p {
  font-style: normal !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
}
.journalist-question {
  background: #f0f0f0;
  border-left: 3px solid #888;
  padding: 0.9rem 1.15rem;
  margin: 1.5rem 0 0.4rem 0;
  border-radius: 4px;
}
.expert-answer {
  background: #fff8e7;
  border-left: 3px solid #2e7d32;
  padding: 1rem 1.2rem;
  margin: 0.4rem 0 1.5rem 0;
  border-radius: 4px;
}

/* === VGT Card (articles existants) === */
.vgt-card-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 4px;
}
