.SongVerse__header {
  display: flex;
  justify-content: center;
  position: relative;
}
.SongVerse__header::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 0;
  right: 0;
  border-bottom: 0.5px solid var(--border-color);
}
.SongVerse__title {
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 10px;
  padding: 0 16px;
  background-color: var(--song-bg-color);
}
.translation-only-mode .SongVerse__title {
  color: var(--dark-grey);
}
.SongVerse__text {
  list-style-type: none;
  margin: 0 0 10px 0;
  padding: 0;
}
.SongVerse__line {
  font-weight: 700;
  line-height: 24px;
  color: var(--title-color);
  text-indent: -1em;
  margin-left: 1em;
}
.SongVerse__line_indent_1 {
  margin-left: 2em;
}
.SongVerse__line_indent_2 {
  margin-left: 3em;
}
.SongVerse__line_indent_3 {
  margin-left: 4em;
}
.SongVerse__line_indent_4 {
  margin-left: 5em;
}
.SongVerse__light {
  font-weight: initial;
}
.SongVerse__translation {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.SongVerse__wordbyword {
  list-style-type: none;
  margin: 4px 0 0 0;
  padding: 0;
}
.SongVerse__paragraph p {
  color: var(--text-color);
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 16px;
}
.enable-transition .SongVerse__paragraph p {
  transition: color 0.3s ease, font-size 0.3s ease, font-weight 0.3s ease;
}
.word-by-word-mode .SongVerse__translation .SongVerse__paragraph p {
  color: var(--dark);
}
.word-by-word-mode .SongVerse__wordbyword .SongVerse__paragraph p {
  font-size: 12px;
}
.translation-only-mode .SongVerse__translation .SongVerse__paragraph p {
  color: var(--dark);
  font-weight: 400;
  font-size: clamp(18px, 3.14cqw, 22px);
  line-height: clamp(36px, 6.28cqw, 44px);
}
.SongVerse__paragraph a {
  color: var(--text-color);
}
.SongVerse__term {
  font-weight: 400;
}
.SongVerse__note {
  font-weight: 600;
}