/*
 * JC HNews
 * Migração nativa do snippet Custom CSS/JS:
 * - 35924 hnews
 * Uso global no front-end enquanto houver ticker/header news.
 */

/* =========================================================
   JC | Barra horizontal de notícias
   Correção de uppercase + alinhamento vertical
   Substitui o bloco antigo
   ========================================================= */

.breaking-news-items .breaking-cont {
    position: relative;
    min-height: 38px;
    line-height: 38px;
}

.breaking-news-items .breaking-cont .tickercontainer {
    height: 38px !important;
    line-height: 38px !important;
    overflow: hidden;
}

.breaking-news-items .breaking-cont .tickercontainer .mask {
    height: 38px !important;
    line-height: 38px !important;
    overflow: hidden;
}

.breaking-news-items .breaking-cont .tickercontainer .mask ul.webticker.newsticker {
    height: 38px !important;
    line-height: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.breaking-news-items .breaking-cont .tickercontainer .mask ul.webticker.newsticker li {
    line-height: 38px !important;
    vertical-align: middle !important;
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.breaking-news-items .breaking-cont .tickercontainer .mask ul.webticker.newsticker li h4 {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 38px !important;
    vertical-align: middle !important;
    text-transform: uppercase !important;
    letter-spacing: 0.02em !important;
}

.breaking-news-items .breaking-cont .tickercontainer .mask ul.webticker.newsticker li h4 a,
.breaking-news-items .breaking-cont .tickercontainer .mask ul.webticker.newsticker li a {
    display: inline-block !important;
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 38px !important;
    vertical-align: middle !important;
    text-transform: uppercase !important;
    letter-spacing: 0.02em !important;
}

.breaking-news-items .breaking-cont .tickercontainer .mask ul.webticker.newsticker li i,
.breaking-news-items .breaking-cont .tickercontainer .mask ul.webticker.newsticker li .enotype-icon-arrow-right6,
.breaking-news-items .breaking-cont .tickercontainer .mask ul.webticker.newsticker li span {
    line-height: 38px !important;
    vertical-align: middle !important;
}

/* ajuste fino em telas menores */
@media (max-width: 767px) {
    .breaking-news-items .breaking-cont,
    .breaking-news-items .breaking-cont .tickercontainer,
    .breaking-news-items .breaking-cont .tickercontainer .mask,
    .breaking-news-items .breaking-cont .tickercontainer .mask ul.webticker.newsticker,
    .breaking-news-items .breaking-cont .tickercontainer .mask ul.webticker.newsticker li,
    .breaking-news-items .breaking-cont .tickercontainer .mask ul.webticker.newsticker li h4,
    .breaking-news-items .breaking-cont .tickercontainer .mask ul.webticker.newsticker li h4 a,
    .breaking-news-items .breaking-cont .tickercontainer .mask ul.webticker.newsticker li a {
        height: 34px !important;
        line-height: 34px !important;
    }
}
