/* 셀러 아바타도 공통 8px 모서리 규칙을 적용합니다. */
.seller-user-avatar,
.seller-public-avatar,
.seller-offline-intro-avatar,
.simple2-profile-icon,
.public-live-seller img,
.public-live-profile-card img,
.seller-application-table .member-identity img,
.seller-application-table .member-avatar {
    border-radius: 8px !important;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    object-fit: cover;
    flex-shrink: 0;
}
