/* CS2list.net / Header theme control — isolated override layer. */
.theme-toggle { display:inline-flex; align-items:center; gap:.4rem; min-height:34px; padding:0 .55rem; color:#a4b1a7; border:1px solid transparent; background:transparent; font:10px var(--mono); }
.theme-toggle:hover { color:var(--lime); border-color:var(--line-strong); background:rgba(255,255,255,.03); }
.theme-icon { font-size:17px; line-height:1; }
#mapFilters { max-height:340px; overflow-y:auto; padding-right:.35rem; scrollbar-width:thin; scrollbar-color:var(--lime) transparent; }
#mapFilters::-webkit-scrollbar { width:4px; }
#mapFilters::-webkit-scrollbar-thumb { background:var(--lime); }
@media (max-width:760px) {
  .theme-toggle { padding:0 .35rem; }
  .theme-label { display:none; }
  #mapFilters { max-height:280px; }
}
