/*
	Written by Artem K.
	https://www.github.com/goodguyartem
*/

.terms {
	list-style-position: inside;
	padding-left: 0;
}

.terms > li {
	color: var(--blue0);
	text-transform: uppercase;
	margin: 100px 0;
}

.terms ol,
.terms ul {
	padding-left: 1em;
}

.terms ul * {
	text-transform: none;
	list-style: "-  ";
	line-height: normal;
}

.terms ul :not(address, a) {
	color: black;
}

.terms ul :first-child {
	margin-top: 0.5em;
}

.terms address {
	margin: 16px 0;
}

.email-with-icon::before {
	content: "📩" / "";
}

.phone-with-icon::before {
	content: "📞" / "";
}