.bg-blue {
	background: linear-gradient(135deg, #d2e3f3 0%, #eff5f9 100%);
}

.button-pill {
	border-radius: 1em;
}

.terms-list li{
	padding-top: 0.35em;
	padding-bottom: 0.35em;
}
.compound-item-list.list {
	margin-top: 1em;
}

span.typography-body-reduced-tight{
	color:#888888;
}


/* DARK MODE */
	body[data-color-scheme="dark"].dmf .bg-blue {background: linear-gradient(135deg, #273b4e 0%, #021826 100%);}