/*
 Theme Name:   Test by Bricks Library
 Theme URI:    https://test.brickslibrary.com/
 Description:  Testing
 Template:     bricks
 Author:       Bricks Library
 Author URI:   https://brickslibrary.com
*/



/* Link Wrapper */
.not-set a::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
}

/* Screen Reader Only */
.not-set {  
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
}