/* Badges y utilidades comisiones (CO/CP) — escritorio y móvil */

#app-view .com-flow-tip {
  background: #f7f9ff;
  border: 1px solid #e9edf5;
  border-radius: 10px;
  padding: 12px 14px;
  margin: 0 0 18px;
  max-width: 720px;
  font-size: 13px;
  color: #516086;
  line-height: 1.5;
}

#app-view .com-flow-tip strong {
  color: #1a2744;
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
}

#app-view .com-flow-steps {
  margin: 0;
  padding-left: 18px;
}

#app-view .com-flow-steps li {
  margin-bottom: 4px;
}

#app-view .com-flow-tip--inline {
  margin-bottom: 14px;
  max-width: 900px;
}

.com-badge {
  display: inline-block;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  white-space: nowrap;
}

.com-badge--pendiente {
  background: #fff7ed;
  color: #c2410c;
  border: 1px solid #fed7aa;
}

.com-badge--proyectada,
.com-badge--habilitada {
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid #bfdbfe;
}

.com-badge--auth-pend {
  background: #fffbeb;
  color: #b45309;
  border: 1px solid #fde68a;
}

.com-badge--auth-ok {
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #a7f3d0;
}

.com-badge--auth-ret {
  background: #fff8e6;
  color: #7c5a00;
  border: 1px solid #e8d9a8;
}

.com-badge--pagada {
  background: #f0f9ff;
  color: #0369a1;
  border: 1px solid #bae6fd;
}

.com-badge--cancelada {
  background: #f1f5f9;
  color: #475569;
  border: 1px solid #cbd5e1;
}

.cp-summary .pill.com-pill-alert {
  background: #fffbeb;
  border-color: #fde68a;
  color: #92400e;
}

.cp-summary .pill.com-pill-alert strong {
  color: #b45309;
}

tr.cp-row-pend-auth {
  background: #fffbeb;
}

tr.cp-row-pend-auth td {
  border-color: #fde68a;
}
