/* Related Content Links Block Styles */

.related-content {
    margin-top: 1rem;
}

.related-content-list ul {
    margin-right: 1rem;
}

.related-content-list li {
    line-height: 1.75; 
    margin: 5px 0 5px -30px;
    list-style-position: inside;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 95%;
}

.view-term-link {
    display: block;
    text-align: center;
    font-weight: 700;
}

#single-wrapper aside .related-content-list li {
    margin: 0 0 0 -10px;
    white-space: normal;
    overflow: visible;
    list-style-position: outside;
}
