/* Fallback only: keep Live Nick names visible in browsers that cannot clip a background to text.
   Modern browsers retain the animated GIF rules generated by the Live Nick add-on. */
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  [class*="bgif_"] {
    background: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    -webkit-text-fill-color: #f7f7f7 !important;
    color: #f7f7f7 !important;
    text-shadow: 0 1px 2px rgba(0,0,0,.75);
  }
}