/* 客户端口「我的婚礼团队」人物卡样式（响应式，PC + 手机同步） */

.csekoo-team-wrap {
  margin: 18px auto; padding: 0 16px; max-width: 720px; box-sizing: border-box;
  font-family: -apple-system, "PingFang SC", "Microsoft YaHei", sans-serif;
}
.csekoo-team-head {
  font-size: 17px; font-weight: 700; color: #1a4b8c; margin-bottom: 12px;
}
.csekoo-team-grid {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px;
}
.cts-person {
  background: #fff; border-radius: 14px; padding: 14px 15px;
  box-shadow: 0 2px 10px rgba(102,126,234,.10);
  display: flex; gap: 12px; align-items: flex-start;
  border-left: 4px solid #667eea;
}
.cts-person:nth-child(4n+2) { border-left-color: #f093fb; }
.cts-person:nth-child(4n+3) { border-left-color: #fa709a; }
.cts-person:nth-child(4n+4) { border-left-color: #764ba2; }
.cts-avatar {
  width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: #fff; font-size: 20px; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.cts-body { flex: 1; min-width: 0; }
.cts-label { font-size: 12px; color: #8b7fb0; margin-bottom: 2px; }
.cts-name-row { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.cts-name { font-size: 16px; font-weight: 700; color: #24243e; }
.cts-grade {
  display: inline-block; background: #f5a623; color: #fff; border-radius: 12px;
  padding: 1px 9px; font-size: 11px; font-weight: 600;
}
.cts-sub { font-size: 12px; color: #999; margin-top: 2px; }
.cts-tag {
  display: inline-block; background: #f0ecfb; color: #6a5acd; border-radius: 10px;
  padding: 1px 8px; font-size: 11px; margin: 4px 4px 0 0;
}
.cts-intro { font-size: 13px; color: #6b6a80; line-height: 1.5; margin-top: 6px; }
.cts-phone { font-size: 13px; color: #1a4b8c; text-decoration: none; display: inline-block; margin-top: 4px; }

@media (max-width: 640px) {
  .csekoo-team-grid { grid-template-columns: 1fr; }
  .csekoo-team-wrap { padding: 0 12px; }
}
