/* Keep calculator metrics readable on tablet and phone screens. */
@media (max-width: 1100px) {
  .v723-results {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 14px !important;
  }
  .v723-results .v723-metric {
    min-height: 0 !important;
    padding: 22px !important;
  }
}
