/* editor.css - Styles für den Streckeneditor (siehe editor.js) */
.editor-controls {
  display: none;
  background: #22242a;
  padding: 10px;
  border-radius: 6px;
  gap: 8px;
  margin-bottom: 10px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 13px;
  width: 100%;
  justify-content: center;
  box-sizing: border-box;
}
