/* Custom theme styles here */
body.admin-bar .site-header {
    margin-top: 32px; /* or padding-top if needed */
}

@media screen and (max-width: 782px) {
    body.admin-bar .site-header {
        margin-top: 46px; /* taller bar on mobile */
    }
}
