.acessivelnews {
    width: 100%;
}

.acessivelnews-lista {
    list-style: none;
    margin: 0;
    padding: 0;
}

.acessivelnews-item {
    margin-bottom: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #ddd;
}

.acessivelnews-titulo {
    margin: 0 0 .5rem 0;
    font-size: 1.2rem;
}

.acessivelnews-titulo a {
    text-decoration: none;
}

.acessivelnews-titulo a:hover,
.acessivelnews-titulo a:focus {
    text-decoration: underline;
}

.acessivelnews-data {
    font-size: .9rem;
    margin-bottom: .5rem;
}

.acessivelnews-resumo {
    margin: 0;
    line-height: 1.5;
}