/*
Theme Name: Wellpath Partners
Theme URI: https://thefreewebsiteguys.com
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Description: WordPress theme generated from Wellpath Partners 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: compensación del header fijo y anclas */
:root {
  --wp-admin-bar-height: 0px;
  --site-header-height: 3.5rem;
}

@media (min-width: 768px) {
  :root {
    --site-header-height: 4rem;
  }
}

html.admin-bar {
  margin-top: 0 !important;
  --wp-admin-bar-height: 32px;
}

@media screen and (max-width: 782px) {
  html.admin-bar {
    --wp-admin-bar-height: 46px;
  }
}

[id] {
  scroll-margin-top: calc(var(--site-header-height) + var(--wp-admin-bar-height));
}
