.TrackPerformersInfo {
    background-color: var(--white);
    margin-top: 10px;
    min-height: $component-height;

    &-correction-btn {
        color: $grey_300;
        font-weight: $weight_bold;
        text-transform: uppercase;
    }

    &-artists-header {
        margin-bottom: 5px;
        margin-top: 0;
    }

    &-section {
        border-left: 1px solid var(--gray-400);
        border-right: 1px solid var(--gray-400);
        border-top: 1px solid var(--gray-400);
        margin-top: 10px;
        padding: 25px;
        padding-bottom: 15px;
        &-no-paddings {
            padding: 0 0;
        }
    }

    &-row {
        display: flex;
        flex-wrap: wrap;
    }

    &-artists-info {
        padding-bottom: 5px;
    }
}
