/*
 * The firm's own fee-unit page (PRE-82). Stone world, like the other reference pages: this is a
 * number a lawyer consults, not part of the conversation.
 *
 * The value is the one thing the page exists to state, so it reads at display size with tabular
 * figures; everything else is supporting detail.
 */

.fee-unit__value {
  font-size: var(--step-4);
  font-variant-numeric: tabular-nums;
  margin: 0.75rem 0;
}

.fee-unit__vigencia {
  color: var(--muted);
}

.fee-unit__note {
  border-left: 2px solid var(--muted);
  padding-left: 0.75rem;
  color: var(--muted);
}
