/* Keep mobile form controls at the browser's no-zoom threshold. */
@media (max-width: 720px) {
  body.public-home[data-public-view="calculator"] input:not([type="radio"]):not([type="checkbox"]),
  body.public-home[data-public-view="calculator"] select,
  body.public-home[data-public-view="calculator"] textarea {
    font-size: 16px !important;
  }
}
