@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Devanagari:wght@400;700&display=swap');

.reader-container {
  max-width: 800px;
  margin: 0 auto;
}

.shatakam-intro {
  margin-bottom: 1.75rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e8e8e8;
  line-height: 1.65;
  color: #34495e;
}

.chapter-header {
  margin: 0 0 1.5rem;
  padding: 1.25rem 1.25rem 1.1rem;
  background: linear-gradient(135deg, #f0f4f8 0%, #e8eef5 100%);
  border-radius: 8px;
  border-left: 4px solid #2980b9;
}

.chapter-header .chapter-title {
  font-size: 1.25rem;
  margin: 0 0 0.65rem;
  line-height: 1.35;
  color: #1a252f;
}

.chapter-header .chapter-keyword {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  color: #2c3e50;
}

.chapter-header .chapter-theme,
.chapter-header .chapter-sages,
.chapter-header .chapter-concepts {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  line-height: 1.55;
  color: #34495e;
}

.chapter-header .chapter-concepts {
  margin-bottom: 0;
}

.audio-panel {
  position: sticky;
  top: 60px; /* Adjust based on your navbar height */
  background: var(--body-bg, #fff);
  padding: 15px 0;
  z-index: 100;
  border-bottom: 1px solid #eee;
  text-align: center;
}

.verse-card {
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 8px;
  background: #f9f9f9;
  transition: all 0.3s ease;
  border-left: 4px solid transparent;
}

.verse-topic {
  font-family: 'Noto Serif Devanagari', Georgia, serif;
  font-size: 1.15rem;
  font-weight: 700;
  text-align: center;
  color: #1a5276;
  margin: 0.35rem 0 1rem;
  line-height: 1.45;
}

/* The Glow Effect when audio reaches this verse */
.verse-card.highlight {
  background: #fffdf0; /* Soft yellow highlight */
  border-left: 4px solid #f39c12;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.sanskrit-text {
  font-family: 'Noto Serif Devanagari', serif;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #2c3e50;
  text-align: center;
  margin-bottom: 20px;
}

/* Word by Word formatting */
.word-by-word {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-bottom: 20px;
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  border: 1px dashed #ddd;
}

.word-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.word-group .skt {
  font-family: 'Noto Serif Devanagari', serif;
  font-weight: bold;
  font-size: 1.1rem;
}

.word-group .eng {
  font-size: 0.85rem;
  color: #7f8c8d;
}

.translation-block {
  color: #34495e;
  border-top: 1px solid #eee;
  padding-top: 15px;
}

.translation-block .poetic-text {
  font-style: italic;
  color: #5d6d7e;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.translation-block .prose-text {
  line-height: 1.65;
}
