.tsvbt-downloads {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tsvbt-downloads-item {
    border-bottom: 1px solid #e5e5e5;
}

.tsvbt-downloads-item:last-child {
    border-bottom: none;
}

.tsvbt-downloads-item a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0.5rem;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.2s ease;
}

.tsvbt-downloads-item a:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.tsvbt-downloads-item .dashicons {
    font-size: 1.4rem;
    width: 1.4rem;
    height: 1.4rem;
    flex-shrink: 0;
    opacity: 0.6;
}

.tsvbt-downloads-titel {
    font-size: 1rem;
}
