/* Webux Zitat (field block) - frontend.
   Pixel-ported from the original .lv-ueber-uns-quote design. */
.webux-quote {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	text-align: center;
}

.webux-quote__stars {
	display: flex;
	gap: 6px;
}

.webux-quote__star {
	width: 18px;
	height: 18px;
	display: block;
}

.webux-quote__text {
	font-size: 28px;
	font-weight: 600;
	line-height: 1.15;
	letter-spacing: -0.56px;
	color: #1a1a1a;
	max-width: 860px;
	margin: 0;
}

.webux-quote__meta {
	font-size: 15px;
	font-weight: 500;
	color: #6b6661;
	margin: 0;
}

@media (max-width: 781px) {
	.webux-quote__text {
		font-size: 22px;
		letter-spacing: -0.44px;
	}
}
