/* 修复管理后台顶部铃铛图标显示 */
.admin-header [class*="bell"],
.admin-topbar [class*="bell"],
.admin-header [class*="Bell"],
.admin-topbar [class*="Bell"] {
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.admin-header [class*="bell"] svg,
.admin-topbar [class*="bell"] svg,
.admin-header [class*="Bell"] svg,
.admin-topbar [class*="Bell"] svg {
  width: 20px !important;
  height: 20px !important;
  display: block !important;
  overflow: visible !important;
}

/* 确保顶部导航不裁剪内容 */
.admin-header,
.admin-topbar,
.admin-layout-header {
  overflow: visible !important;
}

.admin-header > *,
.admin-topbar > * {
  overflow: visible !important;
}

/* 通知铃铛红点 */
.notification-badge {
  position: absolute !important;
  top: -2px !important;
  right: -2px !important;
  min-width: 16px !important;
  height: 16px !important;
  border-radius: 8px !important;
  background: #E02E24 !important;
  color: white !important;
  font-size: 10px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 4px !important;
}
