.mh-offer{
  min-height:46px;
  position:relative;
  z-index:40;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:11px;
  padding:0 12px;
  overflow:hidden;
  background:#0d0e10;
  color:#fff;
  font:500 13px/1 "Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  white-space:nowrap;
}
.mh-offer b{
  overflow:hidden;
  color:#fff;
  font-weight:750;
  text-overflow:ellipsis;
}
.mh-offer-spark{
  width:10px;
  height:10px;
  flex:0 0 10px;
  border:2px solid #20c96b;
  border-radius:3px;
  transform:rotate(45deg);
}
.mh-offer-divider{
  width:1px;
  height:15px;
  flex:0 0 1px;
  background:#626871;
}
.mh-offer-flag{
  flex:0 0 auto;
  font-size:17px;
  line-height:1;
}
.mh-offer-timer{
  flex:0 0 auto;
  font-variant-numeric:tabular-nums;
  font-weight:750;
  letter-spacing:.02em;
}

@media(max-width:520px){
  .mh-offer{
    min-height:48px;
    height:auto;
    gap:7px;
    padding:7px 9px;
    text-align:center;
    font-size:10px;
  }
  .mh-offer-divider{height:13px}
  .mh-offer-flag{font-size:15px}
  .mh-offer-timer{font-size:10px}
}
