/* Priority 10: bounded semantic and accessibility corrections. */
.visually-hidden {
  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;
}

.theme-links.visual-theme-links span {
  padding: 9px 13px;
  border: 1px solid var(--line-strong);
  font-family: Arial, Helvetica, sans-serif;
  font-size: .68rem;
  letter-spacing: .13em;
  text-transform: uppercase;
}
