/* 测评报告 · 后期学习建议（按目标表格） */
.clp-wrap {
  margin-top: 20px;
  padding: 18px 20px;
  background: var(--card-bg, #f9fafb);
  border: 1px solid var(--border-color, #e5e7eb);
  border-radius: 14px;
  text-align: left;
}

.clp-title {
  margin: 0 0 14px;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--text-main, #111827);
}

.clp-goal {
  margin-bottom: 16px;
}

.clp-goal:last-child {
  margin-bottom: 0;
}

.clp-goal-title {
  font-size: 0.9375rem;
  font-weight: 700;
  color: rgb(102, 126, 255);
  margin-bottom: 8px;
}

.clp-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  background: var(--bg-color, #fff);
  border: 1px solid var(--border-color, #e5e7eb);
  border-radius: 10px;
  overflow: hidden;
}

.clp-table th,
.clp-table td {
  padding: 8px 10px;
  text-align: center;
  border-bottom: 1px solid var(--border-color, #e5e7eb);
}

.clp-table thead th {
  font-weight: 600;
  color: var(--text-muted, #6b7280);
  background: rgba(116, 123, 255, 0.06);
  font-size: 0.8125rem;
}

.clp-table tbody tr:last-child th,
.clp-table tbody tr:last-child td {
  border-bottom: none;
}

.clp-th-dim {
  text-align: left !important;
  font-weight: 600;
  color: var(--text-main, #374151);
  width: 52px;
  white-space: nowrap;
}

.clp-num {
  font-weight: 700;
  color: var(--text-main, #111827);
  font-variant-numeric: tabular-nums;
}

.clp-muted {
  color: var(--text-muted, #6b7280);
  font-size: 0.9rem;
}

@media (max-width: 520px) {
  .clp-wrap {
    padding: 14px 12px;
  }
  .clp-table th,
  .clp-table td {
    padding: 6px 4px;
    font-size: 0.8125rem;
  }
  .clp-th-dim {
    width: 44px;
  }
}
