/* PersonaScope 3.45 release-audit stabilization */
html,body,#app{max-width:100%;overflow-x:clip}
*,*::before,*::after{box-sizing:border-box}
img,svg,canvas,video{max-width:100%;height:auto}
.screen{min-width:0}
.screen.active{width:100%;max-width:100%}
button,input,select,textarea{max-width:100%}
.ps-audit-warning{display:none!important}
@supports not (overflow:clip){html,body,#app{overflow-x:hidden}}
