/**
 * Visually hidden adjunct for `aria-describedby` on new-tab links (when theme lacks `.screen-reader-text`).
 */

.screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
