.desktop-panel input {
  margin: 8px 0;
}

.desktop-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
}

.desktop-grid button {
  white-space: nowrap;
}

.desktop-actions {
  margin: 6px 0;
}
