/* Official source image, unchanged color and aspect ratio, no background box. */
.footer-affiliation .company-affiliation-label{display:block;font-size:12.5px;color:#596b5e;margin:0 0 16px}
.footer-affiliation .company-logo{display:block;width:180px;max-width:100%;height:auto;margin:0 0 24px;padding:0;background:transparent;object-fit:contain;filter:none}
.footer-affiliation p{margin:0}

/* Official horizontal wordmark, unchanged; no additional label or decoration. */
.home-affiliated-header .header-brands{display:flex;align-items:center;gap:30px;flex:0 0 auto}
.home-affiliated-header .header-affiliation{display:flex;align-items:center;flex:0 0 auto}
.home-affiliated-header .header-affiliation>img{display:block;width:152px;height:auto;max-width:none;object-fit:contain;filter:none}
@media(max-width:1100px){
  .home-affiliated-header{gap:18px}
  .home-affiliated-header .header-brands{gap:22px}
  .home-affiliated-header .header-affiliation>img{width:142px}
}
@media(max-width:600px){
  .home-affiliated-header .header-actions>.button{display:none}
  .home-affiliated-header .header-brands{gap:18px}
  .home-affiliated-header .header-affiliation>img{width:120px}
  .home-affiliated-header{gap:10px}
}
@media(max-width:360px){
  .home-affiliated-header .header-brands>.mj-logo{width:104px}
  .home-affiliated-header .header-brands{gap:12px}
  .home-affiliated-header .header-affiliation>img{width:108px}
  .home-affiliated-header{gap:8px}
}
