/* Overrides specific to single-theme to match songs list behavior */
.song-container {
  display: block; /* ensure natural vertical flow */
}

.song-alphabetically {
  padding: 8px 0; /* add vertical breathing room between rows */
}

/* Reserve space for the search bar under the header on this page */
.content-container {
  top: 16% !important;
  height: 70% !important;
}


