/* Title override — conserverie uses larger bottom spacing */
.pdlr-title { margin-bottom: 2rem; }


/* ── SECTION — padding max() aligne le titre avec la grille à 1100px ── */
.pdlr-section { padding: 5rem max(4rem, calc((100% - 1100px) / 2)); }

/* ── GRILLE ── */

/* ── CARTE ── */
.pdlr-cv-card { border-top: 3px solid var(--gold); }
.pdlr-cv-card-img-placeholder { display: none; }

.pdlr-cv-card-body p {
  font-size: 0.82rem;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.65;
}

.pdlr-cv-prix-value {
  display: block;
  font-family: var(--ff-display);
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--teal);
  margin-top: auto;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(13,34,51,0.07);
  text-align: center;
}

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .pdlr-cv-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 520px) {
  .pdlr-cv-grid { grid-template-columns: 1fr; }
}
