.ProductModalQueueMoveSidecar {
    .TruncatedText {
        display: flex;
    }

    &-type-definitions {
        margin-top: 0.5rem;
        color: var(--text-secondary);

        &-link {
            color: var(--midnight-700);
            font-weight: 700;
            text-decoration: underline;
            cursor: pointer;
        }
    }
}
