/**
 * 金蝶云・星辰学习中心 · 扩展学习模块
 * v=20260613
 */
.kd-learn-snippet {
  max-width: 1100px;
  margin: 0 auto 1rem;
  padding: 0 1rem;
}

.kd-day-plan {
  display: grid;
  gap: 0.75rem;
}

.kd-day-plan__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.75rem 1rem;
  align-items: start;
  padding: 1rem 1.1rem;
  background: #fff;
  border: 1px solid #fde68a;
  border-radius: 12px;
}

.kd-day-plan__num {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #f59e0b, #d97706);
  color: #fff;
  font-weight: 800;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.kd-trouble-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1rem 1.1rem;
}

.kd-trouble-card h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #111827;
  margin: 0 0 0.35rem;
}

.kd-trouble-card p,
.kd-trouble-card li {
  font-size: 0.875rem;
  color: #4b5563;
  line-height: 1.55;
}

.kd-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8125rem;
  min-width: 640px;
}

.kd-compare-table th,
.kd-compare-table td {
  border: 1px solid #e5e7eb;
  padding: 0.65rem 0.75rem;
  vertical-align: top;
}

.kd-compare-table th {
  background: #fef3c7;
  color: #92400e;
  font-weight: 700;
}

.kd-recipe-card {
  background: #fff;
  border: 1px solid #bfdbfe;
  border-radius: 14px;
  padding: 1.1rem 1.25rem;
}

.kd-recipe-card h3 {
  font-size: 1.05rem;
  font-weight: 700;
  color: #1e3a8a;
  margin: 0 0 0.5rem;
}

.kd-industry-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
  gap: 0.75rem;
}

.kd-industry-chip {
  display: block;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid #fde68a;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.kd-industry-chip:hover {
  border-color: #f59e0b;
  box-shadow: 0 8px 20px rgba(245, 158, 11, 0.12);
}

.kd-industry-chip strong {
  display: block;
  font-size: 0.9375rem;
  color: #92400e;
  margin-bottom: 0.25rem;
}

.kd-industry-chip span {
  font-size: 0.75rem;
  color: #6b7280;
}

@media (max-width: 767px) {
  .kd-compare-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
