/*
Theme Name: The EBG Theme
Theme URI: https://theebg.com
Author: EBG Group
Description: Custom WordPress theme for EBG Group, featuring scalable brands, investment opportunities, and a modern glassmorphism UI.
Version: 1.0.0
Text Domain: the-ebg-theme
*/

/* Desktop screens (Admin bar height is 32px) */
body.admin-bar .site-header {
    top: 32px !important;
}

body.admin-bar .brandmark {
    top: 47px !important; /* 15px default + 32px admin bar */
}

/* Tablet & Mobile screens (Admin bar height is 46px on <= 782px) */
@media screen and (max-width: 782px) {
    body.admin-bar .site-header {
        top: 46px !important;
    }

    body.admin-bar .brandmark {
        top: 59px !important; /* 13px mobile default + 46px admin bar */
    }
}