/* Styles specific to Hotwire Native (Android/iOS) apps */

/* Reset select styling for native pickers */
.native-app select.select {
  appearance: auto;
  -webkit-appearance: menulist;
  background-image: none;
}

/* Hide web-only elements in native app (native chrome handles navigation) */
.native-app .web-navbar,
.native-app .web-only {
  display: none;
}

/* Show native-app-only elements only in native app */
.native-app .native-app-only {
  display: block;
}
