/* Top Header Bar – Minimal CSS (most styles are inline in PHP) */

/* High contrast images fix */
body.thb-high-contrast img,
body.thb-high-contrast video,
body.thb-high-contrast iframe {
    filter: invert(1) hue-rotate(180deg) !important;
}





/* Responsive tweaks */
@media (max-width: 600px) {
    #thb-bar { padding: 0 0px !important; font-size: 11px !important; margin-bottom:-80px!important;}
    #thb-date, #thb-time { font-size: 11px !important; }
}
