/* Cobranças da clínica — ver docs/frontend-css-guidelines.md §8. */
.patient-charges-page {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.patient-charges-page .app-form__form,
.patient-charges-page .app-form__panel {
  width: 100%;
  max-width: none;
}

/* Coluna de dinheiro só alinha com casas de largura fixa. */
.patient-charges-page td,
.patient-charges-page .montserrat {
  font-variant-numeric: tabular-nums;
}
