.nofsa-fun-run {
  max-width: 100%;
  margin: 0 auto;
}

.nofsa-fun-run *,
.nofsa-fun-run *::before,
.nofsa-fun-run *::after {
  box-sizing: border-box;
}

.nofsa-fun-run__summary,
.nofsa-fun-run__notice,
.nofsa-fun-run__totals,
.nofsa-fun-run__emergency-copy,
.nofsa-fun-run__legal,
.nofsa-fun-run__submit,
.nofsa-fun-run__actions {
  margin: 1rem 0;
}

.nofsa-fun-run__summary,
.nofsa-fun-run__totals {
  padding: 1rem;
  border: 1px solid currentColor;
  border-radius: 0.25rem;
}

.nofsa-fun-run__notice {
  padding: 1rem;
  border: 1px solid currentColor;
  border-radius: 0.25rem;
}

.nofsa-fun-run__applicant {
  margin: 1.5rem 0;
  padding: 1rem;
  border: 1px solid currentColor;
  border-radius: 0.25rem;
}

.nofsa-fun-run__applicant legend {
  padding: 0 0.4rem;
  font-weight: 700;
}

.nofsa-fun-run__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.nofsa-fun-run label span {
  display: block;
  margin-bottom: 0.35rem;
  font-weight: 600;
}

.nofsa-fun-run input[type="text"],
.nofsa-fun-run input[type="email"],
.nofsa-fun-run input[type="tel"] {
  width: 100%;
  max-width: 100%;
}

.nofsa-fun-run__checkbox {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  margin: 1rem 0;
}

.nofsa-fun-run__checkbox input {
  margin-top: 0.25rem;
}

.nofsa-fun-run__button,
.nofsa-fun-run__remove {
  cursor: pointer;
}

.nofsa-fun-run__button[disabled] {
  cursor: not-allowed;
  opacity: 0.55;
}

.nofsa-fun-run__remove {
  margin-bottom: 1rem;
}

.nofsa-fun-run__hp {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.nofsa-fun-run--redirect,
.nofsa-fun-run--error-page {
  max-width: 720px;
  padding: 2rem;
}

@media (max-width: 720px) {
  .nofsa-fun-run__grid {
    grid-template-columns: 1fr;
  }
}
