/* Florale Events – Öffentliches Styling (kurze Listen + Einzelseite) */
.florale-events-root,
.florale-ev-single-wrap {
	--fl-ev-accent: #2d3a2d;
	--fl-ev-text: #1a1a1a;
	--fl-ev-muted: #5c6b5c;
	--fl-ev-card-bg: #fff;
	--fl-ev-radius: 14px;
	--fl-ev-cols: 2;
	--fl-ev-gap: 24px;
	--fl-ev-bw: 0px;
	--fl-ev-bcol: rgba(0,0,0,0.08);
	--fl-ev-sh: 0 12px 40px rgba(0,0,0,0.1);
	--fl-ev-poster-ar: 3/4;
	color: var(--fl-ev-text);
}
.florale-events-empty {
	margin: 0;
	padding: 1.25em 0;
	color: var(--fl-ev-muted, #666);
	font-size: 1.05em;
}
.florale-events-grid {
	display: grid;
	grid-template-columns: repeat( var( --fl-ev-cols, 2 ), minmax(0, 1fr) );
	gap: var( --fl-ev-gap, 24px );
}
@media (max-width: 720px) {
	.florale-events-grid { grid-template-columns: 1fr; }
}
.florale-event-card {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 110px) 1fr auto;
	align-items: start;
	gap: 1em 0.9em;
	padding: 0.9em 0.9em 0.9em 0.9em;
	margin: 0;
	text-decoration: none;
	color: inherit;
	background: var( --fl-ev-card-bg, #fff );
	border-radius: var( --fl-ev-radius, 14px );
	border: var( --fl-ev-bw, 0px ) solid var( --fl-ev-bcol, rgba(0,0,0,0.08) );
	box-shadow: var( --fl-ev-sh, 0 0 0 transparent );
	transition: transform 0.18s ease, box-shadow 0.2s ease;
}
.florale-event-card:hover,
.florale-event-card:focus-visible {
	transform: translateY( -2px );
	box-shadow: 0 16px 50px rgba(0,0,0,0.12);
	text-decoration: none;
	color: inherit;
	outline: 2px solid var( --fl-ev-accent, #2d3a2d );
	outline-offset: 2px;
}
.florale-ev-datum {
	grid-column: 1 / -1;
	margin: 0 0 0.15em 0;
	font-size: 0.82em;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: var( --fl-ev-accent, #2d3a2d );
	font-weight: 700;
}
.florale-ev-poster {
	width: 100%;
	min-width: 0;
	background: #f0f0ec;
	border-radius: calc( var( --fl-ev-radius, 14px ) * 0.5 );
	overflow: hidden;
	aspect-ratio: var( --fl-ev-poster-ar, 3/4 );
}
.florale-ev-poster-img,
.florale-ev-poster img,
.florale-event-card .florale-ev-poster .florale-ev-poster-img {
	width: 100% !important;
	height: 100% !important;
	display: block;
	object-fit: cover;
}
.florale-ev-poster-ph {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	opacity: 0.3;
}
.florale-ev-body { min-width: 0; }
.florale-ev-title {
	font-size: 1.15em;
	font-weight: 800;
	display: block;
	margin-bottom: 0.35em;
	color: var( --fl-ev-text, #1a1a1a );
	line-height: 1.25;
}
.florale-ev-times {
	margin: 0 0 0.3em 0;
	font-size: 0.92em;
}
.florale-ev-times .florale-ev-d { margin-right: 0.75em; }
.florale-ev-loc {
	margin: 0;
	font-size: 0.92em;
	color: var( --fl-ev-muted, #5c6b5c );
}
.florale-ev-chev {
	align-self: center;
	color: var( --fl-ev-accent, #2d3a2d );
	font-size: 1.25em;
}

/* ——— Einzelseite ——— */
.florale-ev-article { max-width: 880px; margin: 0 auto; padding: 0 0 2.5rem; }
.florale-ev-herorow {
	display: grid;
	grid-template-columns: minmax(0, 280px) minmax(0, 1fr);
	gap: 1.75em;
	padding-top: 1.25em;
}
@media (max-width: 820px) {
	.florale-ev-herorow { grid-template-columns: 1fr; }
}
.florale-ev-hero,
.florale-ev-hero-ph {
	border-radius: var( --fl-ev-radius, 14px );
	background: #ededea;
}
.florale-ev-hero-ph {
	width: 100%;
	aspect-ratio: var( --fl-ev-poster-ar, 3/4 );
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3.5rem;
	color: #bbb;
}
.florale-ev-hero {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}
.florale-ev-kicker {
	margin: 0 0 0.25em 0;
	font-size: 0.85em;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: var( --fl-ev-accent, #2d3a2d );
}
.florale-ev-h1 {
	margin: 0 0 0.35em 0;
	font-size: clamp(1.6rem, 3vw, 2.1rem);
	line-height: 1.15;
}
.florale-ev-sub {
	margin: 0 0 0.5em 0;
	font-size: 1.1em;
	color: var( --fl-ev-muted, #5c6b5c );
}
.florale-ev-meta {
	list-style: none;
	margin: 0 0 0.5em 0;
	padding: 0;
}
.florale-ev-meta li { margin: 0.2em 0; }
.florale-ev-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 0.5em; margin: 0.5em 0 0; }
.florale-ev-content {
	margin-top: 1.75em;
	font-size: 1.1em;
	line-height: 1.6;
}
.florale-ev-content p:first-child { margin-top: 0; }
.florale-ev-btn {
	display: inline-block;
	text-decoration: none;
	color: #fff;
	background: var( --fl-ev-accent, #2d3a2d );
	font-weight: 600;
	font-size: 0.9em;
	padding: 0.5em 0.95em;
	border: 0 solid transparent;
}
.florale-ev-btn-sec { background: #2b2b2b; }
.florale-ev-btn-ter   { background: #444; }
.florale-ev-btn--rounded { border-radius: 0.4em; }
.florale-ev-btn--square { border-radius: 0; }
.florale-ev-btn--pill  { border-radius: 9em; }
.florale-ev-btn:hover, .florale-ev-btn:focus { filter: brightness(1.1); }
.florale-ev-map { margin: 1.5em 0 0; }
.florale-ev-map-frame {
	width: 100%;
	border: 0;
	border-radius: var( --fl-ev-radius, 14px );
	min-height: 220px;
}
.florale-ev-hero { aspect-ratio: var( --fl-ev-poster-ar, 3/4 ); }
/* Nur wenn Titel-Beitragsbild als hero */
.florale-ev-herorow .florale-ev-hero { aspect-ratio: var( --fl-ev-poster-ar, 3/4 ); }
