.SoundRecordingSearch {
    .SongSearchSubtitle {
        color: var(--gray-500);
        float: none;
    }
}

.SongSearchName {
    float: none;
}

.SongSearchSource {
    margin-left: 5px;
    margin-right: 5px;
    float: right;
}

.Select__single-value {
    width: 100%;
}
