/*
Theme Name: Golden Touch Nursing Services
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme generated from Golden Touch Nursing Services 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; }

/* WordPress admin bar — offset fixed header below #wpadminbar (!important beats Tailwind .top-0) */
html.admin-bar #tmt-app header.fixed,
body.admin-bar #tmt-app header.fixed {
  top: 32px !important;
}
@media screen and (max-width: 782px) {
  html.admin-bar #tmt-app header.fixed,
  body.admin-bar #tmt-app header.fixed {
    top: 46px !important;
  }
}
/* Anchor scroll offset: header (5rem) + admin bar */
html.admin-bar,
body.admin-bar {
  scroll-padding-top: calc(5rem + 32px);
}
@media screen and (max-width: 782px) {
  html.admin-bar,
  body.admin-bar {
    scroll-padding-top: calc(5rem + 46px);
  }
}
/* FAQ sticky sidebar when admin bar is visible */
@media (min-width: 1024px) {
  html.admin-bar #tmt-app .lg\:sticky.lg\:top-28,
  body.admin-bar #tmt-app .lg\:sticky.lg\:top-28 {
    top: calc(7rem + 32px) !important;
  }
}
