.post-thumbnail img{
    border-radius: 16px;
}

.blur-background {
    border-radius: 15px;
    background-size: cover;
    background-position: center;
    filter: blur(8px);
    position: absolute;
    width: 96%;
    height: 100%;
    z-index: -1;
}

.lbl-data-autor{
    font-size: 14px; 
    padding-left: 0;
    color:  var(--datas-e-capitulos);
}

.lbl-data-autor span, .div-compartilhar span{
    font-weight: 600;
}

.btn-tag-noticia{
    font-size: 10px;
}

.div-compartilhar{
    font-size: 14px; 
    padding-left: 0; 
    padding-bottom: 8px;
    color:  var(--datas-e-capitulos);
}

h5.titulo-noticia{
    font-weight: 600;
    font-size: var(--títulos-h2-tamanho-desk);
    color:  var(--titulos-principais);
}

div.texto-noticia{
    text-align: justify; 
    font-size: var(--texto-padrão-tamanho-desk);
    color: var(--textos-corridos);
    line-height: var(--texto-padrão-line-height-desk);
    padding-bottom: 10px;
}

.subtitulo-noticia{
    color:  var(--titulos-secundarios);
    line-height: 24px;
    font-size: var(--títulos-h3-tamanho-desk);
    font-weight: 500;
}

.data-noticia{
    color:  var(--datas-e-capitulos);
    font-size: 14px;
    font-weight: 600;
}

.btn_compartilhar{
    float: right;
}

.lbl-tempo-de-leitura{
    margin-top: 2px;
    padding-right: 0;
    color:  var(--datas-e-capitulos);
    font-size: 12px;
}

.tempo-de-leitura img{
    margin-bottom: 8px;
}

.mais-acessadas .date {
    text-transform: none;
}

.thumbnail-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    height: 467px;
    width: 100%;
}

/* Estilização para todas as tabelas no conteúdo */
table {
    width: 100%;
    overflow-x: auto;
    display: block;
}

th, td {
    word-wrap: break-word;
    white-space: normal;
}

th, td {
    padding: 8px;
    border: 1px solid #ddd;
    text-align: left;
}

/*muda tamanho da legenda da foto*/
.wp-caption-text {
    font-size: 12px;
    color: var(--textos-corridos);
}

/*Formata galeria do wordpress*/
.col-12.texto-noticia .gallery img {
  max-width: 90%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767.98px) {
    .post-thumbnail img{
        width: 100%;
        height: 181px;
    }

    .blur-background {
        width: 93%;
    }

    .div-compartilhar #lbl_compartilhar {
       display: none;
    }

    h5.titulo-noticia{
        font-size: var(--títulos-h2-tamanho-mobile);
    }

    .subtitulo-noticia {
        line-height: 20px;
        font-size: var(--títulos-h3-tamanho-mobile);
    }

    .data-noticia {
        font-size: 10px;
    }

    .btn-tag-noticia {
        font-size: 8px;
    }

    .lbl-data-autor {
        font-size: 10px;
        padding-left: 6px;
    }

    .tempo-de-leitura {
        font-size: 10px;
    }

    .lbl-tempo-de-leitura {
        margin-top: -3px;   
    }

    .mais-acessadas-slide .title {
        color:  var(--blue-300);
    }

    div.texto-noticia{
        font-size: var(--texto-padrão-tamanho-mobile);
        line-height: var(--texto-padrão-line-height-mobile);
    }
}