/* ============================================================
   SHARED.CSS – Gemeinsame Styles für Desktop und Mobile
   ============================================================ */

/* ==============================
   Audio Player
============================== */

.abcjs-inline-audio {
  background: #85A9D9 !important;
  border-radius: 6px !important;
}

.abcjs-midi-tempo {
  font-size: 14px !important;
  width: 52px !important;
}

.abcjs-tempo-multiplier {
  font-size: 14px !important;
}

.abcjs-midi-progress-background {
  background-color: #ffffff !important;
  border: 2px solid #424242 !important;
  border-radius: 4px !important;
}

.abcjs-midi-progress-indicator {
  background-color: #0075FF !important;
  border-radius: 3px !important;
}

.abcjs-btn g {
  fill: #575454;
  stroke: #999696;
}