/* HLB V5.4.2v - iPhone PWA navigation safety */
@media (display-mode: standalone) and (max-width:900px){
  html.hlb-keepalive-ready body,
  html.hlb-keepalive-ready main {
    -webkit-tap-highlight-color: transparent;
  }

  body:not(.hlb-post-menu-open):not(.hlb-message-context-open) main {
    pointer-events:auto;
  }
}
