.adduse-pl {
	width: 100%;
}

.adduse-pl__title {
	margin: 0 0 16px;
}

.adduse-pl__list {
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	margin-left: 0;
	padding-left: 0;
}

.adduse-pl__item {
	margin: 0;
	padding: 0;
	list-style-type: inherit;
	list-style-position: inherit;
}

.adduse-pl__list:not(.adduse-pl__list--bulleted) > .adduse-pl__item::before,
.adduse-pl__list:not(.adduse-pl__list--bulleted) > .adduse-pl__item::marker {
	content: none;
	display: none;
}

.adduse-pl__item + .adduse-pl__item {
	margin-top: 8px;
}

.adduse-pl__link {
	display: inline-block;
	text-decoration: none;
	color: inherit;
	transition: color .2s ease;
}

.adduse-pl__link:hover,
.adduse-pl__link:focus-visible {
	text-decoration: none;
}
