.cm-badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

  .cm-badge.success {
    background: #e8f7ee;
    color: #198754;
  }

  .cm-badge.danger {
    background: #fdecec;
    color: #dc3545;
  }

  .cm-badge.warning {
    background: #fff4e5;
    color: #b26a00;
  }

  .cm-badge.info {
    background: #e8f1ff;
    color: #0d6efd;
  }

  .cm-badge.neutral {
    background: #f1f3f5;
    color: #495057;
  }

.cm-action {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

  .cm-action.primary {
    background: #eef5ff;
    color: #0d6efd;
    border: 1px solid #cfe2ff;
  }

  .cm-action.danger {
    background: #fff1f2;
    color: #dc3545;
    border: 1px solid #f5c2c7;
  }

  .cm-action.subtle {
    background: #f8f9fa;
    color: #495057;
    border: 1px solid #dee2e6;
  }
.slick-cell .cm-action {
  white-space: nowrap;
  display: inline-block;
  padding: 5px 10px;
}