.category-heading .heading .neuro {
    background-color: #394b58;
    color: #fff;
    border-radius: .2rem
}


.category-heading .heading .gine {
    background-color: #e15aa2;
    color: #fff;
    border-radius: .2rem
}

.category-heading .heading .oncologia {
    background-color: #00596e;
    color: #fff;
    border-radius: .2rem
}

.meta .label.area.oncologia, .oncologia-t-color {
    background-color: #00596e;
}

.single-post img{
    width: 100%;
}

.single-post h1,h2,h3,h4,h5{
    color: rgb(6, 108, 179)!important;
}

.single-post strong{
    color: rgb(6, 108, 179)!important;
}

.text-post-blue{
    color: rgb(6, 108, 179);
}

.text-post-blue-bold{
color: rgb(6, 108, 179);
font-weight: bold;
}

.authors {
    display: flex;
    gap: .85rem;
    padding: 1.25rem;
    border-radius: .5rem;
    border: 1px solid #e8e8e8;
    box-shadow: rgba(33, 33, 33, .75) 0 10px 10px -10px;
}

.authors.else {
    box-shadow: none;
    border: none;
    padding: 0;
    margin: 2rem 0 0;
}

.authors .board {
    width: 54px;
    height: 54px;
    border-radius: 50rem;
    margin: 0;
    box-shadow: none;
    background-color: rgba(9, 58, 79, .05);
}

.authors .nome {
    font-weight: 700;
    font-size: .9rem;
    line-height: 1;
}

.authors .qualifica {
    font-size: .75rem;
    line-height: 1.1rem;
}

.authors.side {
    box-shadow: none;
    border: none;
    padding: 0;
    /* margin: 2rem 0 0; */
}