/* ===== P2 收费弹窗：欠费合计 / 班型单价只读 / 多班级提示 ===== */
.charge-total-sub {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #94a3b8;
  margin-top: 2px;
}
.charge-sub-badge {
  display: inline-block;
  margin-left: 6px;
  font-size: 11px;
  font-weight: 600;
  color: #0369a1;
  background: #e0f2fe;
  border-radius: 10px;
  padding: 1px 8px;
  vertical-align: middle;
}
.charge-multiclass-note {
  margin: 6px 0 2px;
  font-size: 12px;
  line-height: 1.5;
  color: #b45309;
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: 8px;
  padding: 8px 10px;
}
