/*
 * Turbo Native-specific styles
 * Applied when the app is running inside the iOS native shell.
 * The native navigation bar handles titles and back buttons,
 * so we hide redundant web-only UI elements.
 */

.turbo-native .web-only {
  display: none !important;
}

/* Hide back links — native nav bar provides back button */
.turbo-native .back-link {
  display: none !important;
}

/* Reduce top spacing since native nav bar sits above the content */
.turbo-native .container {
  padding-top: 0.5rem;
}
