/* v435: clean Screener exchange controls and make the selected timeframe explicit. */
#screenerWorkspace #screenerTimeframe button.active{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:5px;
}
#screenerWorkspace #screenerTimeframe button.active:before{
  content:"✓";
  display:grid;
  place-items:center;
  width:12px;
  height:12px;
  flex:0 0 12px;
  color:#16130a;
  border-radius:50%;
  background:linear-gradient(135deg,#ffe077,#f3a800);
  box-shadow:0 0 9px rgba(255,184,0,.42);
  font:900 7px/1 Arial,Helvetica,sans-serif;
}
#screenerWorkspace .volume-exchange-settings{border-radius:7px}
