/**
 * 회원 정보 수정 폼 스타일
 *
 * 이 파일은 widgets/user/profile-form.php 에서 로드됩니다.
 */

/* 프로필 사진 영역 */
.profile-photo-label {
    cursor: pointer;
}

.profile-photo-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.profile-photo-placeholder {
    width: 150px;
    height: 150px;
}

.profile-photo-icon {
    font-size: 80px;
}

/* 프로필 사진 삭제 버튼 */
.profile-photo-delete-btn {
    width: 28px;
    height: 28px;
    top: -5px;
    right: -5px;
}

.profile-photo-delete-icon {
    font-size: 12px;
}

/* 프로필 사진 카메라 버튼 */
.profile-photo-camera-btn {
    width: 32px;
    height: 32px;
    bottom: -5px;
    right: -5px;
    cursor: pointer;
}

.profile-photo-camera-icon {
    font-size: 14px;
}

/* 프로필 사진 업로드 진행률 */
.profile-photo-progress {
    height: 5px;
    max-width: 150px;
}
