/* Emergency hide for hosting notice banners */
div[class*="godaddy"], 
div[id*="godaddy"],
body > div:first-child[style*="background"] {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important;
}