/* v7.60 — a divider introduces a new piece of copy, so the copy begins after a controlled pause. */
:root { --one-divider-to-copy-gap: 24px; }

/* Applies to structured progress, line, sequence, flow and step components when explanatory copy follows. */
html body main :is(ol,ul,div,section):is([class*="-progress"],[class*="-lines"],[class*="-sequence"],[class*="-flow"],[class*="-steps"]) + p {
  padding-top: var(--one-divider-to-copy-gap) !important;
}

/* The homepage readiness progression is the exact supplied case. */
html body main .launch .l754-hero-progress + .l731-intro {
  padding-top: var(--one-divider-to-copy-gap) !important;
}

@media (max-width: 760px) {
  :root { --one-divider-to-copy-gap: 16px; }
}
