
#tourBtn.tourBtn{
  height:34px!important;
  min-height:34px!important;
  padding:0 11px!important;
  gap:7px!important;
  border-radius:10px!important;
  font-size:11px!important;
  font-weight:700!important;
  letter-spacing:.01em!important;
  line-height:1!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  white-space:nowrap!important;
}
#tourBtn .onyxTourIcon{
  width:15px!important;
  height:15px!important;
  flex:0 0 15px!important;
  display:inline-block!important;
}
#tourBtn .onyxTourIcon svg{
  width:100%!important;
  height:100%!important;
  display:block!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
#tourBtn .onyxTourLabel{font-size:11px!important;font-weight:700!important;line-height:1!important}
@media(max-width:760px){
  #tourBtn.tourBtn{width:34px!important;min-width:34px!important;padding:0!important;border-radius:10px!important}
  #tourBtn .onyxTourLabel{display:none!important}
}
