/* WHS Apps ONE — controlling eyebrow and heading standard v7.49. Loaded last on every page. */
:root { --one-eyebrow-on-dark: #B8E67C; --one-eyebrow-on-light: #3D681F; }
html body [data-one-role="eyebrow"] {
  font-family: Inter, sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.16em !important;
  text-transform: uppercase !important;
  font-style: normal !important;
  opacity: 1 !important;
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  text-shadow: none !important;
}
html body [data-one-role="eyebrow"][data-one-surface="dark"] { color: #B8E67C !important; -webkit-text-fill-color: #B8E67C !important; }
html body [data-one-role="eyebrow"][data-one-surface="light"] { color: #3D681F !important; -webkit-text-fill-color: #3D681F !important; }
@media (max-width: 768px) { html body [data-one-role="eyebrow"] { font-size: 13px !important; } }
