.editor-clock {
  margin-bottom: 2rem;
}

.editor-now {
  margin: 0.5rem 0 1rem;
  text-align: center;
}

.editor-jump {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.editor-steps {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.editor-steps form {
  margin: 0;
}

.editor-reset button {
  font-weight: bold;
}

.editor-match-teams {
  white-space: nowrap;
}

.editor-match-teams span {
  opacity: 0.6;
  margin: 0 0.25rem;
}

.editor-match-form form {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
}

.editor-match-form input[type="number"] {
  width: 3.5rem;
}

.editor-alert {
  padding: 0.75rem 1rem;
  border: 1px solid currentColor;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}
