span.lock_icon::before {
	float: none;
	display: inline-block;
	font-size: 75%;
	line-height: 1.5;
	margin: 0;
}

.lock_icon.blue_lock::before {
	color: var(--teal);
	content: "\f023";
}

.lock_icon.green_lock::before {
	color: var(--green);
	content: "\f023";
}

.lock_icon.red_lock::before {
	color: var(--red);
	content: "\f09c";
}
