#challenge-container {
  content-visibility: auto;
  contain-intrinsic-size: 760px;
}

.sol-challenge-stack {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.sol-challenge-intro {
  text-align: center;
  max-width: 820px;
  width: 100%;
}

.sol-challenge-grid {
  display: grid;
  gap: 2rem;
}

.sol-section--challenge {
  padding-top: clamp(6.25rem, 8vw, 7.5rem);
  padding-bottom: clamp(6.25rem, 8vw, 7.5rem);
}

.sol-section--challenge .sol-container {
  width: min(1320px, calc(100% - 32px));
}

.sol-challenge-visual {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.85rem;
  min-width: 0;
  height: 100%;
}

.sol-challenge-visual-title {
  margin: 0;
  font-size: 1.1rem;
  color: var(--sol-text);
  text-align: center;
  font-weight: 600;
}

.sol-challenge-visual-frame {
  width: 100%;
  max-width: 1320px;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex: 1 1 auto;
  height: 100%;
}

.sol-challenge-visual-frame > * {
  width: 100%;
  height: 100%;
}

@media (min-width: 980px) {
  .sol-challenge-grid > .challenge-breakdown,
  .sol-challenge-grid > .sol-challenge-visual,
  .sol-challenge-grid > .sol-challenge-visual .sol-challenge-visual-frame,
  .sol-challenge-grid > .sol-challenge-visual .onb-chart--funnel {
    height: 100%;
  }
}

.sol-challenge-funnel {
  width: 100%;
  height: auto;
  display: block;
}

.sol-challenge-outro {
  margin: 2rem auto 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.sol-challenge-outro p {
  margin: 0;
  max-width: 860px;
  text-align: center;
  color: var(--sol-text-muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.sol-card--challenge-list p {
  margin: 0;
  line-height: 1.9;
}
