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

.thieffry-action {
  cursor: pointer;
}