.tpl-list-number {
	&:has(strong) {
		margin-bottom: 15px;

		li {
			&::marker {
				font-weight: bold;
			}
			& + & {
				margin-top: 15px;
			}
		}
	}
}