/* 服务页 boot 技师卡片 */
.jw-boot-coach {
  display: block !important;
  margin: 10px 12px 16px;
  padding: 12px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.jw-boot-coach .jw-cat-coach-card {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  cursor: pointer;
}
.jw-boot-coach .jw-cat-coach-avatar-slot {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: #f5f0e6;
  border: 2px solid #d4af37;
}
.jw-boot-coach .jw-cat-coach-avatar {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.jw-boot-coach .jw-cat-coach-label {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}
.jw-boot-coach .jw-cat-coach-more {
  color: #722ed1;
  font-size: 12px;
}
.jw-boot-coach .jw-cat-coach-title {
  font-size: 16px;
  font-weight: 700;
  color: #222;
}
.jw-boot-coach .jw-cat-coach-meta,
.jw-boot-coach .jw-cat-coach-intro {
  font-size: 12px;
  color: #666;
  margin-top: 4px;
  line-height: 1.5;
}
.jw-boot-order-btn {
  margin-top: 10px;
  border: none;
  background: linear-gradient(135deg, #722ed1, #9254de);
  color: #fff;
  padding: 8px 18px;
  border-radius: 20px;
  font-size: 14px;
  cursor: pointer;
}
.jw-boot-coach .jw-cat-coach-photos {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  margin-top: 12px;
  padding-bottom: 4px;
}
.jw-boot-coach .jw-cat-coach-photos img {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
}
.jw-boot-coach .jw-ph {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  background: #f0f0f0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ccc;
  font-size: 11px;
  flex-shrink: 0;
}
.service-page .jw-svc-coach-mount {
  display: block !important;
  min-height: 80px;
  visibility: visible !important;
}
