/* =========================================================================================================================== */
/*                                            🧩 COMPONENT: INFOBOX                                                            */
/*                                            📍 static/css/components/infobox.css                                             */
/* =========================================================================================================================== */



/* =========================================================================================================================== */
/*                                              📍 Used in: METRICS • MARKETS                                                  */
/* =========================================================================================================================== */

/* GLOBALE INFO-BOXEN */
.info-box {
    display: block;
    padding: 14px 20px;
    border-radius: 15px;
    margin-bottom: 20px;
    background: rgba(15, 15, 15, 0.85);       /* 🔹 identische Farbe wie METRICS-Canvas */
    color: #ccc;
    font-size: 1.2rem;
    line-height: 1.6;
    text-align: left;                           /* 🔹 linksbündig */
    font-family: "Courier New", monospace;      /* 🔹 Blockschrift */
}

/* Hervorhebung für Hinweis-Titel */
.info-box strong {
    color: rgba(255, 215, 150, 0.85);
    font-weight: normal;
    letter-spacing: 0.04em;
}

/* =========================================================================================================================== */
