
/* Bid2Stay Release 12.5.8.1 — currency switcher state */
.currency button,
.r11-currency button{
  cursor:pointer!important;
  transition:background-color .18s ease,color .18s ease,box-shadow .18s ease!important;
}

.currency button.active,
.r11-currency button.active{
  background:#f5ad16!important;
  color:#111!important;
  box-shadow:0 0 0 1px rgba(245,173,22,.28)!important;
}

.currency button:focus-visible,
.r11-currency button:focus-visible{
  outline:2px solid #ffd05b!important;
  outline-offset:2px!important;
}
