/* generali */
.um-account-link.current {
    font-weight: bold;
}

/* account */

.wrapper-um-custom {
    display: flex;
    flex-direction: column;
}

.wrapper-um-custom .custom-um-account-side {
    background: #fff;
    padding: 1rem;
}

.wrapper-um-custom .custom-um-account-side ul.main-ul {
    padding: 0;
}

.wrapper-um-custom .custom-um-account-side ul.main-ul>li {
    list-style: none;
    border-bottom: 1px solid #e5e7eb;
    padding: 1rem;
}

@media (min-width: 768px) {
    .wrapper-um-custom {
        flex-direction: row;
    }

    .wrapper-um-custom .custom-um-account-side {
        flex-basis: 30%;
    }

    .wrapper-um-custom .custom-um-body {
        flex-basis: 70%;
        padding-left: 2rem;
    }
}

/* archivio */
.documento_news {
    background: #fff;
}