/* Client branding overrides */
html.site-product-landing { --pl-footer-mark-base: 3.25rem; --pl-footer-pad-block: 1rem; --pl-footer-mark-max-width: min(22rem, 50vw); } html.site-product-landing .site-footer__mark { object-fit: contain; object-position: left center; } @media (max-width: 768px) { html.site-product-landing { --pl-footer-mark-base: 2.75rem; --pl-footer-pad-block: 0.875rem; --pl-footer-mark-max-width: min(18rem, 72vw); } html.site-product-landing .site-footer__mark-group { margin-inline: auto; max-width: 100%; overflow: visible; } html.site-product-landing .site-footer__mark { margin-inline: auto; object-position: center center; max-width: min(var(--pl-footer-mark-max-width), 100%); } html.site-product-landing .site-footer__meta { text-align: center; } } @media (max-width: 480px) { html.site-product-landing { --pl-footer-mark-base: 2.4rem; --pl-footer-mark-max-width: min(16rem, 85vw); } }
