/* Bewertungskarte (acf/review) */
.review {
	border-radius: var(--boho-radius-lg);
	border: 1px solid var(--boho-violet-line);
	box-shadow: var(--boho-shadow);
	overflow: hidden;
}

.review__card,
.review .card {
	background: linear-gradient(170deg, var(--boho-violet-soft) 0%, #fff 60%);
}

.review__table-title,
.review .table__title {
	color: var(--boho-violet);
	font-weight: 700;
}

.review__pros li::marker,
.review__cons li::marker {
	color: var(--boho-accent);
}

.review .accent-button {
	border-radius: 999px;
}
