.cpc-container {
  max-width: 43.75rem;
  margin: 0 auto;
  padding: 1.25rem;
  font-family: Arial, sans-serif;
}

.cpc-box {
  background: var(--yellow);
  padding: 1.5625rem;
  border-radius: 0.75rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: var(--black);
  border: 0.0625rem solid var(--light-gray);
  margin-bottom: 1.25rem;
}

.results-row {
  display: flex;
  gap: 1.875rem;
  margin-top: 1.875rem;
}

.result-col {
  width: 50%;
  padding: 1.25rem;
}

.result-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.625rem;
}

#resultPage {
  display: none;
}

.cpc-result {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}

.step {
  display: flex;
  margin-bottom: 1.875rem;
}

.step h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.step-number {
  min-width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: var(--white);
  margin-right: 0.9375rem;
}

.step-1,
.step-2,
.step-3 {
  background: var(--body-text);
}

.step h5 {
  margin-bottom: 0.375rem;
  font-weight: 600;
}

.step p {
  margin: 0;
  font-size: 0.875rem;
  opacity: 0.9;
}

@media (max-width: 767px) {
  .results-row {
    flex-direction: column;
    gap: 0rem;
  }

  .result-col {
    width: 100%;
  }

  .cpc-box {
    font-size: 1.25rem;
  }
}
