/* شعارات دفع طبيعية دون تكبير أو خلفيات أو تأثيرات */
.footer-payments.official-footer-payments {
  display: grid;
  justify-items: center;
  gap: .34rem;
  margin-top: .3rem;
  text-align: center;
}

.official-footer-payments .footer-payments-title {
  margin: 0;
  color: #e2c3b1;
  font-size: .94rem;
  font-weight: 600;
  line-height: 1.35;
}

.official-payment-strip {
  direction: ltr;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 16px;
  width: auto;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow-x: auto;
  scrollbar-width: none;
}

.official-payment-strip::-webkit-scrollbar {
  display: none;
}

.official-payment-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
}

.official-payment-logo:nth-child(1) {
  width: 78px;
  height: 30px;
}

.official-payment-logo:nth-child(2) {
  width: 68px;
  height: 27px;
}

.official-payment-logo:nth-child(3) {
  width: 48px;
  height: 30px;
}

.official-payment-logo:nth-child(4) {
  width: 54px;
  height: 25px;
}

.official-payment-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  image-rendering: auto;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
}

.official-payment-secure {
  margin: 0;
  color: #c9a08b;
  font-size: .77rem;
  font-weight: 400;
  line-height: 1.35;
}

@media (max-width: 520px) {
  .official-payment-strip {
    gap: 11px;
  }

  .official-payment-logo:nth-child(1) {
    width: 67px;
    height: 26px;
  }

  .official-payment-logo:nth-child(2) {
    width: 59px;
    height: 24px;
  }

  .official-payment-logo:nth-child(3) {
    width: 42px;
    height: 26px;
  }

  .official-payment-logo:nth-child(4) {
    width: 47px;
    height: 22px;
  }

  .official-footer-payments .footer-payments-title {
    font-size: .88rem;
  }

  .official-payment-secure {
    font-size: .72rem;
  }
}
