/* ==========================================================================
   Immenverein Core – Basis-Styles für Plugin-Ausgaben.
   Das Immenverein-Theme verfeinert diese Darstellung; diese Datei stellt
   sicher, dass alles auch mit anderen Themes ordentlich aussieht.
   ========================================================================== */

/* Hero-Karte "Nächstes Treffen" */
.iv-hero-treffen-wrap { position: relative; padding-top: 26px; }
.iv-hero-treffen { padding: 28px; position: relative; }
.iv-hero-treffen .iv-hc-label {
	font-size: 12px; font-weight: 700; letter-spacing: .12em;
	text-transform: uppercase; color: #D97706; margin-bottom: 10px;
}
.iv-hero-treffen h3 { font-size: 22px; margin: 0 0 14px; }
.iv-hero-treffen h3 a { color: inherit; text-decoration: none; }
.iv-hero-treffen .iv-hc-row {
	display: flex; align-items: center; gap: 10px; padding: 10px 0;
	border-top: 1px solid rgba(36, 28, 21, .07); font-size: 15px; color: #5C5247;
}
.iv-hc-date {
	background: #F5EBD8; border-radius: 14px; padding: 12px 18px; text-align: center;
	position: absolute; top: 0; right: 26px; z-index: 3;
	box-shadow: 0 10px 30px -12px rgba(36, 28, 21, .18); border: 1px solid rgba(36, 28, 21, .06);
}
.iv-hc-date .iv-d { font-size: 30px; font-weight: 700; line-height: 1; }
.iv-hc-date .iv-m { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; color: #D97706; }

/* Fallbacks, falls das Immenverein-Theme nicht aktiv ist */
.iv-card { background: #fff; border-radius: 20px; box-shadow: 0 10px 30px -12px rgba(36, 28, 21, .18); }
.iv-treffen-liste { display: grid; gap: 16px; }
.iv-treffen { background: #fff; border-radius: 16px; padding: 20px 22px; display: flex; gap: 20px; align-items: center; box-shadow: 0 10px 30px -12px rgba(36, 28, 21, .12); }
.iv-treffen-datum { flex: none; width: 66px; text-align: center; background: #F5EBD8; border-radius: 12px; padding: 10px 6px; }
.iv-treffen-datum .iv-d { font-size: 24px; font-weight: 700; line-height: 1.1; }
.iv-treffen-datum .iv-m { font-size: 11px; font-weight: 700; text-transform: uppercase; color: #D97706; letter-spacing: .08em; }
.iv-treffen h3 { margin: 0 0 3px; font-size: 17.5px; }
.iv-treffen p { margin: 0; font-size: 14px; color: #5C5247; }

.iv-treffen-details { display: flex; gap: 24px; flex-wrap: wrap; margin: 8px 0 20px; color: #5C5247; }

.iv-map-wrap { border-radius: 20px; overflow: hidden; min-height: 420px; position: relative; background: #F5EBD8; box-shadow: 0 24px 60px -20px rgba(36, 28, 21, .28); }
.iv-map { position: absolute; inset: 0; z-index: 1; }
.iv-map-consent { position: absolute; inset: 0; z-index: 2; display: grid; place-items: center; text-align: center; padding: 32px; background: #F5EBD8; }
.iv-map-consent p { max-width: 380px; color: #5C5247; font-size: 14.5px; }
.iv-map-consent button { background: #241C15; color: #fff; border: 0; cursor: pointer; border-radius: 999px; padding: 12px 24px; font-weight: 600; font-size: 15px; }
@media (max-width: 920px) { .iv-map-wrap { min-height: 340px; } }
