/* Winners Pro v3.7.1 – filter bar revamped; visuals largely inlined */


/* === WIP Header Bar layout additions === */
.wip-headerbar { width:100%; position:sticky; top:0; z-index:9999; }
.wip-hb-inner { display:flex; align-items:center; justify-content:space-between; gap:.75rem; padding:.4rem .8rem; }
.wip-hb-left { display:flex; align-items:center; gap:.5rem; min-width:0; }
.wip-hb-label { font-weight:600; opacity:.9; white-space:nowrap; }
.wip-onewinner { list-style:none; padding:0; margin:0; display:block; max-width:48vw; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.wip-onewinner .wip-winner-item { transition:opacity .3s ease; opacity:.85; }
.wip-onewinner .wip-winner-item.is-active { opacity:1; }
.wip-hb-right { display:flex; align-items:center; gap:.6rem; }
.wip-hb-next { font-weight:600; white-space:nowrap; }
@media (max-width: 768px) { .wip-hb-left { display:none !important; } .wip-hb-right { width:100%; justify-content:center; } }

