/* ========================================
   Service Center - 统一样式文件
   配合 AdminLTE 3.2.0 使用
   ======================================== */

/* --- 首页卡片网格 --- */
.home-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 16px;
}

/* --- Flash消息 --- */
.w2p_flash {
  z-index: 9999;
}

/* --- 拖拽指示条（通用） --- */
.drag-handle {
  display: block;
  width: 40px;
  height: 4px;
  background: #ccc;
  border-radius: 2px;
  margin: 0 auto;
}

/* --- AdminLTE 微调 --- */

/* 侧边栏品牌区域文字居中 */
.main-sidebar .brand-link {
  padding: 0.8125rem 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 内容区域内边距 */
.content-wrapper > .content {
  padding: 16px;
}

/* 面包屑区域紧凑 */
.content-header {
  padding: 4px 0;
}
