.history-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.125rem 0.625rem;
  border-radius: 9999px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: capitalize;
}

.history-badge--create  { background-color: #dcfce7; color: #166534; }
.history-badge--update  { background-color: #dbeafe; color: #1e40af; }
.history-badge--destroy { background-color: #fee2e2; color: #991b1b; }
