@use "../050-layout/basics/_layout_spacing-variables.scss" as spacing;

ul, ol, p {
	margin: .8em 0;
}

ol, ul {
	padding-left: spacing.$il-padding-xlarge-horizontal;
    list-style-image: none;//mantis #19613: stop the inheritance for nested list until specifically setted
}

ol ul, ul ol,
ul ul, ol ol {
	margin-top: 0;
	margin-bottom: 0
}

@media print {
	ul, ol, dl {
		page-break-before: avoid;
	}
}