.episode-locations details {
  margin: 1.25rem 0;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #d6c2a8;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.episode-locations summary {
  font-weight: bold;
  color: #3c2f1c;
  cursor: pointer;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.episode-locations summary:hover {
  color: #9e5be1;
}

.episode-locations ul {
  padding-left: 1.25rem;
  margin-top: 0.5rem;
  list-style-type: disc;
}

.episode-locations li {
  margin-bottom: 0.35rem;
  font-size: 1rem;
  color: #1a0f0f;
}

.cast-wrapper {
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.6);
  border-left: 5px solid #9e5be1;
  border: 1px solid #d6c2a8;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.cast-wrapper h2 {
  font-size: 1.6rem;
  color: #3c2f1c;
  text-align: center;
  margin-bottom: 1rem;
  border-bottom: 2px solid #9e5be1;
  padding-bottom: 0.4rem;
}

.cast-wrapper details {
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #d6c2a8;
  border-radius: 6px;
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.cast-wrapper summary {
  font-size: 1.1rem;
  font-weight: bold;
  color: #3c2f1c;
  cursor: pointer;
}

.cast-wrapper summary:hover {
  color: #9e5be1;
}

.cast-wrapper ul.cast-list {
  list-style: none;
  padding-left: 0;
  margin-top: 0.75rem;
}

.cast-wrapper ul.cast-list li {
  font-size: 1rem;
  line-height: 1.6;
  color: #1a0f0f;
}

.cast-wrapper ul.cast-list li strong {
  color: #3c2f1c;
}

@media (max-width: 480px) {
  .episode-nav-links {
    flex-direction: row;
    justify-content: space-between;
    gap: 0.5rem;
    font-size: 0.85rem;
    padding: 0.5rem 1rem;
    flex-wrap: wrap;
  }

  .episode-nav-links a {
    flex: 1 1 auto;
    text-align: center;
    font-size: 0.95rem;
  }
}

 .notes-box {
  background: rgba(255, 255, 255, 0.6);
  max-width: 700px;
  margin: 2rem auto;
  padding: 1.5rem;
  border-left: 6px double #9e5be1;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.notes-box h2 {
  font-size: 1.6rem;
  color: #3c2f1c;
  margin-bottom: 1rem;
  text-align: center;
}

.notes-box p {
  font-size: 1.05rem;
  color: #1a0f0f;
  line-height: 1.7;
  margin: 0;
}
  
  


.power-notes {
  border-left: 4px double #9e5be1;
  padding-left: 1.25rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.7;
  color: #432a1a;
  background: rgba(255, 255, 255, 0.5);
}

.power-notes h4 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #6a2dad;
}