/* Hide element from view but still accessible to screenreaders */
.visually-hidden {
	height: 1px;
	overflow: hidden;
	width: 1px;
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	white-space: nowrap;
}