/*
Theme Name: MegaWise Industrial
Theme URI: https://megawise.co.za/
Author: MegaWise Industrial
Description: Exact-presentation WordPress theme for the MegaWise Industrial React website.
Version: 1.0.2
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 7.4
License: GNU General Public License v2.0 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: megawise-industrial
*/

/* Prevent a white flash while WordPress loads the React application. */
html,
body.megawise-react-theme {
  background: #1C1C1E;
}

/* Keep the fixed React navigation visible below the WordPress admin toolbar. */
body.admin-bar #root > header[role="banner"],
body.admin-bar #root > .fixed.inset-0 {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar #root > header[role="banner"],
  body.admin-bar #root > .fixed.inset-0 {
    top: 46px;
  }
}
