/* Review Program rules page */

.page-review-program .rp-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  max-width: 720px;
  margin: 0 auto 2.5rem;
  padding: 0;
  list-style: none;
}

.page-review-program .rp-flow__step {
  text-align: center;
  padding: 1.15rem 0.85rem;
  border-radius: 14px;
  border: 1px solid rgba(29, 185, 84, 0.22);
  background: rgba(29, 185, 84, 0.06);
}

.page-review-program .rp-flow__title {
  display: block;
  font-family: var(--font-tight);
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
}

.page-review-program .rp-flow__desc {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.58);
}

.page-review-program .rp-section {
  max-width: 760px;
  margin: 0 auto;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.page-review-program .rp-section__title {
  margin: 0 0 0.75rem;
  font-family: var(--font-tight);
  font-size: 1.05rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
}

.page-review-program .rp-section__list {
  margin: 0;
  padding-left: 1.2rem;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.75;
}

.page-review-program .rp-section__list li {
  margin-bottom: 0.4rem;
}

@media (max-width: 640px) {
  .page-review-program .rp-flow {
    grid-template-columns: 1fr;
  }
}
