/* Yuvarlaklar normal kalsın, sadece iç logolar büyüsün */
.trust-grid{
  gap:30px 34px!important;
}

/* yuvarlak dış alan normal */
.trust-item.real-logo-bubble-card,
.trust-item.round-logo-card,
.trust-item{
  width:132px!important;
  min-height:132px!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:transparent!important;
  border:none!important;
  box-shadow:none!important;
}

/* yuvarlak boyutu normal */
.real-logo-bubble,
.round-logo-ball{
  width:124px!important;
  height:124px!important;
  padding:6px!important; /* iç boşluğu azalttık, logo büyür */
  border-radius:999px!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}

/* genel logo daha büyük */
.real-logo-bubble img,
.round-logo-ball img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:110px!important;
  max-height:104px!important;
  object-fit:contain!important;
  object-position:center!important;
  margin:auto!important;
  border:none!important;
  box-shadow:none!important;
}

/* marka bazlı büyütme */
.trust-item[data-logo="trendyol"] img{
  max-width:96px!important;
  max-height:96px!important;
}

.trust-item[data-logo="hepsiburada"] img{
  max-width:112px!important;
  max-height:42px!important;
}

.trust-item[data-logo="n11"] img{
  max-width:106px!important;
  max-height:82px!important;
}

.trust-item[data-logo="amazon"] img{
  max-width:104px!important;
  max-height:42px!important;
}

.trust-item[data-logo="ciceksepeti"] img{
  max-width:100px!important;
  max-height:100px!important;
}

.trust-item[data-logo="idefix"] img{
  max-width:98px!important;
  max-height:48px!important;
}

.trust-item[data-logo="xml"] img{
  max-width:98px!important;
  max-height:98px!important;
}

.trust-item[data-logo="excel"] img{
  max-width:94px!important;
  max-height:94px!important;
}

.trust-item[data-logo="kargo"] img{
  max-width:94px!important;
  max-height:94px!important;
}

.trust-item[data-logo="efatura"] img{
  max-width:108px!important;
  max-height:70px!important;
}

.trust-item[data-logo="eihracat"] img{
  max-width:112px!important;
  max-height:70px!important;
}

/* önceki büyük hotfix varsa etkisini kır */
.trust-head b{
  font-size:28px!important;
}

.trust-box{
  padding:22px 0 16px!important;
}

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

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

  .real-logo-bubble img,
  .round-logo-ball img{
    max-width:90px!important;
    max-height:84px!important;
  }
}
