/* Hot */
.gwd-football-grid-matches-two .matches__item--hot:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 11px;
  padding: 1px;
  background: linear-gradient(155deg, #FF0000 0%, #630606 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  pointer-events: none;
}

/* VS Button */
.gmd-score-box.vs:not(.t_vs_num) {
  width: 40px;
  font-weight: bold;
}

/* Is Win */
.is-win {
  border: 1px solid #01D35C;
}

/* Popup */
.matches__item {
  position: relative;
}

.incident-popup {
  position: absolute;
  z-index: 60;
}

.matches__item {
  position: relative;
}

.match-popup.statistic-section{
  position: absolute;
  inset: 0;
  z-index: 10001;
  pointer-events: none;
}

.incident-popup, .statics-popup{
  position: absolute;
  z-index: 10001;
  pointer-events: auto;
  margin: 0;
}

/* Comentator */
.gmd-match-footer__streamer {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #bbbbbb;
  justify-content: center;
}

.toggle-btn {
  background: none;
  border: none;
  color: #bbbbbb;
  border: 1px solid transparent;
  border-radius: 38px;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  margin: 0;
}

.blv-count {
  display: flex;
  align-items: center;
  gap: 5px;
}

button.toggle-btn span {
  font-size: 12px;
  font-weight: normal;
}

span.blv-arrow {
  color: #424242;
}

/* Readmore */
.dashicons-update {
  margin-top: 3px !important;
  margin-left: 3px !important;
}