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

*, *::before, *::after { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
}

/* Prevent WordPress core / block theme bleed into the React app shell */
body {
  background: hsl(265 48% 7%);
  color: hsl(300 20% 96%);
}

#tmt-app {
  min-height: 100vh;
  isolation: isolate;
}

/* Reset common WordPress / plugin bleed */
body.tmt-theme-active #page,
body.tmt-theme-active .site,
body.tmt-theme-active .site-content,
body.tmt-theme-active .content-area {
  margin: 0;
  padding: 0;
  max-width: none;
}

body.tmt-theme-active .wp-site-blocks,
body.tmt-theme-active .entry-content,
body.tmt-theme-active .wp-block-post-content {
  margin: 0;
  padding: 0;
}

/* Hide default WP page content when block themes leak through */
body.tmt-theme-active .wp-site-blocks > :not(#tmt-app),
body.tmt-theme-active .entry-content > :not(#tmt-app) {
  display: none !important;
}

body.admin-bar #tmt-app {
  min-height: calc(100vh - 32px);
}

@media screen and (max-width: 782px) {
  body.admin-bar #tmt-app {
    min-height: calc(100vh - 46px);
  }
}
