
.rmv-widget,.rmv-widget *{box-sizing:border-box}
.rmv-widget{
  --rmv-text:#f4f4f4;
  --rmv-muted:#bfc3c8;
  --rmv-line:rgba(255,255,255,.12);
  --rmv-red:#ef1118;
  --rmv-blue:#2b93ed;
  --rmv-green:#19c979;
  width:100%;
  max-width:360px;
  margin:0;
  padding:0;
  background:transparent;
  color:var(--rmv-text);
  font-family:Arial,Helvetica,sans-serif;
}
.rmv-title{
  position:relative;
  margin:0 0 10px;
  padding:1px 0 1px 14px;
  color:#fff;
  font-size:20px;
  line-height:1.25;
  font-weight:700;
}
.rmv-title:before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width:4px;
  background:var(--rmv-red);
}
.rmv-live-row{
  display:flex;
  align-items:center;
  gap:6px;
  margin:0 0 8px 14px;
  color:#54e6a0;
  font-size:10px;
  line-height:1;
  font-weight:700;
  letter-spacing:.5px;
}
.rmv-live-dot{
  width:7px;
  height:7px;
  border-radius:50%;
  background:var(--rmv-green);
  box-shadow:0 0 0 4px rgba(25,201,121,.08);
}
.rmv-stat{
  display:flex;
  align-items:center;
  gap:12px;
  min-height:62px;
  padding:10px 0;
  border-bottom:1px solid var(--rmv-line);
}
.rmv-icon{
  width:38px;
  height:38px;
  flex:0 0 38px;
  display:grid;
  place-items:center;
  color:#7cc3ff;
  background:rgba(43,147,237,.12);
  border:1px solid rgba(124,195,255,.18);
  border-radius:50%;
}
.rmv-icon svg{width:18px;height:18px}
.rmv-copy{
  display:flex;
  flex-direction:column;
  min-width:0;
}
.rmv-copy small{
  margin-bottom:2px;
  color:#b9c1ca;
  font-size:10px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:.35px;
}
.rmv-copy strong{
  color:#fff;
  font-size:21px;
  line-height:1.15;
  font-weight:700;
}
.rmv-total{
  margin:7px 0;
  padding:10px 12px;
  border:1px solid rgba(239,17,24,.26);
  border-radius:6px;
  background:rgba(239,17,24,.07);
}
.rmv-total .rmv-icon{
  color:#ff6267;
  background:rgba(239,17,24,.12);
  border-color:rgba(255,98,103,.18);
}
.rmv-total .rmv-copy strong{color:#ff6267}
.rmv-counter-area{
  margin-top:12px;
  padding:13px 14px 14px;
  background:#123f68;
  border-radius:5px;
}
.rmv-counter-label{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  margin-bottom:10px;
  color:#fff;
  font-size:10px;
  line-height:1.2;
  font-weight:700;
  letter-spacing:.35px;
}
.rmv-counter-live{
  color:#5ae8a5;
  white-space:nowrap;
}
.rmv-counter{
  display:flex;
  justify-content:flex-start;
  gap:5px;
  flex-wrap:wrap;
}
.rmv-counter span{
  width:31px;
  height:38px;
  display:grid;
  place-items:center;
  color:#fff;
  background:linear-gradient(180deg,#40556c 0%,#132a42 52%,#0b2137 100%);
  border:1px solid rgba(255,255,255,.24);
  border-radius:4px;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.13);
  font-size:20px;
  line-height:1;
  font-weight:700;
  position:relative;
}
.rmv-counter span:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:50%;
  border-top:1px solid rgba(255,255,255,.12);
}
@media(max-width:767px){
  .rmv-widget{max-width:100%}
  .rmv-title{font-size:18px}
  .rmv-copy strong{font-size:19px}
  .rmv-counter span{width:29px;height:36px;font-size:18px}
}
