.compilation-tracklist {
  margin-left: 2rem;
}

.download-form {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.download-form label {
  font-weight: bold;
}
.download-form input[type="password"] {
  padding: 0.25rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.download-form button {
  padding: 0.25rem 0.5rem;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.download-form button:hover {
  background-color: #0056b3;
}
.download-form button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.status-message {
  margin-bottom: 1rem;
  font-size: 0.8rem;
  color: #d9534f;
}

.notation {
  font-size: 0.8rem;
  color: #666;
}
