.exploit-info-review h1 {
	font-size: 1.5rem;
	font-weight: 600;
	color: white;
	margin-top: 1.5rem;
}

.exploit-info-review h2 {
	font-size: 1.25rem;
	font-weight: 600;
	color: white;
	margin-top: 1.25rem;
}

.exploit-info-review h3 {
	font-size: 1.125rem;
	font-weight: 600;
	color: white;
}

.exploit-info-review strong {
	color: rgb(var(--primary));
	font-weight: 600;
}

.exploit-info-review ul {
	padding-left: 1.25rem;
	list-style: disc;
}

.exploit-info-review li::marker {
	color: rgb(var(--primary));
}
