/**
 * Dashboard product view: Key Features / Technical Specifications HTML blocks.
 */
.cad-key-features-content ul,
.cad-technical-specifications-content ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

.cad-key-features-content ul li,
.cad-technical-specifications-content ul li {
	position: relative;
	padding-left: 2.25rem;
	margin-bottom: 8px;
	line-height: 1.8;
	color: #374151;
}

.cad-key-features-content ul li::before,
.cad-technical-specifications-content ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.35em;
	width: 1.25rem;
	height: 1.25rem;
	background: url("../images/cad-list-bullet.svg") center / contain no-repeat;
}
