/* JR_APPBADGE_BALANCE_v2 — lock both store badges to identical 135×45 */
.jr-store-badges{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}
.jr-store-badges a.jr-store-badge{
  display:inline-flex!important;align-items:center;justify-content:center;
  width:135px!important;height:45px!important;
  line-height:0;text-decoration:none;flex:0 0 135px!important;
}
.jr-store-badges a.jr-store-badge svg{
  width:135px!important;height:45px!important;display:block;border-radius:8px;
  max-width:none!important;max-height:none!important;
}
.jr-store-badges a.jr-store-badge:hover{opacity:.9}
/* Legacy img badges (if any cached HTML still references them) */
.jr-site-footer a[aria-label] img[src*="app-badges/"],
.jr-site-footer img[src*="app-badges/app-store"],
.jr-site-footer img[src*="app-badges/google-play"],
body.jr-listing-v2-page .jr-site-footer img[src*="app-badges/"]{
  width:135px!important;height:45px!important;
  max-width:135px!important;max-height:45px!important;
  object-fit:fill!important;
}
body.jr-listing-v2-page .jr-store-badges svg,
body.jr-listing-v2-page .jr-store-badges a.jr-store-badge{
  max-width:none!important;
}
.appbadges .appbadge2{height:45px!important;width:135px!important}
.appbadges .appbadge2 svg{height:45px!important;width:135px!important;max-width:none!important}
