.action-page .growth-hero > div,
.action-page .growth-summary,
.action-page .action-summary-card {
  min-width: 0;
}

.action-page .growth-hero h1 {
  max-width: 100%;
  overflow: visible;
  text-wrap: balance;
}

.action-page .action-summary-card {
  display: grid;
  gap: 4px;
}

.action-page .action-summary-card + .action-summary-card {
  margin-top: 8px;
  padding-top: 10px;
  border-top: 1px solid color-mix(in srgb, var(--action-accent) 20%, transparent);
}

.action-page .growth-summary .action-summary-card strong,
.action-page .growth-summary .action-summary-card span {
  min-height: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0;
  background: transparent;
  scroll-snap-align: none;
}

.action-page .growth-summary .action-summary-card strong {
  color: #eef3fa;
}

.action-page .growth-summary .action-summary-card span {
  color: #aeb9ca;
  font-size: 0.82rem;
  line-height: 1.5;
}

@media (max-width: 720px) {
  .action-page .growth-page {
    width: min(100% - 20px, 1080px);
  }

  .action-page .growth-hero {
    overflow: visible;
  }

  .action-page .growth-hero h1 {
    width: 100%;
    padding-inline: 2px;
    overflow-wrap: normal;
    word-break: normal;
  }

  .action-page .growth-summary {
    align-items: stretch;
  }

  .action-page .growth-summary .action-summary-card {
    flex: 0 0 min(78vw, 270px);
    min-height: 92px;
    align-content: center;
    gap: 5px;
    padding: 12px 13px;
    border: 1px solid color-mix(in srgb, var(--action-accent) 23%, transparent);
    border-radius: 13px 4px 13px 4px;
    background: color-mix(in srgb, var(--action-accent) 5%, #111925);
    scroll-snap-align: start;
  }

  .action-page .growth-summary .action-summary-card + .action-summary-card {
    margin-top: 0;
  }

  .action-page .growth-summary .action-summary-card strong {
    color: var(--action-accent);
    font-size: 0.78rem;
    line-height: 1.2;
  }

  .action-page .growth-summary .action-summary-card span {
    font-size: 0.7rem;
    line-height: 1.4;
  }

  .action-page-shortcuts,
  .action-page-steps,
  .contribute-page .contribution-types {
    padding-inline: 2px 8px;
  }
}

@media (max-width: 390px) {
  .action-page .growth-hero h1 {
    font-size: clamp(2.05rem, 10.5vw, 2.7rem) !important;
  }
}
