document-owner-view {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    line-height: 40px;
    border-radius: 50%;
}

document-owner-view>* {
    margin: 4px;
}

document-owner-view:hover {
    background-color: var(--theme-fg-divider);
    border-radius: 50%;
}

document-owner-view .user-initials-icon,
document-owner-view .checked-in-icon,
document-owner-view .avatar-icon {
    line-height: 32px;
}

document-owner-view .checked-in-icon {
    font-size: 32px;
    color: var(--theme-fg-disabled-text);
}

document-owner-view .user-initials-icon {
    background-color: var(--theme-primary);
    color: var(--theme-primary-contrast);
    display: block;
    text-align: center;
}

document-owner-view .owner-icon {
    border-radius: 16px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    user-select: none;
}