.compact-danger {
  padding: 9px 12px;
}

.danger-button {
  border: 1px solid #fecaca;
  background: #fee2e2;
  color: #991b1b;
  border-radius: 10px;
  font-weight: 800;
  cursor: pointer;
}

.danger-button:hover {
  background: #fecaca;
}

.danger-button:disabled {
  opacity: .55;
  cursor: not-allowed;
}

.secondary-button {
  border: 1px solid #cbd5e1;
  background: #f8fafc;
  color: #334155;
  border-radius: 10px;
  font-weight: 800;
  cursor: pointer;
}

.secondary-button:hover {
  background: #e2e8f0;
}


#articlesTableBody .row-actions{width:168px;display:grid;grid-template-columns:1fr;gap:8px}#articlesTableBody .row-actions>button{width:100%;min-width:168px;height:44px;min-height:44px;padding:0 14px;border-radius:10px;font-size:15px;font-weight:800;line-height:1;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;white-space:nowrap}#articlesTableBody .row-actions .edit-button{border:1px solid #cbd5e1;background:#fff;color:#0f172a}#articlesTableBody .row-actions .secondary-button{border:1px solid #cbd5e1;background:#f8fafc;color:#334155}#articlesTableBody .row-actions .danger-button{border:1px solid #fecaca;background:#fee2e2;color:#991b1b}@media(max-width:900px){#articlesTableBody .row-actions{width:152px}#articlesTableBody .row-actions>button{min-width:152px}}
