/* Make Drupal external icon screen reader visible only */
.ext svg,
.mailto svg {
  position: absolute !important;
  left: -999em !important;
  right: auto;
  transform: unset !important;
}
