#genre-cloud-container {
  position: fixed;
  top: 80px;
  left: 20px;
  width: auto;
  max-width: 250px;
  background-color: transparent !important; /* полностью прозрачный фон */
  padding: 0.5rem 0;
  z-index: 1030 !important;
  border: none !important;       /* убрать все рамки */
  box-shadow: none !important;   /* убрать тени */
  outline: none !important;      /* убрать возможный outline */
}

#genre-cloud-container .badge {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  background-color: rgba(0, 123, 255, 0.1) !important;
  color: #004085 !important;
  border-radius: 0.25rem;
  padding: 0.25em 0.5em;
  user-select: none;
  width: fit-content;
  cursor: pointer;
  white-space: nowrap;
  border: none !important;       /* убрать рамки у бейджей */
  box-shadow: none !important;   /* убрать тени у бейджей */
}

#genre-cloud-container .genre-count {
  font-size: 0.65rem;
  color: #555;
  margin-left: 0.3em;
  font-weight: 300;
}
