/* HerClarity mobile in-app browser safe area.
   Keeps public/auth/application/verification actions above iOS Safari and embedded-browser bottom chrome. */
@media (max-width:430px){
  .screen:not(.with-nav){
    padding-bottom:calc(132px + env(safe-area-inset-bottom,0px))!important;
  }
  .screen:not(.with-nav) > .btn,
  .screen:not(.with-nav) form > .btn,
  .screen:not(.with-nav) .panel > .btn{
    position:relative;
    z-index:1;
  }
}
