Custom CSS Master
/* Mobile Header Fix – S6.3 */
.custom-logo { max-width: 120px !important; height: auto !important; }
.mobile-site-branding .site-title-wrap { display: none !important; }
@media (max-width: 767px) {
.site-main-header-inner-wrap { min-height: 60px !important; }
.mobile-toggle-open-container .menu-toggle-open { padding: 0.5em 0.8em !important; }
}
@media (max-width: 1024px) {
#masthead { background: #ffffff !important; }
#mobile-drawer { max-width: 85% !important; }
}
