.table-result-actions {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 1rem;
  margin-top: 1rem;
}

.table-result-actions form {
  margin: 0;
}

@media (max-width: 520px) {
  .table-result-actions {
    gap: .6rem;
  }

  .table-result-actions .button {
    padding: .55rem .7rem;
  }
}
