.track-notes blockquote {
  font-style: italic;
  border-left: 3px solid #ccc;
  margin: 1rem 0;
  padding-left: 1rem;
  white-space: pre-line;
  color: #333;
}

.track-notes h2 {
  margin-bottom: 0.25rem;
  font-size: 1.25rem;
}

.track-notes hr {
  margin: 1rem 0;
  border: 0;
  border-top: 1px solid #eee;
}

.track-notes {
  font-style: italic;
  opacity: 0.9;
}

.text-muted {
  font-size: 14px;
  color: #2d3e52 !important;
  font-weight: 500;
}

