/* Loaded only for languages other than Simplified and Traditional Chinese.
   Keep analytics running while suppressing both Baidu Bridge and AiFanFan.
   AiFanFan mounts asynchronously under aff-im-root; hide the root and its
   descendants so injected styles cannot make a delayed window visible. */
#aff-im-root,
#aff-im-root *,
#newBridge,
#nb_invite_wrap,
#nb_icon_wrap,
#nb_nodeboard,
#nb_mobile_invite_wrap {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
}
