/* Mobile-first tweaks layered on top of Bootstrap 5 defaults. */

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

/* Larger touch targets on small screens (Section 45) */
@media (max-width: 576px) {
  .btn {
    min-height: 44px;
  }
  .form-control,
  .form-select {
    min-height: 44px;
    font-size: 1rem; /* avoid iOS zoom-on-focus below 16px */
  }
}

.card {
  border: 1px solid rgba(0, 0, 0, 0.08);
}
