.primary,
.secondary,
.danger {
  min-height: 38px;
  padding: 0 15px;
  border-radius: 8px;
  cursor: pointer;
}

.danger {
  border: 1px solid #efb4b4;
  background: #fff6f6;
  color: var(--red);
}

.item-actions,
.table-actions,
.detail-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.danger-link {
  color: var(--red) !important;
}

.table-row {
  grid-template-columns: minmax(220px, 2fr) 95px 120px 95px 160px;
}
