.app-promotion a:focus-visible {
  outline: 3px solid #153453;
  outline-offset: 4px;
}
.app-promotion { padding-block: 28px; border-bottom: 1px solid #ececf0; }
.app-promotion h2 { margin-top: 0; }
.app-promotion p { margin-bottom: 12px; }
.app-promotion .stores { margin-top: 12px; }
/* Form tools must grow with their results, including on short screens. */
.stage:has(> .field), .stage:has(> .row) {
  height: auto;
  min-height: 100svh;
  flex-direction: column;
  gap: 24px;
  padding: max(18px, env(safe-area-inset-top)) 16px max(80px, calc(env(safe-area-inset-bottom) + 64px));
}
.stage > .field, .stage > .row {
  position: static !important;
  transform: none !important;
  flex-shrink: 0;
}
.stage > .row { width: 100%; }
.stage:has(> .field) > .result, .stage:has(> .row) > .result {
  margin: auto 0 !important;
  max-height: none;
  overflow: visible;
  flex-shrink: 0;
}
