/* Hides the top notice banner completely */
#topNotice,
.top-notice {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
}
