.fsc-dialog-open {
  overflow: hidden;
}

.fsc-send-complete-dialog {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 100000;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.fsc-send-complete-dialog.is-visible {
  display: flex;
}

.fsc-send-complete-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
}

.fsc-send-complete-panel {
  position: relative;
  width: min(520px, 100%);
  padding: 40px 32px 32px;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  text-align: center;
}

.fsc-send-complete-panel h2 {
  margin: 0 0 18px;
  color: #149b08;
  font-size: clamp(24px, 4vw, 32px);
}

.fsc-send-complete-panel p {
  margin: 8px 0;
  line-height: 1.8;
}

.fsc-send-complete-close {
  min-width: 180px;
  margin-top: 24px;
  padding: 12px 24px;
  border: 0;
  border-radius: 999px;
  background: #149b08;
  color: #fff;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

/*
 * Keep the shared contact-band email on one line on desktop-sized cards.
 * This intentionally lives in the core hotfix layer so a theme package update
 * cannot silently restore the original 24px value on News/Privacy/etc.
 */
.contact-card a[href^="mailto:"] {
  font-size: 18px !important;
  overflow-wrap: anywhere;
}
