/* Keep the restored chat clear of mobile registration and consent controls. */
body:has(.st-consent:not([hidden])) #ask-showtime-widget{visibility:hidden}
@media(max-width:767px){
  body.st-has-buy-bar #ask-showtime-widget{bottom:max(88px,calc(76px + env(safe-area-inset-bottom)))!important;--showtime-clearance:190px}
}
