/* 공통 숨김 처리 섹션 */
.user-rich-editing-wrap,           /* 비주얼 편집기 */
.user-admin-color-wrap,            /* 관리자 색상 구성표 */
.user-comment-shortcuts-wrap,      /* 키보드 단축키 */
.show-admin-bar,                   /* 도구 모음 */
.user-language-wrap,               /* 언어 선택 */
.user-description-wrap,            /* 신상정보 */
.user-profile-picture              /* 프로필 사진 */
{
    display: none !important;
}

/* Elementor AI 같은 커스텀 필드가 있으면 아래와 같이 추가 가능 */
tr:has(#elementor_enable_ai) {
    display: none !important;
}

.overflow-scroll-box{
    overflow: scroll;
    max-height: 600px;
}