.TrackPerformersInfoRow {
    box-sizing: border-box;
    font-weight: $weight_extra_bold;
    margin-bottom: 10px;
    min-height: 20px;
    width: 100%;

    &-role {
        color: $grey_300;
        font-weight: $weight_book;
        margin-bottom: initial;
    }

    &-name {
        color: var(--gray-800);
        font-size: 14px;
        font-weight: $weight_book;
        white-space: pre-wrap;
        width: 100%;
    }
}
