/* ── Widget VP Article — Articles similaires (grille 3 cartes liées) ── */

.vp-art-related { width: 100%; text-align: center; }

.vp-art-related__eyebrow {
  font-family: "Montserrat", sans-serif; font-size: 11px; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase; color: var(--primary, #f1b8a0);
  margin: 0 0 12px;
}
/* Titre « Articles similaires » — Playfair ; emphase = Playfair black italic (VpTitle) */
.vp-art-related__title {
  font-family: "Playfair Display", serif; font-weight: 400;
  font-size: clamp(24px, 3vw, 38px); line-height: 1.2; color: var(--foreground, #000);
  margin: 0 0 40px;
}
.vp-art-related__title em { font-family: "Playfair Display", serif; font-weight: 900; font-style: italic; }

/* Grille : réutilise .vp-blog__grid (3 col responsive), cartes alignées à gauche */
.vp-art-related__grid { text-align: left; }

/* Cartes sur fond clair de section → fond blanc (vs muted sur la page Blog) */
.vp-art-related .vp-blog__card { background: var(--background, #fff); }
