/**
 * INDUSTRIA Fondsdaten · Frontend-Styles
 * ─────────────────────────────────────────────────────────────────────────
 * Container für Chart 6 (BVI-Fondshistorie) und Element 7 (Anteilwert-Block,
 * folgt in v0.4). Bewusst schlank, damit Enfold-Styles nicht überschrieben
 * werden.
 *
 * Owner:      INDUSTRIA Immobilien GmbH
 * Entwickler: fiveandfriends GmbH
 * ─────────────────────────────────────────────────────────────────────────
 */

.industria-fondsdaten-chart {
    width: 100%;
    min-height: 350px;
    margin: 1em 0;
}

.industria-fondsdaten-chart .apexcharts-tooltip {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.industria-fondsdaten-chart-fallback {
    padding: 1em;
    text-align: center;
    color: #666;
    font-style: italic;
    background: #f7f7f7;
    border-radius: 4px;
}
