.reward-check-in {
  margin-top: 26px;
  border: 0;
  cursor: pointer;
}

.reward-check-in:disabled {
  opacity: .62;
  cursor: not-allowed;
}

.reward-check-in-status {
  max-width: 460px;
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.5;
}

.reward-prizes {
  padding: clamp(80px, 9vw, 140px) max(24px, calc((100vw - 1240px) / 2));
  background: #07090b;
}

.reward-prizes .rewards-section-heading > p {
  color: #9499a1;
}

.reward-prizes .earn-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.reward-prizes .earn-grid article h3 {
  margin-top: 66px;
}

.reward-terms-note {
  max-width: 900px;
  margin: 28px 0 0;
  color: #90959c;
  font-size: 13px;
  line-height: 1.65;
}

.progress-track span {
  width: 0;
}

.progress-track span.has-points {
  min-width: 8px;
}

@media (max-width: 900px) {
  .reward-prizes .earn-grid {
    grid-template-columns: 1fr;
  }
}
