<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#content {
    background-color: #fff;
}



/* Texto */
h1, h2{
    color: #070707;
}

 h3 , p {
    color: #454B62;
}

h1{
    font-size: 40px;
}

h2{
    font-size: 21px;
}

h3{
    font-size: 28px;
}

p{
    font-size: 16px;
}

.color{
    color: #454B62 !important;
}

/* Tempo de Leitura */
.minutos {
    font-weight: 400;
    display: flex;
    gap: 0.5rem;
    font-size: 14px;
    color: #383D47;
}

.autor a {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #383D47;
}

/* Dados do Autor */
#dataAuthor{
    background-color: #f8f9fa;
    box-shadow: 2px 2px 2px rgb(0 0 0 / 10%);
    padding-bottom: 0px !important;
}

.subtitle{
    font-size: 14px !important; 
    color: #35d87a !important; 
}

.title{
   font-size: 32px !important;
}

.description{
    font-size: 16px !important;
}


/* Mobile */
@media (max-width: 768px) {
    .post{
        text-align: left !important;
    }

    #dataAuthor{
        padding-bottom: 20px !important;
    }
}




/* Utils */
.gap-3 {
    gap: 0.75rem;
  }

.gap-2 {
    gap: 0.5rem; 
}

.align-items-center{
    align-items: center !important;
}</pre></body></html>