/* ============================================
   SSE-STYLES.CSS - Stock Markets AI.
   ============================================ */

/* TICKERS Y PRECIOS - JetBrains Mono */
[id^="txtOutput"],
.ticker,
.price {
    font-family: 'JetBrains Mono', monospace;
    font-size: 0.9rem;
    letter-spacing: 0.02em;
}

/* Texto explicativo - sin scroll horizontal */
.explanation-text {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-x: hidden;
    max-width: 100%;
}

/* Toolbar de Plotly - separación del gráfico */
.js-plotly-plot .plotly .modebar {
    top: 40px !important;
}

/* Logos IA */
.model-logo-checkbox {
    width: 16px;
    margin-left: 4px;
    margin-top: -2px;
    border-radius: 3px;
}

.model-logo-tabs {
    width: 16px;
    margin-right: 8px;
    border-radius: 3px;
}

.model-logo-results {
    width: 28px;
    height: 28px;
    border-radius: 3px;
}
