.sa-loading {
  pointer-events: none !important;
  opacity: 0.7 !important;
  position: relative;
}
.sa-loading::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: sa-spin 0.8s linear infinite;
}
@keyframes sa-spin {
  to { transform: rotate(360deg); }
}

.sa-bnpl-wrapper {
  display: none;
  gap: 0.75rem;
  flex-direction: column;
}
.sa-bnpl-offer {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  font-size: 1.2rem;
  line-height: 1.7;
  color: inherit;
}
.sa-bnpl-title {
  font-weight: 500;
  white-space: nowrap;
}
.sa-bnpl-icons {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}
.sa-bnpl-icon {
  display: inline-block;
  height: 20px !important;
  width: auto !important;
  max-width: 80px !important;
  min-width: 50px !important;
  object-fit: contain;
}

.sa-payment-icons-container {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  padding: 6px 0;
}
.sa-payment-icons-container img {
  height: 24px;
  width: auto;
  max-width: 48px;
  object-fit: contain;
}

[data-sellabroad-express-checkout] {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: block;
  width: 100%;
}

/* Country-specific payment icons rendered inside the SellAbroad
   payment-method radio on the WooCommerce checkout page. */
.sa-gateway-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 8px;
}
.sa-gateway-icons img {
  height: 22px;
  width: auto;
  max-width: 48px;
  object-fit: contain;
}

.sa-geo-allowed-excl .price-incvat span::after {
  display: none !important;
  content: '' !important;
}

/* SellAbroad Express Checkout: hide the "OR" divider */
#sellabroad-express-divider,
#sellabroad-express-divider * {
  display: none !important;
}

/* Hide store's existing payment icon blocks for geo-allowed visitors —
   SA injects its own country-specific icons instead */
body.sa-geo-allowed .elementor-element-f026599,
body.sa-geo-allowed .elementor-element-521da71 {
  display: none !important;
}
