/* Two visible formats; no horizontal pricing carousel. */
#tarifs .pricing-v85__controls { display: none !important; }
#tarifs .pricing-v84__cards,
.composer .tour-builder-form .package-grid {
  display: grid; grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem; overflow: visible; scroll-snap-type: none;
}
#tarifs .price-card-v84, .composer .package-card { min-width: 0; width: auto; }
#tarifs del, .package-card del { font-size: .75em; opacity: .65; font-weight: 400; }
.package-card dl { margin-top: 1rem; }
.package-card dl > div { display: flex; justify-content: space-between; gap: .5rem; margin: .5rem 0; }
.package-card dd { margin: 0; font-weight: 700; }
.choice-card select { width: 100%; min-height: 44px; font: inherit; }
@media (max-width: 640px) {
  #tarifs .pricing-v84__cards, .composer .tour-builder-form .package-grid { grid-template-columns: 1fr; }
  #tarifs .price-card-v84, .composer .tour-builder-form .package-card { min-height: 0; flex: none; }
}
