.live-market-card [data-market-name],
.result-market-card [data-market-name] {
  line-height: 1.12;
}

.matka-result-line {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  gap: 4px;
  width: 100%;
  margin-top: 4px;
  color: var(--accent, #6739b7);
  line-height: 1;
}

.matka-result-part {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  min-width: 44px;
}

.matka-result-number {
  display: block;
  font-weight: 800;
  letter-spacing: 0;
}

.matka-result-number--side {
  font-size: 1.34em;
}

.matka-result-number--jodi {
  font-size: 1.68em;
  font-weight: 900;
  line-height: .92;
}

.matka-result-separator {
  font-size: 1.18em;
  font-weight: 800;
  line-height: 1.08;
}

.matka-result-loading {
  display: block;
  font-size: 1.15em;
  font-weight: 800;
  line-height: 1.1;
}

.matka-result-part--loading {
  min-width: 64px;
}

.matka-time-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 7px;
  padding: 3px 8px;
  border: 1px solid rgba(103, 57, 183, .18);
  border-radius: 999px;
  background: rgba(103, 57, 183, .08);
  color: var(--accent, #6739b7);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
}

.live-market-card .matka-result-line {
  font-size: 1.12em;
}

.result-market-card .matka-result-line {
  font-size: 1.06em;
}

@media (max-width: 480px) {
  .matka-result-line {
    gap: 4px;
  }

  .matka-result-part {
    min-width: 48px;
  }

  .matka-result-part--loading {
    min-width: 88px;
  }

  .matka-time-chip {
    max-width: 98px;
    padding: 3px 6px;
    font-size: 11px;
    white-space: normal;
  }
}
