/* 회원 레벨 1~10 이모티콘 (유저창·사이드뷰) */
.sp-user-avatar {
  display: block;
  flex-shrink: 0;
}

.sp-user-avatar.is-level-emblem {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
}

.sp-user-avatar.is-level-emblem img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 42%, rgba(30, 41, 59, 0.95), rgba(2, 6, 23, 0.98));
  border: 2px solid rgba(255, 215, 0, 0.5);
  box-shadow: 0 0 18px rgba(255, 215, 0, 0.2), 0 0 12px rgba(34, 211, 238, 0.15);
}

.sp-mb-level-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 7px;
  object-fit: contain;
  vertical-align: middle;
  filter: drop-shadow(0 0 6px rgba(255, 215, 0, 0.28));
}

.sp-user-name-row {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

#aside .sp-user-panel--legacy .sp-user-avatar.is-level-emblem {
  width: 64px;
  height: 64px;
  border-radius: 50%;
}

#aside .sp-user-panel--legacy .sp-user-avatar.is-level-emblem img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}
