/* Standard WordPress screen-reader-text pattern.
 * Only needed if the active theme does not define this class.
 * Disable with: add_filter( 'lsrt_enqueue_frontend_css', '__return_false' ); */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}
