
.rlh-table-wrap{overflow-x:auto}
.rlh-controls{margin:.5rem 0}
.rlh-search{width:100%;max-width:420px;padding:.4rem .6rem}
.rlh-table{width:100%;border-collapse:collapse}
.rlh-table th,.rlh-table td{padding:.5rem .6rem;border-bottom:1px solid #e2e2e2;text-align:left;vertical-align:top}
.rlh-table th{cursor:pointer;user-select:none}
.rlh-table tr:hover{background:#fafafa}
.rlh-warning{color:#b45309}
.muted{opacity:.65}

/* WoW class colors */
.class-druid{color:#FF7D0A}
.class-paladin{color:#F58CBA}
.class-priest{color:#FFFFFF}
.class-shaman{color:#0070DE}
.class-warrior{color:#C79C6E}
.class-mage{color:#40C7EB}
.class-deathknight{color:#C41E3A}
.class-demonhunter{color:#A330C9}
.class-hunter{color:#AAD372}
.class-monk{color:#00FF96}
.class-rogue{color:#FFF569}
.class-warlock{color:#8787ED}
.class-evoker{color:#33937F}


/* Controls layout: fit content, wrap nicely */
.rlh-controls{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}
.rlh-search{width:auto;min-width:180px;max-width:320px}
.rlh-filter-group{display:flex;align-items:center;gap:.4rem;flex-wrap:wrap;border:1px solid #e5e7eb;padding:.35rem .5rem;border-radius:6px;background:#fff}
.rlh-filter-group legend{font-weight:600;font-size:.9rem;margin-right:.25rem}
.rlh-filter-group label{display:inline-flex;align-items:center;gap:.25rem;white-space:nowrap}
.rlh-filter-group input[type="checkbox"]{transform:translateY(0);}


/* Hide marker for summary (Chrome/Safari) */
.rlh-multiselect summary::-webkit-details-marker{display:none}


.rlh-select-wrap{display:inline-flex; flex-direction:column; gap:.25rem; margin-left:.5rem}
.rlh-select{min-width:180px; max-width:260px}

/* Force anchors inside class-colored spans to inherit the class color */
.rlh-table [class^="class-"] a, .rlh-table [class*=" class-"] a { color: inherit !important; text-decoration: none; }
.rlh-table [class^="class-"] a:hover, .rlh-table [class*=" class-"] a:hover { color: var(--rlh-link-hover-color, inherit) !important; text-decoration: underline; }
