.link_item {
    text-decoration: underline;
    border-radius: 5px;
    transition: .2s linear;
}

.link_item:hover {
    background: rgba(159, 159, 159, .19);
    text-decoration: none;
}

.tv__list {
    list-style-type: disc;
}

.tv__description {
    font-size: 0.875em;
}
