/* music index — /music/ */

#musicIndexJumpBar {
  position: sticky;
  top: 0;
  background: #f5f5f5;
  border-bottom: 1px solid #ddd;
  padding: 5px 10px;
  margin: 0 0 12px 0;
  z-index: 10;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.musicIndexLetters {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.musicIndexLetters a {
  font-weight: bold;
}

.musicIndexBarRight {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.musicIndexBarDivider {
  color: #bbb;
  font-weight: normal;
  font-size: 14px;
}

#musicCreamBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  height: 22px;
  width: 110px;
  box-sizing: border-box;
  background: #dbedb9;
  color: #000;
  border: 1px solid #97BD78;
  font: bold 11px verdana, sans-serif;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  white-space: nowrap;
}
#musicCreamBtn:hover {
  background: #c5e0a0;
}
#musicCreamBtn.active {
  background: #97BD78;
  border-color: #7aaa5c;
}

.musicCreamStar {
  color: #cc2200;
  line-height: 1;
  position: relative;
  top: -2px;
  margin-right: 3px;
}

.musicIndexLetterHead {
  border-bottom: 1px dashed #97BD78;
  margin-top: 18px;
  margin-bottom: 6px;
  font-size: 16px;
}

.musicIndexList {
  list-style: none;
  padding: 0;
  margin: 0 0 4px 0;
  columns: 3;
  -webkit-columns: 3;
  column-gap: 1.5em;
}

.musicIndexArtist {
  padding: 2px 0;
  break-inside: avoid;
}

.musicIndexStar {
  color: #cc2200;
  font-size: 12px;
}
