/* --- SONG PAGE STYLES --- */

.container-narrow {
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

.song-header {
  margin-top: 2rem;
  margin-bottom: 0;
  text-align: center;
}

.song-title {
  font-family: 'Cardo', serif;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.3px;
  margin-top: 0.5rem;
  margin-bottom: -18px;
  color: #1a1a1a;
}

.song-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  color: #999;
  letter-spacing: 0.03em;
  margin-top: 0.3rem;
  text-transform: uppercase;
}

/* --- LYRICS --- */

.lyrics-body {
  font-family: 'Cardo', serif;
  font-size: 1.2rem;
  line-height: 1.3;
  max-width: 720px;
  white-space: pre-wrap;
  text-align: center;
  color: #1a1a1a;
  margin-bottom: -38px;
}

.chorus-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #95587a;
  display: inline-block;
  margin: 0;
  padding: 0;
}