.report-header__avatar-frame {
  position: relative;
  width: 72px;
  height: 72px;
  border-radius: 8px;
  flex: 0 0 72px;
  overflow: hidden;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.12), transparent 34%),
    rgba(255, 59, 48, 0.12);
}

.report-header__avatar-frame .report-header__avatar {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.report-header__avatar-fallback {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: inherit;
  color: #ffffff;
  font-size: 1.65rem;
  font-weight: 800;
  letter-spacing: 0;
}

.report-header__avatar-frame:not(.report-header__avatar-frame--fallback) .report-header__avatar-fallback {
  display: none;
}

.report-header__avatar-frame--fallback .report-header__avatar {
  display: none !important;
}
