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

	&:focus {
		z-index: 100000;
		display: block;
		top: 5px;
		left: 5px;
		width: auto;
		height: auto;
		font-size: 0.875rem;
		font-weight: 700;
		line-height: normal;
		text-decoration: none;
		color: #21759b;
		padding: 15px 23px 14px;
		clip-path: none;
		clip: auto !important;
		border-radius: 3px;
		background-color: #f1f1f1;
		box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	}
}