/* KERS_TX_NETWORK_LOGOS_R1_20260903 */
.tx-hub .tx-network img[data-kers-tx-logo-r1="1"]{
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  border-radius:8px!important;
  object-fit:cover!important;
  object-position:center!important;
  background:transparent!important;
  box-shadow:0 1px 4px rgba(15,23,42,.08)!important;
}
@media(max-width:720px){
  .tx-hub .tx-network img[data-kers-tx-logo-r1="1"]{
    width:27px!important;height:27px!important;min-width:27px!important;border-radius:7px!important;
  }
}
