/* The affiliate disclosure and its jump button sit centred on every page and post:
   one quiet line, then one clear way down to the first product card. */
.et-band--disclosure .et-disclosure {
  text-align: center;
}
.et-band--disclosure .et-jump-cta {
  display: flex;
  width: fit-content;
  margin-inline: auto;
  gap: 0.3em; /* the arrow's leading space collapses inside a flex box */
}
