/* ==========================================================================
   MÃ CSS CHUẨN HÓA AN TOÀN TUYỆT ĐỐI - KHÔNG SỢ ẨN NHẦM TRANG KHÁC
   ========================================================================== */

/* 1. ẨN NGUYÊN KHỐI TRẮNG CHỨA UPDATE & INFO */
div.panel_s:has(a[href*="group=update"]):has(a[href*="group=info"]) {
    display: none !important;
}

/* 2. ẨN TẬN GỐC TAB SALES (Chỉ bắt khi là tham số group=sales của trang settings) */
li:has(a[href*="group=sales"]),
li:has(a[href*="settings?group=sales"]),
.menu-group-sales {
    display: none !important;
}

/* 3. ẨN TẬN GỐC TAB CRON JOB (Chỉ bắt khi là tham số group=cronjob) */
li:has(a[href*="group=cronjob"]),
li:has(a[href*="settings?group=cronjob"]),
.menu-group-cronjob {
    display: none !important;
}

/* 4. ẨN TRƯỜNG TÙY CHỈNH (CUSTOM FIELDS) Ở MENU CHÍNH */
li:has(a[href*="admin/custom_fields"]),
li:has(a[href*="admin/custom-fields"]),
.menu-item-custom-fields,
.menu-item-custom_fields {
    display: none !important;
}