.result-card {
  max-width: 980px;
  margin: 0 auto;
}

.result-intro {
  max-width: 640px;
}

.result-summary {
  align-items: stretch;
}

.summary-item {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}

.summary-item strong {
  font-size: clamp(1.8rem, 3vw, 2.35rem);
  line-height: 1;
}

.summary-item:last-child {
  background: #101c2d;
  border-color: #101c2d;
  color: #fff;
}

.summary-item:last-child span {
  color: #c8d1dc;
}

.result-details > p:first-child {
  margin: 0 0 4px;
  padding: 14px 16px;
  border: 1px solid #e0e6ed;
  border-radius: 12px;
  background: #f7f9fb;
  color: #536174;
}

.result-row {
  position: relative;
  padding: 20px 22px 20px 24px;
  overflow: hidden;
}

.result-row::before {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 4px 9px;
  border-radius: 999px;
  font-size: .74rem;
  font-weight: 850;
  letter-spacing: .03em;
}

.result-row.correct::before {
  content: "ЗӨВ";
  background: #e8f5ed;
  color: #287146;
}

.result-row.incorrect::before {
  content: "БУРУУ";
  background: #faeaea;
  color: #943333;
}

.result-row.unanswered::before {
  content: "ХАРИУЛААГҮЙ";
  background: #eef1f5;
  color: #667281;
}

.result-row h4 {
  font-size: 1.02rem;
}

.result-row p {
  color: #536174;
}

.result-row p strong {
  color: #1c2939;
}

.result-row.correct {
  background: linear-gradient(90deg, rgba(59, 140, 90, .055), #fff 22%);
}

.result-row.incorrect {
  background: linear-gradient(90deg, rgba(177, 59, 59, .055), #fff 22%);
}

.result-row.unanswered {
  background: linear-gradient(90deg, rgba(154, 163, 175, .06), #fff 22%);
}

#newExamButton {
  min-width: 210px;
}

@media (max-width: 620px) {
  .result-card {
    padding: 24px 18px;
  }

  .summary-item {
    min-height: 96px;
    padding: 15px;
  }

  .result-row {
    padding: 17px 16px 17px 19px;
  }

  #newExamButton {
    width: 100%;
  }
}
