/*
Theme Name: Find That Billboard
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: A custom WordPress theme built by The Free Website Guys for Find That Billboard — a modern landing experience with full Customizer control over content, colors, and media.
Version: 1.0.3
License: GNU General Public License v2 or later
Text Domain: tmt
*/

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; padding: 0; }

#tmt-app {
  --tmt-admin-offset: 0px;
}

body.admin-bar #tmt-app {
  --tmt-admin-offset: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar #tmt-app {
    --tmt-admin-offset: 46px;
  }
}

#tmt-app .tmt-site-header {
  top: var(--tmt-admin-offset) !important;
}

#tmt-app .tmt-mobile-nav-layer {
  top: calc(4rem + var(--tmt-admin-offset)) !important;
}
