/* ============================================================
   DXL GENRES — WARM ANALOG STYLE ONLY (NO LAYOUT)
   ============================================================ */

/* Library toggle button */
.dxl-library-toggle {
  text-align: left;
  border-radius: 8px;
  border: 1px solid #7b4f3c;
  background: linear-gradient(to bottom, #3a2a24, #2b1f1a);
  color: #f3e7d2;
  font-size: 0.85rem;
  cursor: pointer;
}

/* Library content visual styling */
.dxl-library-content {
  background: rgba(40, 30, 22, 0.55);
  border-radius: 8px;
}

/* Subsection header */
.dxl-subsection-header {
  font-size: 0.8rem;
  color: #f3e7d2;
}

/* Genre buttons */
.dxl-genre-button {
  border-radius: 8px;
  border: 1px solid #7b4f3c;
  background: #3a2a24;
  color: #f3e7d2;
  font-size: 0.75rem;
  cursor: pointer;
}

/* Playlist item styling */
.dxl-playlist-item {
  border-radius: 6px;
  background: rgba(40, 30, 22, 0.8);
  color: #f3e7d2;
  font-size: 0.75rem;
  cursor: pointer;
}
