.live-results__body {
  margin: 0 20px 20px;
}
.live-results__body > div:not(:last-of-type) {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.live-results__body > div:last-of-type {
  margin-bottom: 20px;
}

.live-results__item {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #0C1B5F;
}

.live-results__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.live-results__head {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.07);
  margin: 6px 6px 20px;
  padding: 20px 10px;
}

.live-results__name {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.live-results__date {
  font-size: 12px;
  font-weight: 700;
  color: #FA03A4;
  text-transform: uppercase;
  line-height: 1.33;
  text-align: center;
  margin-bottom: 8px;
}

.live-results__cell {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42;
}
.live-results__cell.winrate {
  font-size: 16px;
  color: #19B1BD;
  display: flex;
  align-items: center;
  gap: 2px;
}

.live-results__link {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  border-radius: 32px;
  padding: 12px;
  width: 100%;
  text-align: center;
}
.live-results__link:hover {
  background-color: #fff !important;
}

/*# sourceMappingURL=report-new.css.map */
