/* ===== Payment Action Header ===== */
.payment-action-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 24px;
}

.payment-action-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 12px;
}

.payment-action-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* כותרת / תת-כותרת */
.payment-action-subtitle {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  text-align: center;
}

/* ===== Explanation Text ===== */
.payment-action-text {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
  text-align: center;

  background: #f5f6f8;
  border-radius: 14px;
  padding: 16px;
}


/* מחיר בתוך הכפתור */
#submitOrderPrice {
  margin-right: 6px;
  font-weight: 700;
}

/* ===== Responsive polish ===== */
@media (min-width: 800px) {
  .payment-action-icon {
    width: 96px;
    height: 96px;
  }

  .payment-action-text {
    font-size: 16px;
  }
}
#paymentActionPopup { z-index: 9999; }
#paymentActionPopup * { pointer-events: auto; }
