/* Supplied WardianEx artwork, with original layout and responsive containers. */
.wardianex-logo{display:block;width:164px;height:40px;object-fit:contain;max-width:100%;flex-shrink:0}
a:has(>.wardianex-logo){display:flex;align-items:center;flex-shrink:0}
.wardianex-logo-large{width:100%;height:auto;max-height:250px;opacity:.24}
[class*="bottomLgLogoBlock"]{padding-top:28px}
.wardianex-media{object-fit:contain;max-width:100%;height:auto;border-radius:inherit}
[class*="prx-logo"]+.wardianex-logo{width:164px}
@media(max-width:767px){header .wardianex-logo{width:137px;height:34px}}

/* Keep the copyright and legal link together instead of across the full footer. */
footer .styles-module-scss-module__t5ADsW__legal,
.footer .footer-wrapper .footer-container .footer__terms {
  display:flex;
  flex-direction:row;
  justify-content:flex-start;
  align-items:baseline;
  flex-wrap:wrap;
  gap:10px 24px;
}
footer .styles-module-scss-module__t5ADsW__legalLinks,
.footer .footer-wrapper .footer-container .footer__terms .footer__terms-links,
.footer .footer-wrapper .footer-container .footer__terms .footer__terms-links ul {
  margin:0;
  padding:0;
}
footer .styles-module-scss-module__t5ADsW__legalLinks,
.footer .footer-wrapper .footer-container .footer__terms .footer__terms-links ul {
  display:flex;
  flex-wrap:wrap;
  gap:8px 16px;
  list-style:none;
}
footer .styles-module-scss-module__t5ADsW__legalLinks li,
.footer .footer-wrapper .footer-container .footer__terms .footer__terms-links ul li {
  margin:0;
}
@media(max-width:767px) {
  footer .styles-module-scss-module__t5ADsW__legal,
  .footer .footer-wrapper .footer-container .footer__terms {
    flex-direction:column;
    align-items:flex-start;
    gap:8px;
  }
}
