@mixin d2l-offscreen() {

	$offset: -10000px;

	height: 1px;
	inset-inline-start: $offset;
	left: $offset;
	overflow: hidden;
	position: absolute !important;
	white-space: nowrap;
	width: 1px;

	[dir="rtl"] & {
		left: auto;
		right: $offset;
	}

}
