/* Ehrenamt-Widgets sollen in Flexbox-Containern die volle Breite einnehmen
   (Flex-Items sind sonst width:auto und schrumpfen auf Inhaltsbreite). */
.elementor-widget-brkea-fakten,
.elementor-widget-brkea-liste,
.elementor-widget-brkea-eigenschaften,
.elementor-widget-brkea-testimonial-tags,
.elementor-widget-brkea-testimonial-fakten {
	width: 100%;
}

/* Ehrenamt: Testimonial Tags (Elementor-Widget brkea-testimonial-tags) */

.brkea-testimonial-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.brkea-testimonial-tag {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background-color: #002D55;
	color: #fff;
	border-radius: 100px;
	padding: 6px 16px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
	white-space: nowrap;
}
.brkea-testimonial-tag__icon {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
}

/* Ehrenamt: Dabei seit Box [brkea_dabei_seit] */

.brkea-dabei-seit {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	gap: 4px;
}

.brkea-dabei-seit__zahl {
	font-size: 3em;
	font-weight: 700;
	line-height: 1;
}

.brkea-dabei-seit__label {
	font-size: 0.95em;
	line-height: 1.3;
}

/* Ehrenamt: Testimonial Fakten (Elementor-Widget brkea-testimonial-fakten) */

.brkea-tfakten {
	display: flex;
	flex-direction: column;
	gap: 12px;
	width: 100%;
}

.brkea-tfakt {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
	align-items: baseline;
}

.brkea-tfakt__label {
	color: #6b7280;
	font-size: 0.9em;
}

.brkea-tfakt__wert {
	font-weight: 600;
	color: #1a1a2e;
}

/* Ehrenamt: Faktenraster (Elementor-Widget brkea-fakten) */

.brkea-fakten {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	width: 100%;
}

/* Karte: zwei Spalten – Icon links, Body (Label + Wert) rechts. */
.brkea-fakt {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 10px;
	min-width: 0;
	padding: 20px;
	border-radius: 24px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.28);
}

.brkea-fakt__icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.brkea-fakt__icon svg {
	display: block;
}

/* Body: Label über Inhalt. */
.brkea-fakt__body {
	display: flex;
	flex-direction: column;
	gap: 4px;
	min-width: 0;
}

/* Der HTML-Tag ist im Widget einstellbar (span/h2-h6/p/div). Damit die Karte
   bei einem Überschriften- oder Absatz-Tag exakt gleich aussieht, werden die
   Eigenschaften, die Browser und Theme dort mitbringen, hier neutralisiert:
   margin, Zeilenhoehe und Schriftfamilie. Die Groesse steht ohnehin fest --
   0.8em bezieht sich auf die geerbte Schriftgroesse, nicht auf die Vorgabe
   des jeweiligen Tags. */
.brkea-fakt__label {
	display: block;
	margin: 0;
	font-family: inherit;
	font-size: 0.8em;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	opacity: 0.7;
}

.brkea-fakt__wert {
	font-size: 1em;
	line-height: 1.45;
	overflow-wrap: anywhere;
}

/* Variante „Icon über Text" (Icon-Position = column): Body zentrieren. */
.brkea-fakt[style*="column"] .brkea-fakt__body {
	width: 100%;
}

/* Ehrenamt: Liste (Elementor-Widget brkea-liste) */

.brkea-iconliste {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.brkea-iconliste__item {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 10px;
	margin: 0;
}

.brkea-iconliste__icon {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1.45;
	color: #e2001a;
}

.brkea-iconliste__icon svg {
	display: block;
}

.brkea-iconliste__text {
	line-height: 1.45;
	overflow-wrap: anywhere;
}

/* Ehrenamt: Eigenschaften (Elementor-Widget brkea-eigenschaften) */

.brkea-eigenschaften {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.brkea-skala-label {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	font-weight: 600;
	margin-bottom: 6px;
	font-size: 14px;
}

.brkea-skala-label .brkea-skala-wert {
	color: #6b7280;
	font-weight: 500;
}

.brkea-skala-steps {
	display: flex;
	gap: 6px;
}

.brkea-skala-step {
	flex: 1;
	height: 8px;
	border-radius: 4px;
	background: #e3e5e9;
}

.brkea-skala-step.is-on {
	background: #e2001a;
}

/* Editor-Hinweis bei leerem Raster (nur Backend sichtbar). */
.brkea-fakten-leer {
	padding: 12px 16px;
	border: 1px dashed #c3c4c7;
	border-radius: 4px;
	color: #646970;
	font-size: 0.9em;
}
