/* Compact agency credit aligned with footer copyright and links. */
.site-footer .footer-bottom{align-items:center;gap:18px 24px;padding-right:80px}
.site-footer .footer-bottom>span{width:auto;margin-right:auto;text-align:left}
.site-footer .footer-bottom>a{white-space:nowrap}
.site-footer .agency-credit{display:inline-flex;align-items:center;gap:8px;flex:0 0 auto;max-width:100%;color:var(--pink,#fabbcb);opacity:.65;text-decoration:none;font-family:inherit;line-height:1.3}
.site-footer .agency-credit-mark{display:block;width:44px;height:auto;flex:0 0 44px}
.site-footer .agency-credit-copy{display:flex;flex-direction:column;gap:2px}
.site-footer .agency-credit-label{font-size:8px;line-height:1.3}
.site-footer .agency-credit-name{font-size:9px;line-height:1.3}
.site-footer .agency-credit-name strong{font-weight:600}
.site-footer .agency-credit:hover,.site-footer .agency-credit:focus-visible{opacity:1}
.site-footer .agency-credit:focus-visible{outline:2px solid currentColor;outline-offset:5px;border-radius:3px}
@media(min-width:840px){.site-footer .footer-bottom{flex-wrap:nowrap}}
@media(max-width:839px){.site-footer .footer-bottom{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px 10px;padding-right:0;padding-bottom:90px;font-size:9px}.site-footer .footer-bottom>span{grid-column:1/3;grid-row:1}.site-footer .footer-bottom>a:not(.agency-credit){grid-row:2;text-align:center;white-space:normal}.site-footer .agency-credit{grid-column:3;grid-row:1;justify-self:end}.site-footer .agency-credit-copy{display:none}}
@media(max-width:360px){.site-footer .footer-bottom{font-size:8px;column-gap:8px}}
