.SearchRow-option {
    border-bottom: 1px solid $grey_160;
    padding: 5px 10px;
    display: flex;

    &-img {
        background-color: $gray_300;
        height: 50px;
        margin-right: 10px;
        width: 50px;
    }

    &-img-cover {
        height: 50px;
        width: 50px;
    }

    &-content {
        display: flex;
        flex: 1;
        flex-direction: column;
    }

    &-artist {
        color: $grey_300;
    }

    &-title .highlighted {
        color: $body_color;
        font-weight: 500;
    }
}
