/*
Theme Name: Major League Shine
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme generated from Major League Shine project.
Version: 1.1.0
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

/*
 * WordPress adds margin-top to html for the admin bar. With a fixed header
 * that already offsets via top, that margin creates a visible gap on mobile.
 */
html {
  margin-top: 0 !important;
  scroll-padding-top: 0;
}

#tmt-app {
  margin: 0;
  padding: 0;
}

body.admin-bar #tmt-app header {
  top: var(--wp-admin--admin-bar--height, 32px);
}

@media screen and (max-width: 782px) {
  body.admin-bar #tmt-app header {
    top: var(--tmt-admin-bar-height, var(--wp-admin--admin-bar--height, 32px));
  }
}

#wpadminbar {
  display: block !important;
  visibility: visible !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 99999 !important;
}
