/* Google-Bewertungen im Frontend.
   Farben und Schriften folgen dem Theme: Cardo fuer die Ueberschrift,
   Altrosa #e3c1d1 fuer Linien, #ad8894 fuer den Button, #810045 als Akzent. */

.bms-bew-block {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 18px;
	text-align: center;
}

.bms-bew-titel {
	font-family: 'Cardo', serif;
	font-size: 2.4rem;
	font-weight: 800;
	line-height: 1.2em;
	color: #000;
	text-align: center;
	margin: 0 0 12px;
	text-wrap: balance;
}

/* Gesamtwertung ueber den Karten */
.bms-bew-gesamt {
	margin: 0 0 36px;
	font-size: 17px;
	color: #616161;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: center;
	gap: 8px;
}

.bms-bew-gesamt strong {
	font-weight: 700;
	color: #000;
	font-size: 20px;
}

.bms-bew-sterne {
	color: #e0a80d;
	letter-spacing: 2px;
	line-height: 1;
	white-space: nowrap;
}

/* Karten */
.bms-bew-karten {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 24px;
	text-align: left;
}

.bms-bew-karte {
	flex: 1 1 300px;
	max-width: 420px;
	margin: 0;
	padding: 26px 28px 22px;
	background: #fff;
	border: 1px solid #e3c1d1;
	box-shadow: 0 0 5px rgba(0, 0, 0, .15);
	display: flex;
	flex-direction: column;
}

.bms-bew-karte .bms-bew-sterne {
	font-size: 18px;
	margin-bottom: 14px;
}

.bms-bew-karte blockquote {
	margin: 0 0 18px;
	padding: 0;
	border: 0;
	font-size: 17px;
	line-height: 1.6;
	font-style: italic;
	color: #333;
	flex: 1 1 auto;
}

.bms-bew-karte figcaption {
	border-top: 1px solid #efefef;
	padding-top: 12px;
	font-size: 13px;
	color: #616161;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: baseline;
}

.bms-bew-name {
	font-weight: 700;
	color: #810045;
	text-transform: uppercase;
	letter-spacing: .04em;
}

.bms-bew-karte time {
	color: #8a8a8a;
}

/* Button */
.bms-bew-aktion {
	margin: 40px 0 0;
}

/* Kurze Zeile - ersetzt die frueher fest eingetippte Angabe */
.bms-bew-kurz {
	text-align: center;
	color: #616161;
}

.bms-bew-kurz a {
	text-decoration: none;
	color: #616161;
}

.bms-bew-kurz a:hover {
	text-decoration: underline;
}

@media (max-width: 800px) {
	.bms-bew-titel {
		font-size: 1.8rem;
	}

	.bms-bew-karte {
		flex: 1 1 100%;
		max-width: 100%;
		padding: 22px 20px 18px;
	}
}
