.bi-dc-map-wrap { margin: 2rem 0; }
.bi-dc-map-layout {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(260px, 2fr);
    gap: 1rem;
    align-items: start;
}
.bi-dc-map {
    position: relative;
    width: 100%;
    border: 1px solid var(--c-border, #dde3ec);
    border-radius: var(--r-md, 12px);
    overflow: hidden;
    background: var(--c-grey-light, #f0f2f4);
    z-index: 0;
}
.bi-dc-map__consent {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 1.5rem;
    text-align: center;
}
.bi-dc-map__consent-text {
    max-width: 560px;
    margin: 0;
    font-size: .875rem;
    line-height: 1.6;
    color: var(--c-grey, #637e9c);
}
.bi-dc-map__consent-btn {
    border: none;
    border-radius: var(--r-pill, 999px);
    padding: .625rem 1.5rem;
    background: var(--c-teal, #00a1a3);
    color: #fff;
    font-size: .9375rem;
    font-weight: 600;
    cursor: pointer;
}
.bi-dc-map__consent-btn:hover { filter: brightness(1.08); }
.bi-dc-map__caption {
    margin: .625rem 0 0;
    font-size: .8125rem;
    line-height: 1.5;
    color: var(--c-grey, #637e9c);
}

/* Nummerierte Marker */
.bi-dc-marker-wrap { background: none; border: none; }
.bi-dc-marker {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--c-teal, #00a1a3);
    color: #fff;
    font-size: .8125rem;
    font-weight: 700;
    border: 2px solid #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .35);
    transition: transform .15s ease, background .15s ease;
}
.bi-dc-marker-wrap.is-active .bi-dc-marker {
    background: var(--c-navy, #002147);
    transform: scale(1.25);
}

/* Card-Liste */
.post-content ol.bi-dc-map__cards {
    list-style: none;
    margin: 0;
    padding: 0 .25rem 0 0;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    gap: .625rem;
}
.post-content .bi-dc-card {
    margin: 0;
    padding: .875rem 1rem;
    background: var(--c-white, #fff);
    border: 1px solid var(--c-border, #dde3ec);
    border-radius: var(--r-md, 12px);
    cursor: pointer;
    transition: border-color .15s ease, box-shadow .15s ease;
}
.post-content .bi-dc-card:hover { border-color: var(--c-teal, #00a1a3); }
.post-content .bi-dc-card.is-active {
    border-color: var(--c-teal, #00a1a3);
    box-shadow: 0 0 0 2px var(--c-teal, #00a1a3) inset;
    background: #f0fafa;
}
.bi-dc-card__head {
    display: flex;
    align-items: center;
    gap: .5rem;
}
.bi-dc-card__num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    border-radius: 50%;
    background: var(--c-teal, #00a1a3);
    color: #fff;
    font-size: .75rem;
    font-weight: 700;
}
.bi-dc-card.is-active .bi-dc-card__num { background: var(--c-navy, #002147); }
.bi-dc-card__city {
    font-weight: 700;
    color: var(--c-navy, #002147);
    font-size: .9375rem;
}
.bi-dc-card__country {
    margin-left: auto;
    font-size: .75rem;
    font-weight: 600;
    color: var(--c-grey, #637e9c);
    border: 1px solid var(--c-border, #dde3ec);
    border-radius: var(--r-sm, 6px);
    padding: .0625rem .375rem;
}
.bi-dc-card__facts {
    display: flex;
    flex-wrap: wrap;
    gap: .375rem 1rem;
    margin: .5rem 0 .375rem;
}
.bi-dc-card__fact {
    display: inline-flex;
    align-items: center;
    gap: .3rem;
    font-size: .8125rem;
    font-weight: 600;
    color: var(--c-text, #1d2c3e);
}
.bi-dc-card__fact::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: var(--c-teal, #00a1a3);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    flex: 0 0 15px;
}
.bi-dc-card__fact--mw::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M13 2 4.5 13.5h6L11 22l8.5-11.5h-6L13 2z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M13 2 4.5 13.5h6L11 22l8.5-11.5h-6L13 2z'/%3E%3C/svg%3E");
}
.bi-dc-card__fact--status-etabliert::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12.5l5 5L20 6.5'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12.5l5 5L20 6.5'/%3E%3C/svg%3E");
}
.bi-dc-card__fact--status-wachsend::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 17l6-6 4 4 8-8M14 7h7v7'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 17l6-6 4 4 8-8M14 7h7v7'/%3E%3C/svg%3E");
}
.bi-dc-card__fact--status-begrenzt::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4.5' y='11' width='15' height='9.5' rx='1.5'/%3E%3Cpath d='M8 11V7.5a4 4 0 0 1 8 0V11'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4.5' y='11' width='15' height='9.5' rx='1.5'/%3E%3Cpath d='M8 11V7.5a4 4 0 0 1 8 0V11'/%3E%3C/svg%3E");
}
.post-content .bi-dc-card__desc {
    margin: 0;
    font-size: .8438rem;
    line-height: 1.55;
    color: var(--c-text, #1d2c3e);
}
.bi-dc-map .leaflet-popup-content { font-size: .875rem; line-height: 1.5; }

/* Begriffs-Popover (z. B. FLAP-D) */
.bi-term {
    position: relative;
    border-bottom: 1px dashed var(--c-teal, #00a1a3);
    cursor: help;
}
.bi-term__pop {
    display: none;
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    transform: translateX(-50%);
    width: max-content;
    max-width: 320px;
    padding: .625rem .875rem;
    background: var(--c-navy, #002147);
    color: #fff;
    font-size: .8125rem;
    line-height: 1.5;
    font-weight: 400;
    border-radius: var(--r-sm, 6px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, .25);
    z-index: 50;
}
.bi-term__pop::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: var(--c-navy, #002147);
}
.bi-term:hover .bi-term__pop,
.bi-term:focus .bi-term__pop,
.bi-term.is-open .bi-term__pop { display: block; }

/* Responsive */
@media (max-width: 820px) {
    .bi-dc-map-layout { grid-template-columns: 1fr; }
    .post-content ol.bi-dc-map__cards { max-height: 340px !important; }
    .bi-dc-map { height: 380px !important; }
}

/* Laenderflaggen in der Card-Liste (SVG-Data-URIs statt Emoji:
   Windows-Browser rendern Emoji-Flaggen nicht). */
.bi-dc-flag {
    display: inline-block;
    width: 16px;
    height: 11px;
    margin-right: .3rem;
    vertical-align: -1px;
    border-radius: 1px;
    background-size: cover;
    background-position: center;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .12);
}
.bi-dc-flag--de { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5 3'%3E%3Crect width='5' height='3' fill='%23000'/%3E%3Crect y='1' width='5' height='2' fill='%23DD0000'/%3E%3Crect y='2' width='5' height='1' fill='%23FFCE00'/%3E%3C/svg%3E"); }
.bi-dc-flag--fr { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 2'%3E%3Crect width='3' height='2' fill='%23fff'/%3E%3Crect width='1' height='2' fill='%23002395'/%3E%3Crect x='2' width='1' height='2' fill='%23ED2939'/%3E%3C/svg%3E"); }
.bi-dc-flag--it { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 2'%3E%3Crect width='3' height='2' fill='%23fff'/%3E%3Crect width='1' height='2' fill='%23009246'/%3E%3Crect x='2' width='1' height='2' fill='%23CE2B37'/%3E%3C/svg%3E"); }
.bi-dc-flag--ie { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 3 2'%3E%3Crect width='3' height='2' fill='%23fff'/%3E%3Crect width='1' height='2' fill='%23169B62'/%3E%3Crect x='2' width='1' height='2' fill='%23FF883E'/%3E%3C/svg%3E"); }
.bi-dc-flag--nl { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 6'%3E%3Crect width='9' height='6' fill='%23fff'/%3E%3Crect width='9' height='2' fill='%23AE1C28'/%3E%3Crect y='4' width='9' height='2' fill='%2321468B'/%3E%3C/svg%3E"); }
.bi-dc-flag--es { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 3'%3E%3Crect width='4' height='3' fill='%23AA151B'/%3E%3Crect y='.75' width='4' height='1.5' fill='%23F1BF00'/%3E%3C/svg%3E"); }
.bi-dc-flag--pl { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 5'%3E%3Crect width='8' height='5' fill='%23fff'/%3E%3Crect y='2.5' width='8' height='2.5' fill='%23DC143C'/%3E%3C/svg%3E"); }
.bi-dc-flag--ch { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Crect width='32' height='32' fill='%23D52B1E'/%3E%3Crect x='13' y='6' width='6' height='20' fill='%23fff'/%3E%3Crect x='6' y='13' width='20' height='6' fill='%23fff'/%3E%3C/svg%3E"); }
.bi-dc-flag--se { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 10'%3E%3Crect width='16' height='10' fill='%23006AA7'/%3E%3Crect x='5' width='2' height='10' fill='%23FECC00'/%3E%3Crect y='4' width='16' height='2' fill='%23FECC00'/%3E%3C/svg%3E"); }
.bi-dc-flag--no { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 16'%3E%3Crect width='22' height='16' fill='%23BA0C2F'/%3E%3Crect x='6' width='4' height='16' fill='%23fff'/%3E%3Crect y='6' width='22' height='4' fill='%23fff'/%3E%3Crect x='7' width='2' height='16' fill='%2300205B'/%3E%3Crect y='7' width='22' height='2' fill='%2300205B'/%3E%3C/svg%3E"); }
.bi-dc-flag--uk { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 30'%3E%3Crect width='60' height='30' fill='%23012169'/%3E%3Cpath d='M0,0 L60,30 M60,0 L0,30' stroke='%23fff' stroke-width='6'/%3E%3Cpath d='M0,0 L60,30 M60,0 L0,30' stroke='%23C8102E' stroke-width='3'/%3E%3Cpath d='M30,0 V30 M0,15 H60' stroke='%23fff' stroke-width='10'/%3E%3Cpath d='M30,0 V30 M0,15 H60' stroke='%23C8102E' stroke-width='6'/%3E%3C/svg%3E"); }

/* FLAP-D-Badge (Frankfurt, London, Amsterdam, Paris, Dublin) */
.bi-dc-card__badge {
    font-size: .625rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #fff;
    background: var(--c-navy, #002147);
    border-radius: var(--r-pill, 999px);
    padding: .125rem .5rem;
    white-space: nowrap;
}

/* ── Veranstaltungsstaetten-Karte ([bi_arena_map]) ─────────────────────────────
   Teilt Markup, Consent-Logik und Grundstile mit der Rechenzentrums-Karte;
   ergaenzt werden nur die eigenen Fakten-Icons und die Projekt-Farbgebung. */
.bi-dc-card__fact--ort::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21c-4.3-3.7-6.5-7-6.5-10a6.5 6.5 0 1 1 13 0c0 3-2.2 6.3-6.5 10z'/%3E%3Ccircle cx='12' cy='11' r='2.4'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 21c-4.3-3.7-6.5-7-6.5-10a6.5 6.5 0 1 1 13 0c0 3-2.2 6.3-6.5 10z'/%3E%3Ccircle cx='12' cy='11' r='2.4'/%3E%3C/svg%3E");
}
.bi-dc-card__fact--kap::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='7.5' r='3.2'/%3E%3Cpath d='M2.8 20c0-3.4 2.8-5.6 6.2-5.6s6.2 2.2 6.2 5.6'/%3E%3Cpath d='M16.4 4.7a3.2 3.2 0 0 1 0 6M17.6 14.9c2.2.6 3.6 2.4 3.6 5.1'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='7.5' r='3.2'/%3E%3Cpath d='M2.8 20c0-3.4 2.8-5.6 6.2-5.6s6.2 2.2 6.2 5.6'/%3E%3Cpath d='M16.4 4.7a3.2 3.2 0 0 1 0 6M17.6 14.9c2.2.6 3.6 2.4 3.6 5.1'/%3E%3C/svg%3E");
}
.bi-dc-card__fact--jahr::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5' width='17' height='15.5' rx='2'/%3E%3Cpath d='M3.5 9.8h17M8 3.5v3M16 3.5v3'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3.5' y='5' width='17' height='15.5' rx='2'/%3E%3Cpath d='M3.5 9.8h17M8 3.5v3M16 3.5v3'/%3E%3C/svg%3E");
}
.bi-dc-card__badge--arena { background: var(--c-teal, #00a1a3); }
.bi-dc-card__badge--projekt { background: #c2410c; }
.bi-dc-marker--projekt { background: #c2410c; }
.bi-dc-marker-wrap.is-active .bi-dc-marker--projekt { background: #7c2d12; }

/* Fusszeilen-Link der Arena-Cards: fuehrt auf die offizielle Seite des Hauses */
.post-content .bi-dc-card__link {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    margin-top: .625rem;
    padding-top: .5rem;
    border-top: 1px solid var(--c-border, #dde3ec);
    width: 100%;
    font-size: .8125rem;
    font-weight: 600;
    color: var(--c-teal, #00a1a3);
    text-decoration: none;
}
.post-content .bi-dc-card__link:hover { text-decoration: underline; }
.post-content .bi-dc-card__link::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: currentColor;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10.5 4.5H4.5v15h15v-6'/%3E%3Cpath d='M14 3.5h6.5V10M20 4 11 13'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10.5 4.5H4.5v15h15v-6'/%3E%3Cpath d='M14 3.5h6.5V10M20 4 11 13'/%3E%3C/svg%3E");
}

/* ── Kavernenkarte ([bi_kaverne_map]) ────────────────────────────────────────
   Farbcode nach gespeichertem Medium; Fakten-Icon fuer den Betreiber;
   Flaggen fuer Daenemark und Portugal ergaenzen die Laenderliste. */
.bi-dc-card__fact--betreiber::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='3.5' width='11' height='17' rx='1.2'/%3E%3Cpath d='M15 9.5h4.5a1 1 0 0 1 1 1v10M2.5 20.5h19'/%3E%3Cpath d='M7.5 7.5h.01M11.5 7.5h.01M7.5 11.5h.01M11.5 11.5h.01M7.5 15.5h.01M11.5 15.5h.01'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='3.5' width='11' height='17' rx='1.2'/%3E%3Cpath d='M15 9.5h4.5a1 1 0 0 1 1 1v10M2.5 20.5h19'/%3E%3Cpath d='M7.5 7.5h.01M11.5 7.5h.01M7.5 11.5h.01M11.5 11.5h.01M7.5 15.5h.01M11.5 15.5h.01'/%3E%3C/svg%3E");
}
.bi-dc-card__badge--erdgas { background: var(--c-teal, #00a1a3); }
.bi-dc-card__badge--oel { background: #8a5a00; }
.bi-dc-card__badge--h2 { background: #2563eb; }
.bi-dc-card__badge--druckluft { background: #6d28d9; }
.bi-dc-marker--oel { background: #8a5a00; }
.bi-dc-marker--h2 { background: #2563eb; }
.bi-dc-marker--druckluft { background: #6d28d9; }
.bi-dc-marker-wrap.is-active .bi-dc-marker--oel { background: #4a3000; }
.bi-dc-marker-wrap.is-active .bi-dc-marker--h2 { background: #1e3a8a; }
.bi-dc-marker-wrap.is-active .bi-dc-marker--druckluft { background: #4c1d95; }
.bi-dc-flag--dk { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37 28'%3E%3Crect width='37' height='28' fill='%23C8102E'/%3E%3Crect x='12' width='4' height='28' fill='%23fff'/%3E%3Crect y='12' width='37' height='4' fill='%23fff'/%3E%3C/svg%3E"); }
.bi-dc-flag--pt { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 20'%3E%3Crect width='30' height='20' fill='%23DA291C'/%3E%3Crect width='12' height='20' fill='%23046A38'/%3E%3Ccircle cx='12' cy='10' r='4' fill='none' stroke='%23FFE900' stroke-width='1.2'/%3E%3C/svg%3E"); }

/* Kapazitaetsangabe der Kavernen-Cards */
.bi-dc-card__fact--menge::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='12' cy='5.6' rx='7' ry='2.9'/%3E%3Cpath d='M5 5.6v12.8c0 1.6 3.1 2.9 7 2.9s7-1.3 7-2.9V5.6'/%3E%3Cpath d='M5 12c0 1.6 3.1 2.9 7 2.9s7-1.3 7-2.9'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='12' cy='5.6' rx='7' ry='2.9'/%3E%3Cpath d='M5 5.6v12.8c0 1.6 3.1 2.9 7 2.9s7-1.3 7-2.9V5.6'/%3E%3Cpath d='M5 12c0 1.6 3.1 2.9 7 2.9s7-1.3 7-2.9'/%3E%3C/svg%3E");
}
.post-content .bi-dc-card__fact--menge { color: var(--c-navy, #002147); }

/* Salzformation der Kavernen-Cards */
.bi-dc-card__fact--formation::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2.8 2.6 7.6 12 12.4l9.4-4.8L12 2.8z'/%3E%3Cpath d='M2.6 12.2 12 17l9.4-4.8'/%3E%3Cpath d='M2.6 16.6 12 21.4l9.4-4.8'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2.8 2.6 7.6 12 12.4l9.4-4.8L12 2.8z'/%3E%3Cpath d='M2.6 12.2 12 17l9.4-4.8'/%3E%3Cpath d='M2.6 16.6 12 21.4l9.4-4.8'/%3E%3C/svg%3E");
}
