.stripe-breaking-news {
    font-family: freight-sans-pro, sans-serif;
    color: #f4f4f4;
    background-color: #c72b2b;
    overflow: hidden;
}

.stripe-breaking-news a {
    color: inherit;
}

.stripe-breaking-news a:hover {
    text-decoration: none;
}

.breaking-news-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #1a1a1a;
    padding: 10px 15px;
    min-width: 150px;
}

.breaking-news-label .material-icons {
    font-size: 20px;
    margin-right: 5px;
}

.breaking-news-content {
    font-size: 15px;
    font-weight: 300;
    padding: 10px 0px;
    overflow: hidden;
}

.breaking-news-content > .inner {
    position: relative;
    padding-left: 10px;
    white-space: nowrap;
}
