/**
 * MR Stiff Product Manual Tab — Advantages / Benefits list styles.
 */

.mspmt-advantages {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mspmt-advantages__item {
	position: relative;
	padding: 6px 0 6px 28px;
	line-height: 1.5;
}

.mspmt-advantages__item::before {
	content: "";
	position: absolute;
	left: 2px;
	top: 50%;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	/* Inline green check so no external asset is required. */
	background-image: url( "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%2334a853' d='M10 0a10 10 0 100 20 10 10 0 000-20zm-1.2 14.6l-4-4 1.4-1.4 2.6 2.6 5.6-5.6L15.4 7l-6.6 7.6z'/%3E%3C/svg%3E" );
}
