/* Para yatır / çek — ödeme yöntemi görselleri (mobil + masaüstü) */
.m-nav-items-list-item-bc[id^="8000"] {
  min-width: 100% !important;
  max-width: 100% !important;
  flex: 1 1 100% !important;
  padding: 0 !important;
}

.m-nav-items-list-item-bc[id^="8000"] .nav-ico-w-row-bc,
.m-nav-items-list-item-bc[id^="8000"] .m-nav-icon-bc {
  width: 100% !important;
  display: flex !important;
  justify-content: stretch !important;
  align-items: stretch !important;
  padding: 0 !important;
  min-height: 100px !important;
}

.m-nav-items-list-item-bc[id^="8000"] img,
[id^="8000"] img.payment-logo,
[id^="8000"] img.horizontalSliderImg,
.deposit_paytopayzhavale img,
.withdraw_paytopayzhavale img,
.deposit_paytopayzpapara img,
.withdraw_paytopayzpapara img,
.deposit_paytopayzkredikarti img,
.withdraw_paytopayzkredikarti img,
.deposit_manualcrypto img,
.withdraw_manualcrypto img,
.horizontalSliderElem img.horizontalSliderImg.payment-logo {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 100px !important;
  height: auto !important;
  aspect-ratio: 480 / 280;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  margin: 0 !important;
  border-radius: 10px !important;
  visibility: visible !important;
  opacity: 1 !important;
  background: #12182a;
}

.m-nav-items-list-item-bc[id^="8000"] .m-nav-list-item-title-bc {
  display: none !important;
}

.m-block-nav-items-bc:has(.m-nav-items-list-item-bc[id^="80001_"]) {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.m-block-nav-items-bc:has(.m-nav-items-list-item-bc[id^="80001_"]) .m-nav-items-list-item-bc:not([id^="80001_"]) {
  min-width: calc(50% - 5px) !important;
  max-width: calc(50% - 5px) !important;
  flex: 1 1 calc(50% - 5px) !important;
}

[class*="is-web"] .horizontalSliderWrapper .horizontalSliderImg.payment-logo,
[class*="is-web"] .m-nav-items-list-item-bc[id^="8000"] img.payment-logo {
  min-height: 96px !important;
  max-height: 140px !important;
}

@media (min-width: 520px) {
  .m-nav-items-list-item-bc[id^="8000"] .nav-ico-w-row-bc,
  .m-nav-items-list-item-bc[id^="8000"] img,
  [id^="8000"] img.payment-logo,
  [id^="8000"] img.horizontalSliderImg {
    min-height: 118px !important;
  }
}

/* Tutar yazma ekranı — ödeme logosu (pay-logo) */
.payment-info-bc .description-c-row-column-bc.pay-logo,
.dep-w-info-bc .description-c-row-column-bc.pay-logo {
  width: 104px;
  min-width: 104px;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.payment-info-bc .description-c-row-column-bc.pay-logo > img,
.dep-w-info-bc .description-c-row-column-bc.pay-logo > img {
  max-width: 100%;
  width: 100%;
  max-height: 56px;
  min-height: 40px;
  height: auto;
  object-fit: contain;
  visibility: visible !important;
  opacity: 1 !important;
  display: block;
}
