/**
 * Child theme — Apple Pay / Google Pay markovi pored CorvusPay u footeru.
 */

.site-footer__bottom-brand {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 16px;
}

.site-footer__wallet-marks {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.site-footer__wallet-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  transition: opacity var(--transition-fast, 0.15s ease);
}

.site-footer__wallet-mark:hover {
  opacity: 0.85;
}

.site-footer__wallet-mark-icon {
  display: block;
  height: 100%;
  width: auto;
}

/* Google Pay mark je uži — malo veći vizuelni balans pored Apple Pay badge-a */
.site-footer__wallet-mark--google {
  height: 28px;
}

@media (max-width: 768px) {
  .site-footer__bottom-brand {
    justify-content: center;
  }

  .site-footer__wallet-marks {
    justify-content: center;
  }
}
