/*
Theme Name: Key Legal Operations
Theme URI: https://keylegaloperations.com/
Author: The Free Website Guys
Author URI: https://thefreewebsiteguys.com/
Description: React-powered marketing theme for Key Legal Operations LLC.
Version: 1.2.3
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tmt
*/

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

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Switzer", ui-sans-serif, system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

/* Logo sizing — unlayered so it beats Tailwind layers; fixes giant logo overlap */
#tmt-app .tmt-logo,
.tmt-logo {
  display: block;
  height: 2.5rem;
  width: auto;
  max-width: 11rem;
  max-height: 3rem;
  object-fit: contain;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  #tmt-app .tmt-logo,
  .tmt-logo {
    height: 3rem;
    max-width: 13rem;
  }
}

#tmt-app img:not(.tmt-logo) {
  max-width: 100%;
  height: auto;
}

#tmt-app video {
  max-width: 100%;
}

.tmt-site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
}

body.admin-bar .tmt-site-header {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .tmt-site-header {
    top: 46px;
  }
}

.tmt-header-bar {
  min-height: 4.5rem;
  display: flex;
  align-items: center;
}

#tmt-app a[href],
#tmt-app button:not(:disabled),
#tmt-app [role="button"],
#tmt-app label[for],
#tmt-app select,
#tmt-app summary,
#tmt-app .cursor-pointer {
  cursor: pointer;
}

#tmt-app button:disabled {
  cursor: not-allowed;
}
