/* Official offsite/provider logo buttons — isolated from legacy style.css parser edge cases. */
.offsite-logo{
  display:block!important;
  object-fit:contain!important;
  flex:0 0 auto!important;
  box-shadow:none!important;
  border-radius:0!important;
  background:transparent!important;
}
.social-login-grid .social-btn{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:.65rem!important;
}
.social-login-grid .social-btn img.offsite-logo{
  width:1.25rem!important;
  height:1.25rem!important;
  min-width:1.25rem!important;
  max-width:1.25rem!important;
  min-height:1.25rem!important;
  max-height:1.25rem!important;
}
.listing-share-row .share-icon-btn img.offsite-logo,
.share-icon-btn img.offsite-logo{
  width:15px!important;
  height:15px!important;
  min-width:15px!important;
  max-width:15px!important;
  min-height:15px!important;
  max-height:15px!important;
}
.carrier-logo-button img.offsite-logo{
  width:auto!important;
  height:auto!important;
  max-width:76px!important;
  max-height:38px!important;
}
.carrier-logo-button img.offsite-logo-fedex{max-width:80px!important;}
.carrier-logo-button img.offsite-logo-ups{max-width:50px!important;max-height:40px!important;}
.carrier-logo-button img.offsite-logo-usps{max-width:76px!important;}
