/* Datei: Morse_Beispiel/styles.css
   Nur applet-spezifische Klassen – alles andere kommt aus global.css */

.morse-demo {
  max-width: 800px;
  width: 100%;
  gap: 16px;
}

.morse-demo h2 {
  margin-bottom: 8px;
}

.morse-demo__controls {
  width: 100%;
  display: flex;
  justify-content: center;
}

.morse-demo__player {
  width: 100%;
}