.pdlr-bv-hero-sub {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255,255,255,0.7);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
}

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

/* ── GRILLE BOISSONS ── */

.pdlr-bv-card { border-top: 3px solid var(--gold); }
.pdlr-bv-card-img-placeholder { display: none; }

.pdlr-bv-card-body p {
  font-size: 0.8rem;
  font-weight: 300;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 0.5rem;
  text-align: center;
}

.pdlr-bv-card-footer {
  margin-top: auto;
  padding-top: 1.25rem;
  text-align: center;
}

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

.pdlr-bv-format {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--soft);
  margin-top: 0.5rem;
  text-align: center;
}

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