.screen {
  display: none;
}

.screen.active {
  display: grid;
  gap: 16px;
}

.screen-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.screen-actions {
  justify-content: flex-end;
}
