.icone-eleicoes{
    display: inline-block !important;
    width: 32px !important;
}

.box-news-listing{
    gap: 10px;
}

/* =========== OP COLUNISTAS ========= */
.opovo-mais-logo p {
    margin-bottom: 0px;
    font-size: 26px;
    color:#666666 ;
    font-weight: bold;
}
.box-mais-columnist {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    overflow: auto;
}

.card-opovo-mais {
    width: 250px;
    height: 100%;
    padding: 20px;
    float: left;
    background-color: var(--blackdefault);
    border: 1px solid transparent;
    border-radius: 5px
}

.topper-op-columnist {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: var(--yellowopmais);
    margin-bottom: 10px;
}
.topper-op-columnist .logo-opmais{
    width: 78px;
}
.card-opovo-mais p {
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    color: var(--white);
    margin-bottom: 10px
}

.link-colunista img {
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-height: 40px;
    border: 1px solid transparent;
    border-radius: 50px;
}

.nome-colunista {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    color: var(--white)
}

.arrow-default:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 13px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 6px;
    transition: .2s;
}

.arrow-white:after {
    background-image: url(https://www.opovo.com.br/reboot_portal/public/assets/img/icon/icon-seta-branca.svg)
}

.arrow-blue-default::after {
    background-image: url(../img/icon/icon-seta-azul.svg)
}

.arrow-lightblue:hover::after {
    background-image: url(https://www.opovo.com.br/reboot_portal/public/assets/img/icon/icon-seta-lightblue.svg)
}
/* =========== OP COLUNISTAS ========= */
