/*
Theme Name: Enhancement Institute Next
Theme URI: https://staging2.enhancement.institute
Author: Enhancement Institute
Description: Controlled WordPress translation of the approved Enhancement Institute redesign prototype.
Version: 0.5.42
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: ei-next
*/

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

.ei-next-form-unavailable :is(input, select, textarea, button):disabled {
  cursor: not-allowed;
  opacity: 0.72;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  position: fixed !important;
  z-index: 1000;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  margin: 0;
  padding: 12px 16px;
  clip: auto;
  overflow: visible;
  background: #f1eee8;
  color: #020811;
}

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

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