/* Link Manager — accessibility hint for the new-tab pass.
   Own file on purpose: modal.css is edited live (brand colors) and must not be clobbered
   by plugin deploys. Screen readers announce "(opens in a new tab)"; sighted users see nothing. */
.lr-newtab-hint {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}
