/* Keep Ask ONE anchored to the viewport while the page scrolls. */
html body .ask-one-shell{
  position:fixed!important;
  right:max(16px,env(safe-area-inset-right))!important;
  bottom:max(18px,env(safe-area-inset-bottom))!important;
  left:auto!important;
  top:auto!important;
  z-index:2147483000!important;
  transform:none!important;
}
html body .ask-one-panel{
  position:absolute!important;
  right:0!important;
  bottom:calc(100% + 12px)!important;
  z-index:2147483001!important;
}
@media(max-width:700px){
  html body .ask-one-shell{
    right:max(12px,env(safe-area-inset-right))!important;
    bottom:max(82px,calc(72px + env(safe-area-inset-bottom)))!important;
  }
  html body .ask-one-panel{bottom:calc(100% + 10px)!important}
}
