/* ARKE public mobile polish.
   This layer is intentionally scoped to the standalone public route so the
   approved visual runtime and editor preview remain untouched. */

@media (max-width: 760px) {
  html.arke-standalone-public .pv-lockupFloat {
    display: none !important;
  }

  html.arke-standalone-public .clientScroll {
    padding-bottom: max(32px, env(safe-area-inset-bottom)) !important;
  }
}
