.context-menu {
  position: fixed;
  min-width: 180px;
  padding: 4px;
  border-radius: 6px;
  z-index: 200;
}

.context-item {
  padding: 6px 8px;
  border-radius: 4px;
  cursor: pointer;
}

.context-separator {
  height: 1px;
  margin: 4px 2px;
  background: #333;
}

.context-submenu-arrow {
  float: right;
}

.header-menu {
  position: fixed;
  z-index: 170;
  border-radius: 6px;
  padding: 4px;
  min-width: 180px;
  background: #1c1c1c;
  border: 1px solid #111;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6);
}

.header-menu .item {
  padding: 6px 8px;
  cursor: pointer;
  border-radius: 4px;
}

.header-menu .item:hover {
  background: linear-gradient(180deg, #1a5276, #2471a3);
}

.playlist-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.disclosure {
  display: inline-block;
  width: 14px;
}

#songHeaderRow th {
  position: relative;
  cursor: pointer;
}

.sort-indicator {
  margin-left: 3px;
  opacity: 0.8;
}

.modal.hidden,
.context-menu.hidden,
.header-menu.hidden {
  display: none;
}

#browseModalBody ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#browseModalBody li {
  padding: 4px 6px;
}

.smart-list-buttons {
  display: flex;
  gap: 6px;
}

.smart-settings {
  display: flex;
  gap: 10px;
  align-items: center;
}

.playing-icon {
  color: #7ac9ff;
  font-weight: 700;
}
