
/* V3.3.7 — requested readability refinements */
.section-intro-copy {
  font-size: 1.08em;
  line-height: 1.55;
}
.red-intro-subtitle-gap {
  margin-bottom: 1.05rem !important;
}

/* V3.3.8 — requested typography refinement */
.small-subheading,
.sub-subheading,
.field-label,
.prompt-label,
.eyebrow,
.step-label,
.section-eyebrow {
  font-size: calc(1em + 1px);
}

/* TODAY red label spacing */
.today-label + h1,
.today-label + h2,
.today-label + h3,
.eyebrow.today + h1,
.eyebrow.today + h2,
.eyebrow.today + h3 {
  margin-top: 0.9rem !important;
}

/* V3.3.9 — requested spacing and prompt readability refinements */
.eyebrow + h1,
.eyebrow + h2,
.eyebrow + h3,
.eyebrow + .view-head h1,
.eyebrow + .view-head h2,
.eyebrow + .view-head h3 {
  margin-top: 1.05rem !important;
}

/* The user-facing prompt questions / mini-subheadings: +0.5px */
.field label {
  font-size: calc(1em + 0.5px);
}

/* V3.3.10 — requested final spacing refinements */
.today-label {
  font-size: calc(1em + 0.5px);
  margin-bottom: 0.85rem !important;
}
.weekday-label,
.day-label,
.weekday,
.day-name {
  font-size: calc(1em + 0.5px);
}

/* V3.3.11 — requested sub-subheading readability refinement */
.small-subheading,
.sub-subheading,
.field-label,
.prompt-label,
.eyebrow,
.step-label,
.section-eyebrow,
.field label {
  font-size: calc(1em + 1.5px);
}

/* V3.3.12 — requested spacing around selected sub-headings only */
.selected-subheading-spacing {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

/* V3.4.1 — final navigation refinement: keep every navigation button on one row */
.nav {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 5px;
  padding-top: 14px;
  padding-bottom: 16px;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.nav button {
  font-size: 18px;
  padding: 11px 14px;
  flex: 0 0 auto;
  line-height: 1.25;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .nav {
    gap: 4px;
  }
  .nav button {
    font-size: 15.5px;
    padding: 9px 12px;
  }
}
