/* MiKO global Reward Store shortcut */
.miko-real-menu-links a.is-reward-store{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  padding:0 10px!important;
  border:1px solid #cfe6ff!important;
  border-radius:999px!important;
  color:#0b67c7!important;
  background:linear-gradient(180deg,#f7fbff,#edf7ff)!important;
  font-weight:900!important;
}
.miko-real-menu-links a.is-reward-store svg{
  width:15px!important;
  height:15px!important;
  fill:none!important;
  stroke:#0d7ee5!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.miko-real-menu-links a.is-reward-store:hover{
  color:#fff!important;
  background:linear-gradient(135deg,#23b1ff,#0b79e9)!important;
  border-color:transparent!important;
}
.miko-real-menu-links a.is-reward-store:hover svg{stroke:#fff!important}
@media(max-width:900px){
  .miko-real-menu-links a.is-reward-store{
    border-radius:10px!important;
  }
}
