.breaking-news-content {
    position: relative;
    min-width: 0;
    height: 42px;
    overflow: hidden;
}

.breaking-news-content .tob-final-ticker {
    display: flex;
    align-items: center;
    width: 100%;
    height: 42px;
    overflow: hidden;
}

.breaking-news-content .tob-final-ticker a {
    display: block;
    width: 100%;
    color: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 42px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640px) {
    .breaking-news-content,
    .breaking-news-content .tob-final-ticker {
        height: 38px;
    }

    .breaking-news-content .tob-final-ticker a {
        font-size: 12px;
        line-height: 38px;
    }
}
