.lyrics {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.lyrics__portion {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.lyrics__portion__title {
  font-weight: bold;
  font-size: 0.9em;
}

.lyrics__portion__content {
  white-space: no-wrap;
  opacity: 0.8;
  font-size: calc(1.1em * var(--font-scale-factor, 1));
}

.header {
  display: flex;
  justify-content: space-between;
}

.controls {
  display: flex;
  gap: 1rem;
}
