/**
 * Shared mobile / WebView safety — imported conceptually by profile layouts.
 * Profiles duplicate key rules so each file is standalone (no @import needed).
 */
html.mobile-device,
html.mobile-device body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

html.mobile-device .full-page {
  max-width: 100%;
  box-shadow: none;
}

html.tg-webview,
html.tg-webview body {
  overscroll-behavior-y: none;
}

html.tg-webview .phone-button,
html.ios-device .phone-button {
  -webkit-appearance: none;
  appearance: none;
  touch-action: manipulation;
}
