/* =========================================================================================================================== */
/*                                            🧩 INDICATORS                                                                    */
/*                                            📍 static/css/pages/indicators/indicators.css                                    */
/* =========================================================================================================================== */



/* =========================================================================================================================== */
/*                                                   📍 Used in: ALL INDICATORS                                                */
/* =========================================================================================================================== */

/* Charts – Wrapper */
.chart-wrapper-hero {
    position: relative;
    width: 100%;
    margin: 0 auto;      /* ← zentrieren */

    height: 50rem;
    min-height: 720px;

    overflow: hidden;
}