/* Prices section — broad note, not a detailed price list. */

.prices__note {
  max-width: 44rem;
  background: var(--color-accent-soft);
  border: 1px solid var(--color-accent-strong);
  border-radius: var(--radius);
  padding: var(--space-3);
  color: var(--color-accent-ink);
}

.prices__note strong {
  font-weight: 700;
}
