
ul.operations {
	list-style: none;
	text-align: right;
	font-size: 0.9rem;
}

ul.operations li {
	padding: 0.25rem 0;
}


.text-formatted ul li,
.text-formatted ol li {
	padding-left: 0.5rem;
	margin-bottom: 0.5rem;
}

.text-formatted ul li p,
.text-formatted ol li p {
	margin-bottom: 0.5rem;
}

.text-formatted ol li::marker {
  content: "(" counter(list-item) ")"; /* https://www.smashingmagazine.com/2019/07/css-lists-markers-counters/ */
}
