/* ===== 极简风微调 ===== */

/* 分类标题加粗+间距 */
.group-heading {
  font-weight: 600 !important;
  letter-spacing: 0.5px;
  margin-bottom: 0.25rem !important;
}

/* 卡片圆角+阴影优化 */
.card {
  border-radius: 12px !important;
  transition: all 0.2s ease !important;
}

/* 卡片悬停微动效 */
.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12) !important;
}

/* 服务名稍微小一点更精致 */
.card-title {
  font-size: 0.9rem !important;
}

/* 状态小圆点间距 */
.status-icon {
  margin-right: 4px !important;
}
