.row-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.edit-btn {
  background: #edf2ee;
  color: #285d46;
  padding: 7px 10px;
  font-size: 12px;
  white-space: nowrap;
}

.edit-btn:hover {
  background: #dfe9e2;
}
