.fred-ticker {
    background: #ddd;
    color: #111;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    padding:5px 3px;
}

.fred-ticker-track {
    display: inline-flex;
    align-items: center;
    gap: 30px;
    will-change: transform;
}

.fred-item {
    font-size: 13px;
    padding: 10px 0 10px 15px;
}

.fred-title {
    color: #333; 
    margin-right: 6px;
}

.fred-change {
    font-weight: 600;
}

.fred-change.fred-up {
    color: #3fb950;
}

.fred-change.fred-down {
    color: #f85149;
}

.fred-change.fred-flat {
    color: #333;
}

.fred-item-link {
    text-decoration: none;
    color: inherit;
}