:root{}
/* Screen-reader-only utility (scoped to our class) */
.pn-a11y-sr-only{
  position:absolute !important;
  width:1px !important;
  height:1px !important;
  padding:0 !important;
  margin:-1px !important;
  overflow:hidden !important;
  clip:rect(0,0,0,0) !important;
  white-space:nowrap !important;
  border:0 !important;
}

/* Strong, consistent focus ring without touching html/body */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
[role="button"]:focus-visible{
  outline: 2px solid currentColor !important;
  outline-offset: 3px !important;
}

/* Contrast bump for the specific flagged header text area (very targeted) */
.whb-row.whb-general-header .nav-link-text{
  color: #ffffff !important;
  text-shadow: 0 1px 1px rgba(0,0,0,.35);
}
