/* logo yuvarlak içine tam sığsın */
.trust-grid{
  gap:30px 34px!important;
}

.trust-item.real-logo-bubble-card,
.trust-item.round-logo-card{
  width:132px!important;
  min-height:132px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

.real-logo-bubble,
.round-logo-ball{
  width:124px!important;
  height:124px!important;
  padding:14px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
}

/* genel logo sığdırma */
.real-logo-bubble img,
.round-logo-ball img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:100%!important;
  max-height:100%!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:0 auto!important;
  transform:none!important;
}

/* yatay geniş logolar */
.trust-item[data-logo="hepsiburada"] .real-logo-bubble img,
.trust-item[data-logo="hepsiburada"] .round-logo-ball img{
  max-width:92px!important;
  max-height:26px!important;
}

.trust-item[data-logo="amazon"] .real-logo-bubble img,
.trust-item[data-logo="amazon"] .round-logo-ball img{
  max-width:86px!important;
  max-height:28px!important;
}

.trust-item[data-logo="idefix"] .real-logo-bubble img,
.trust-item[data-logo="idefix"] .round-logo-ball img{
  max-width:72px!important;
  max-height:28px!important;
}

/* kare / daha kompakt logolar */
.trust-item[data-logo="trendyol"] .real-logo-bubble img,
.trust-item[data-logo="trendyol"] .round-logo-ball img{
  max-width:74px!important;
  max-height:74px!important;
}

.trust-item[data-logo="n11"] .real-logo-bubble img,
.trust-item[data-logo="n11"] .round-logo-ball img{
  max-width:78px!important;
  max-height:58px!important;
}

.trust-item[data-logo="ciceksepeti"] .real-logo-bubble img,
.trust-item[data-logo="ciceksepeti"] .round-logo-ball img{
  max-width:70px!important;
  max-height:70px!important;
}

/* modül ikon/logoları */
.trust-item[data-logo="xml"] .real-logo-bubble img,
.trust-item[data-logo="xml"] .round-logo-ball img{
  max-width:74px!important;
  max-height:74px!important;
}

.trust-item[data-logo="excel"] .real-logo-bubble img,
.trust-item[data-logo="excel"] .round-logo-ball img{
  max-width:66px!important;
  max-height:66px!important;
}

.trust-item[data-logo="kargo"] .real-logo-bubble img,
.trust-item[data-logo="kargo"] .round-logo-ball img{
  max-width:66px!important;
  max-height:66px!important;
}

.trust-item[data-logo="efatura"] .real-logo-bubble img,
.trust-item[data-logo="efatura"] .round-logo-ball img{
  max-width:74px!important;
  max-height:48px!important;
}

.trust-item[data-logo="eihracat"] .real-logo-bubble img,
.trust-item[data-logo="eihracat"] .round-logo-ball img{
  max-width:82px!important;
  max-height:48px!important;
}

@media(max-width:900px){
  .trust-item.real-logo-bubble-card,
  .trust-item.round-logo-card{
    width:110px!important;
    min-height:110px!important;
  }

  .real-logo-bubble,
  .round-logo-ball{
    width:102px!important;
    height:102px!important;
    padding:12px!important;
  }

  .trust-item[data-logo="hepsiburada"] .real-logo-bubble img,
  .trust-item[data-logo="hepsiburada"] .round-logo-ball img{
    max-width:76px!important;
    max-height:22px!important;
  }

  .trust-item[data-logo="amazon"] .real-logo-bubble img,
  .trust-item[data-logo="amazon"] .round-logo-ball img{
    max-width:72px!important;
    max-height:24px!important;
  }

  .trust-item[data-logo="ciceksepeti"] .real-logo-bubble img,
  .trust-item[data-logo="ciceksepeti"] .round-logo-ball img{
    max-width:58px!important;
    max-height:58px!important;
  }
}
