/*
Theme Name: Sick People in Need EHS Community
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com
Version: 1.0.1
Text Domain: tmt
*/

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

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

img,
video {
  max-width: 100%;
  display: block;
}

button,
input,
select,
textarea {
  font: inherit;
}

a {
  text-decoration: none;
}

a,
button,
[role="button"],
summary,
label[for],
select,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"],
input[type="file"],
input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
}

a:disabled,
button:disabled,
[aria-disabled="true"],
input:disabled,
select:disabled {
  cursor: not-allowed;
}

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

/* Keep fixed UI below the WordPress admin bar (viewport-fixed ignores html margin-top). */
body.admin-bar #tmt-app header.fixed,
body.admin-bar #tmt-app .fixed.top-0 {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar #tmt-app header.fixed,
  body.admin-bar #tmt-app .fixed.top-0 {
    top: 46px;
  }
}
