/* Match the darker staff in the adventure view across notation surfaces.
   Keep this shared rule independent of note layout and playback rendering. */
:root .hg-gongo-notation .hg-note-staff,
.hg-note-staff,
.practice-staff-line {
  stroke: #555 !important;
  stroke-width: 1.3 !important;
  opacity: 1 !important;
}
