.thieffry-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5em;
}

.thieffry-action {
  cursor: pointer;
}

.thieffry-action.hidden {
  display: none;
}

.thieffry-action svg {
  pointer-events: none;
  vertical-align: middle;
}