/* Social media hardening: prevents icon assets from ever rendering at intrinsic/viewport size. */
.social-links { display:flex !important; align-items:center !important; gap:8px !important; flex-wrap:wrap !important; margin-top:16px !important; }
.social-links .social-link { width:38px !important; height:38px !important; min-width:38px !important; max-width:38px !important; min-height:38px !important; max-height:38px !important; padding:0 !important; margin:0 !important; display:inline-flex !important; align-items:center !important; justify-content:center !important; overflow:hidden !important; border-radius:50% !important; background:#fff !important; color:inherit !important; line-height:0 !important; }
.social-links .social-link img { width:22px !important; height:22px !important; max-width:22px !important; max-height:22px !important; min-width:22px !important; min-height:22px !important; display:block !important; object-fit:contain !important; object-position:center !important; flex:0 0 22px !important; }
.social-home-list .social-home-link { display:inline-flex !important; align-items:center !important; min-height:48px !important; }
.social-home-list .social-home-icon { width:30px !important; height:30px !important; min-width:30px !important; max-width:30px !important; min-height:30px !important; max-height:30px !important; display:inline-flex !important; align-items:center !important; justify-content:center !important; overflow:hidden !important; line-height:0 !important; }
.social-home-list .social-home-icon img { width:24px !important; height:24px !important; max-width:24px !important; max-height:24px !important; min-width:24px !important; min-height:24px !important; display:block !important; object-fit:contain !important; flex:0 0 24px !important; }
.social-preview .social-icon { width:42px !important; height:42px !important; min-width:42px !important; max-width:42px !important; min-height:42px !important; max-height:42px !important; display:inline-flex !important; align-items:center !important; justify-content:center !important; overflow:hidden !important; line-height:0 !important; }
.social-preview .social-icon img { width:32px !important; height:32px !important; max-width:32px !important; max-height:32px !important; min-width:32px !important; min-height:32px !important; display:block !important; object-fit:contain !important; flex:0 0 32px !important; }
@media (max-width:600px){
  .social-links .social-link { width:34px !important; height:34px !important; min-width:34px !important; max-width:34px !important; min-height:34px !important; max-height:34px !important; }
  .social-links .social-link img { width:20px !important; height:20px !important; max-width:20px !important; max-height:20px !important; min-width:20px !important; min-height:20px !important; flex-basis:20px !important; }
}
