/* LawyerPro — global mobile-friendly base.
   Loaded by every page via <link rel="stylesheet" href="css/mobile.css">. */

* { -webkit-tap-highlight-color: transparent; }

html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/* Stop iOS Safari from zooming the page when an input is focused. */
input, select, textarea {
  font-size: 16px;
}

/* Bigger, finger-friendly tap targets on touch screens only. */
@media (hover: none) and (pointer: coarse) {
  a, button, select,
  input[type="checkbox"], input[type="radio"], input[type="submit"] {
    min-height: 44px;
  }
  a { display: inline-flex; align-items: center; }
}

/* Respect notched phones / home indicators. */
@supports (padding: env(safe-area-inset-bottom)) {
  body {
    padding-bottom: env(safe-area-inset-bottom);
  }
  nav.fixed.bottom-0 {
    padding-bottom: env(safe-area-inset-bottom);
  }
}
