.doc-item-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: var(--bs-primary, #0d6efd);
    text-decoration: none;
    max-width: 100%;
}

.doc-item-link:hover {
    text-decoration: underline;
    color: var(--bs-primary-dark, #0a58ca);
}

.doc-item-link__icon {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
}

.doc-item-link__text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.doc-item-link__empty {
    color: #adb5bd;
}
