.grid-container {
  display: grid;
}

.action-container {
  margin: -4px 0 0 -4px;
  display: flex;
  justify-content: flex-end;
  padding: 8px;
}

.action-container .button {
  margin: 4px 0 0 4px;
}

.action-container .button + .button {
  margin: 4px 0 0 4px;
}