/* GoldAutoTradePRO v5.5.4 — final product hero alignment + neutral statutory footer links */

/* Product hero: align the copy with the same standard shell used by the pricing block below. */
body[data-page="product-v7"] .product-hero-bull > .shell.product-hero-copy{
  width:min(var(--max),calc(100% - 44px)) !important;
  max-width:var(--max) !important;
  margin-inline:auto !important;
}

/* Statutory action links stay easy to find, but visually match the other legal footer links. */
.footer-links a.footer-legal-action{
  color:#b6c6d0 !important;
  font-weight:400 !important;
  font-size:inherit !important;
}
.footer-links a.footer-legal-action:hover{color:#fff !important}

@media(max-width:760px){
  body[data-page="product-v7"] .product-hero-bull > .shell.product-hero-copy{
    width:min(100% - 30px,var(--max)) !important;
  }
}
