/* Interaction Log — action badges. Mirrors the feedback-badge look/size so the
 * two admin tables read as one family. */

.audit-action {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
}

.audit-action-create      { background: #dcfce7; color: #166534; }  /* green  */
.audit-action-update      { background: #dbeafe; color: #1e40af; }  /* blue   */
.audit-action-delete      { background: #fee2e2; color: #991b1b; }  /* red    */
.audit-action-bulkupdate  { background: #fef3c7; color: #92400e; }  /* amber  */
.audit-action-bulkdelete  { background: #fecaca; color: #7f1d1d; }  /* deep red */
.audit-action-merge       { background: #ede9fe; color: #5b21b6; }  /* violet */
