.widget-mais-lidas{
    display: flex;
    flex-direction: column;
    grid-row: span 1;
    border: 1px solid #cbcbcb40;
    border-radius: 7px;
}


.widget-mais-lidas h2 {
    font-size: 20px;  
    border-bottom: 2px solid #C7C7C7;
    margin: 0;
    padding: 10px 0px;
    color: #8F1E1D;
    font-weight: bold;
    text-align: center;
}

.widget-mais-lidas .content{
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-bottom: 1px solid #B7B7B7;
    padding: 5px;
    margin-top: 10px;
    width: 308px;
}

.widget-mais-lidas .content-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    color: #343A40;
}

.widget-mais-lidas .content h3{
    font-size: 13px;
    line-height: 21px;
    font-weight: bolder;
    color: #8F1E1D;
    margin-bottom: 12px;
    width: 245px;
}

.widget-mais-lidas ul a:last-child li{
    border-bottom: none;
    
}

@media (min-width: 320px) and (max-width: 700px) {
    .widget-mais-lidas {
        width: 100% !important;
    }

    .widget-mais-lidas h2 {
        text-align: center;
        font-weight: bold;
    }

    .widget-mais-lidas .content, .widget-mais-lidas .content h3 {
        width: unset;
    }
}
