
/* Public donor-flow refinements */

.hero-section.has-campaign-image {
  background-position: center;
  background-size: cover;
}

.hero-section.has-campaign-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      135deg,
      rgba(14, 44, 67, 0.96),
      rgba(23, 59, 87, 0.82)
    );
  pointer-events: none;
}

.hero-section.has-campaign-image .hero-visual {
  opacity: 0.42;
}

.primary-action:disabled,
.secondary-action:disabled,
.small-button:disabled {
  cursor: wait;
  opacity: 0.62;
  box-shadow: none;
}

.payment-frame-section [data-submit-nedarim] {
  width: 100%;
  margin-top: 12px;
}

@media (max-width: 640px) {
  .donation-dialog {
    width: calc(100% - 12px);
    max-height: 96vh;
  }

  .dialog-shell {
    max-height: 96vh;
    padding: 18px;
  }

  #NedarimFrame {
    min-height: 430px;
  }
}