/* Articles lies : bloc actu (.vb-ar) et Contextual Related Posts (.crp_related).
   2 cartes par ligne a 1280 px, pas de chevauchement, images couvertes. */

.vb-ar {
  margin: 40px 0 16px;
  clear: both;
}
.vb-ar > h2,
.vb-ar #vb-ar-heading {
  font-family: var(--vb-font-serif, "DM Serif Display", Georgia, serif);
  font-size: var(--vb-text-h3, 1.4rem);
  color: var(--vb-bordeaux-500, #61262A);
  margin: 0 0 18px;
  font-weight: 400;
}
.vb-ar-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}
.vb-ar-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: var(--vb-surface, #fff);
  border: 1px solid var(--vb-border, #E6DFD6);
  border-radius: var(--vb-radius-lg, 14px);
  overflow: hidden;
  text-decoration: none !important;
  color: inherit;
  box-shadow: var(--vb-shadow-sm, 0 1px 3px rgba(0,0,0,.06));
  transition: transform .2s ease, box-shadow .2s ease;
}
.vb-ar-card:hover,
.vb-ar-card:focus {
  transform: translateY(-2px);
  box-shadow: var(--vb-shadow-md, 0 6px 16px rgba(0,0,0,.1));
  color: inherit;
}
.vb-ar-card img,
.vb-ar-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
  display: block;
  background: var(--vb-bordeaux-500, #61262A);
}
.vb-ar-placeholder {
  display: grid;
  place-items: center;
  color: var(--vb-jaune-400, #E2C27A);
  font-weight: 700;
  letter-spacing: .08em;
}
.vb-ar-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 16px 16px;
}
.vb-ar-body time {
  font-size: 12px;
  color: var(--vb-neutral-600, #5C5448);
}
.vb-ar-title {
  font-family: var(--vb-font-serif, "DM Serif Display", Georgia, serif);
  font-size: 1.05rem;
  line-height: 1.35;
  color: var(--vb-bordeaux-700, #44181B);
}
.vb-ar-read {
  font-size: 12px;
  font-weight: 700;
  color: var(--vb-bordeaux-500, #61262A);
}

#crp_related,
.crp_related {
  margin: 40px 0 16px;
  clear: both;
  overflow: hidden;
}
.crp_related h2,
.crp_related h3,
.crp_related .crp_title {
  font-family: var(--vb-font-serif, "DM Serif Display", Georgia, serif);
  color: var(--vb-bordeaux-500, #61262A);
}
.crp_related ul,
ul.crp-list {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
  float: none !important;
  width: 100% !important;
}
.crp_related li,
.crp_related .crp-list-item {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  min-width: 0;
  position: relative;
  display: block;
}
.crp_related li a,
.crp_related .crp_link {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  background: var(--vb-surface, #fff);
  border: 1px solid var(--vb-border, #E6DFD6);
  border-radius: var(--vb-radius-lg, 14px);
  overflow: hidden;
  text-decoration: none !important;
  color: inherit;
}
.crp_related li img,
.crp_related .crp_thumb {
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  float: none !important;
  margin: 0 !important;
  border-radius: 0 !important;
}
.crp_related li .crp_title,
.crp_related span.crp_title {
  display: block;
  padding: 12px 14px 16px;
  font-size: 1rem;
  line-height: 1.35;
}

@media (max-width: 700px) {
  .vb-ar-grid,
  .crp_related ul,
  ul.crp-list {
    grid-template-columns: 1fr;
  }
}
