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

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

/* Interactive cursor */
a,
button,
[role="button"],
input[type="submit"],
input[type="button"],
input[type="reset"],
select,
label[for],
summary,
.cursor-pointer {
  cursor: pointer;
}

/* WordPress admin bar offset — fixed header lives inside #tmt-app */
@media screen and (min-width: 783px) {
  body.admin-bar #tmt-app {
    padding-top: 32px;
  }
  body.admin-bar #tmt-app header.fixed {
    top: 32px;
  }
}
@media screen and (max-width: 782px) {
  body.admin-bar #tmt-app {
    padding-top: 46px;
  }
  body.admin-bar #tmt-app header.fixed {
    top: 46px;
  }
}
