
/* Static recovery additions: keeps historical Wix SSR layout but removes runtime dependencies. */
html{scroll-behavior:smooth} body{margin:0}
wix-dropdown-menu,wix-image,wix-video{display:block}
img{max-width:100%}
.recovery-form-note{font:12px Arial,sans-serif;color:#777;margin-top:8px}
@media(max-width:760px){
  body{overflow-x:auto}
  #SITE_CONTAINER{min-width:980px;transform-origin:top left}
}
