/* ------------------------------------------------------------------
   Wählhebel-Seiten: Produktbeschreibung unter den Teilenummern (_zusaetzliche_seo-angaben)
   Wird nur von includes/reparatur-wahlhebel.php geladen
   Symptome mit Blitz-Symbol (wie controlunits.com); FAQ nutzt .abs-faq
------------------------------------------------------------------ */
.produkt-beschreibung h3 {
	font-size: 18px;
	color: #BF1414;
	margin: 22px 0 10px 0;
}

/* Symptome als eigene, hervorgehobene Sektion */
.produkt-symptome-box {
	background: #f7f7f7;
	border-left: 4px solid #BF1414;
	padding: 16px 20px 10px 20px;
	margin: 22px 0;
}

.produkt-symptome-box h3 {
	margin: 0 0 10px 0;
	font-weight: bold;
}

.produkt-symptome-box h3::before {
	content: "\f071";
	font-family: 'FontAwesome';
	font-weight: normal;
	margin-right: 8px;
}

.produkt-symptome {
	list-style: none;
	margin: 0 0 6px 0;
	padding: 0;
}

.produkt-symptome li {
	position: relative;
	padding-left: 26px;
	margin: 6px 0;
}

.produkt-symptome li::before {
	content: "\f0e7";
	font-family: 'FontAwesome';
	color: #BF1414;
	position: absolute;
	left: 6px;
	top: 0;
}
