/* Isolated artist live-selfie avatar display. No auth, routing or dashboard layout changes. */
.artist-portal .avatar.rsf-has-live-profile-photo,
.artist-portal .mini-art.rsf-has-live-profile-photo,
.artist-portal .artist-avatar.rsf-has-live-profile-photo {
  position: relative;
  overflow: hidden;
  padding: 0 !important;
}
.artist-portal .rsf-live-profile-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border: 0;
  border-radius: inherit;
  z-index: 5;
}
.artist-portal .workspace.workspace-btn .mini-art.rsf-has-live-profile-photo svg {
  visibility: hidden;
}
