/**
 * Elementor / frontend shortcodes only (.cad-product-features-frontend).
 * 20px type, white text and list bullet icons.
 */
.cad-product-features-frontend {
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
}

.cad-product-features-frontend .cad-key-features-content,
.cad-product-features-frontend .cad-technical-specifications-content {
	color: #fff;
	font-size: 20px;
}

.cad-product-features-frontend .cad-key-features-content p,
.cad-product-features-frontend .cad-technical-specifications-content p,
.cad-product-features-frontend .cad-key-features-content li,
.cad-product-features-frontend .cad-technical-specifications-content li,
.cad-product-features-frontend .cad-key-features-content span,
.cad-product-features-frontend .cad-technical-specifications-content span,
.cad-product-features-frontend .cad-key-features-content strong,
.cad-product-features-frontend .cad-technical-specifications-content strong,
.cad-product-features-frontend .cad-key-features-content em,
.cad-product-features-frontend .cad-technical-specifications-content em,
.cad-product-features-frontend .cad-key-features-content h1,
.cad-product-features-frontend .cad-key-features-content h2,
.cad-product-features-frontend .cad-key-features-content h3,
.cad-product-features-frontend .cad-key-features-content h4,
.cad-product-features-frontend .cad-technical-specifications-content h1,
.cad-product-features-frontend .cad-technical-specifications-content h2,
.cad-product-features-frontend .cad-technical-specifications-content h3,
.cad-product-features-frontend .cad-technical-specifications-content h4 {
	color: #fff;
	font-size: 20px;
}

.cad-product-features-frontend .cad-key-features-content a,
.cad-product-features-frontend .cad-technical-specifications-content a {
	color: #fff;
}

.cad-product-features-frontend .cad-key-features-content ul li,
.cad-product-features-frontend .cad-technical-specifications-content ul li {
	color: #fff;
	font-size: 20px;
	padding-left: 3rem;
}

.cad-product-features-frontend .cad-key-features-content ul li::before,
.cad-product-features-frontend .cad-technical-specifications-content ul li::before {
	width: 32px;
	height: 32px;
	top: 0.1em;
	filter: brightness(0) invert(1);
}
