/*
Theme Name: Montana Madness
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme generated from Montana Madness project.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

/* Fixed header — top offset lives here so Tailwind utilities cannot override it */
.tmt-site-header {
  top: 0;
}

.tmt-mobile-nav {
  top: 4rem;
}

/* WordPress admin bar: fixed elements ignore html margin-top, so offset explicitly */
body.admin-bar .tmt-site-header {
  top: 32px;
}

body.admin-bar .tmt-mobile-nav {
  top: calc(4rem + 32px);
}

body.admin-bar .scroll-mt-24 {
  scroll-margin-top: calc(6rem + 32px);
}

@media screen and (max-width: 782px) {
  body.admin-bar .tmt-site-header {
    top: 46px;
  }

  body.admin-bar .tmt-mobile-nav {
    top: calc(4rem + 46px);
  }

  body.admin-bar .scroll-mt-24 {
    scroll-margin-top: calc(6rem + 46px);
  }
}
