/*
 * P10-SITE-1012 mobile gallery guard
 * Scope: the five approved P10-SITE-1011 product pages only.
 * Purpose: keep the mobile RFQ control without covering gallery interaction.
 */
@media (max-width: 720px) {
  body.p10-site-1012-gallery-cta-guard {
    padding-bottom: 0;
  }

  body.p10-site-1012-gallery-cta-guard .premium-sticky-cta,
  body.product-page-premium.p10-site-1012-gallery-cta-guard .premium-sticky-cta {
    position: static;
    inset: auto;
    width: calc(100% - 36px);
    max-width: 520px;
    margin: 32px auto 0;
  }
}
