.tui1 .t-list {
    padding-inline-start: 8px;
    margin-block-end: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.tui1 a {
    text-decoration: none;
    display: flex;
}

.tui1 a span {
    color: #2b2b2b;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
