/* AF_STUDIO_WEB_PROFILE_CHANNEL_REAL_ICONS_V52_20260808
   기존 V51 게시 화면의 실제 채널 아이콘 프레임 값을 연결 채널에도 재사용한다.
   studio_web_v27.css는 수정하지 않는다.
*/

#afStudioWebV27 .w41-profile-channel-row {
  grid-template-columns: 46px minmax(0, 1fr) auto;
}

#afStudioWebV27 .w41-profile-channel-row::before {
  content: none;
  display: none;
}

#afStudioWebV27 .w52-profile-channel-image {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(24, 30, 48, .08);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 16px rgba(18, 25, 40, .1);
}

#afStudioWebV27 .w52-profile-channel-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
