/* ApplicationsTable styles (colocated with the component) */

.panel-tools {
  display: flex;
  gap: 9px;
  align-items: center;
}

.row-actions {
  display: flex;
  gap: 5px;
  justify-content: flex-end;
}

.row-action {
  border: 1px solid var(--border);
  background: #fff;
  color: #647481;
  border-radius: 6px;
  padding: 6px;
  display: grid;
  place-items: center;
  line-height: 0;
}

.row-action:hover {
  color: #236bcc;
  border-color: #236bcc;
}

.row-action.danger:hover {
  color: #c25b5b;
  border-color: #c25b5b;
}
