/* ========================================
   EBP Tarifs — Lignes tarifaires
   ======================================== */

.ebp-tarifs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.ebp-tarifs__row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 0;
}

.ebp-tarifs__label {
  font-size: 16px;
  font-weight: 400;
  color: #475569;
}

.ebp-tarifs__price {
  font-size: 16px;
  font-weight: 800;
  color: #0F172A;
  white-space: nowrap;
  margin-left: 16px;
}

.ebp-tarifs__footnote {
  font-size: 13px;
  font-weight: 400;
  color: #475569;
  margin: 4px 0 0;
  font-style: italic;
}
