@media (max-width: 480px) {
  .sticky-footer-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-top: 1px solid var(--border);
    padding: 10px 12px;
    z-index: 90;
  }

  body.has-sticky-cta {
    padding-bottom: 78px;
  }
}
