.LiveResults .results-subheading {
  font-weight: 600;
  color: #000;
  font-size: 20px;
  text-align: center;
  margin-bottom: 0px;
  margin-top: 5px;
}

.LiveResults .game-status-block {
  border-bottom: 1px solid #cc0000;
  padding: 5px 0px;
  height: 100%;
  justify-content: center;
  text-align: center;
}

.LiveResults .game-card-title {
    font-weight: 600;
    margin-bottom: 0px;
    font-size: 22px;
    color: #00094d;
    text-shadow: 1px 1px 2px #fff;
}

.LiveResults .status-txt {
  font-size: 1.2rem;
  font-weight: bold;
}

.LiveResults .status-txt.loading-state {
  color: #800000;
  font-size: 18px;
  margin: 0px;
}

.LiveResults .status-txt.active-state {
  color: #880e4f;
  font-weight: 800;
}

.LiveResults .game-status-tag {
  font-size: 20px;
  color: #000;
  font-weight: 700;
}

.LiveResults .game-subText-status-tag {
  font-size: 15px;
  color: #000;
  font-weight: 600;
}
.LiveResults .refresh-mini-btn {
  border: 1px solid #e6e6e6;
  background: #522f92;
  color: #fff;
  padding: 5px 7px;
  border-radius: 8px;
  font-size: 12px;
  margin: 2px 0 -1px;
  display: inline-block;
  transition: all 0.3s;
}

@media (min-width:0px) and (max-width:767px){
.LiveResults .game-card-title {
    font-size: 16px;
}

.LiveResults .game-status-tag {
    font-size: 15px;
}

.LiveResults .game-subText-status-tag {
    font-size: 13px;
}

.LiveResults .results-subheading {
    font-size: 16px;
}
}