/*
 * NOTE.radio Chart History — H4 minimal functional styling.
 * This file intentionally does not restyle native Pro.Radio Chart.
 */

.ntr-chart-history-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
    font-family: Outfit, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2;
}

.ntr-chart-history-movement,
.ntr-chart-history-weeks {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.ntr-chart-history-meta--up .ntr-chart-history-movement {
    color: var(--ntr-accent, currentColor);
}

.ntr-chart-history-meta--down .ntr-chart-history-movement,
.ntr-chart-history-meta--same .ntr-chart-history-movement,
.ntr-chart-history-weeks {
    color: var(--ntr-text-secondary, currentColor);
}

.ntr-chart-history-meta--new .ntr-chart-history-movement,
.ntr-chart-history-meta--re .ntr-chart-history-movement {
    color: var(--ntr-accent, currentColor);
}
