.ArtistProfileEmpty {
    align-items: center;
    display: flex;
    min-height: 80px;
    opacity: 0.3;
    padding: 10px 0;

    &-icon {
        height: 60px;
    }

    &-store-icon {
        height: 100%;
        margin-right: 22px;
        width: 60px;
    }

    &-content {
        font-size: 11px;
        font-weight: 400;
        word-break: break-word;
    }
}
