.template-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: stretch;
}

.template-actions .file-control {
  margin-bottom: 0;
}

.result-next-step {
  margin-top: 36px;
  padding: 24px;
  border: 1px solid var(--ink);
  background: var(--green);
  color: #fff;
}

.result-next-step h3 {
  margin: 9px 0 10px;
  font-size: 1.65rem;
}

.result-next-step > p:not(.step) {
  max-width: 650px;
  color: #dceee6;
}

.result-next-step .step {
  color: #dceee6;
}

.demo-pilot-cta {
  display: inline-flex;
  min-height: 45px;
  align-items: center;
  justify-content: center;
  margin-top: 6px;
  padding: 10px 13px;
  border: 1px solid #fff;
  background: #fff;
  color: var(--green);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .16s ease, box-shadow .16s ease;
}

.demo-pilot-cta:hover {
  box-shadow: 4px 4px 0 var(--gold);
  transform: translate(-2px, -2px);
}

@media (max-width: 550px) {
  .template-actions,
  .template-actions .file-control,
  .template-actions .secondary-button {
    width: 100%;
  }

  .template-actions .file-control {
    justify-content: center;
  }

  .demo-pilot-cta {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .demo-pilot-cta {
    transform: none;
    transition: none;
  }
}
