/*
 * Admin-bar masthead z-index fix.
 * Migrated 2026-05-14 from Custom CSS+JS snippet 10677 ("Banner css", 140 B).
 */
@media screen and (max-width: 1024px) {

    .admin-bar header#masthead {

        top: auto !important;

        z-index: 999999;

    }

}
