/* Local static fixes: keep the original Strikingly rendering, hide only visible platform branding. */
.ecommerce-buy-dialog .copyright,
.ecommerce-buy-dialog .powered-by,
.ecommerce-buy-dialog img[src*="ecommerce-footer-logo"],
.powered-by,
.s-footer-logo-wrapper,
#strikingly-tooltip-container {
  display: none !important;
}

.s-email-form-button {
  opacity: 1 !important;
  pointer-events: auto !important;
  cursor: pointer !important;
}

.zt-form-status {
  margin-top: 12px;
  font-size: 14px;
  line-height: 1.45;
}

.zt-form-status.is-ok {
  color: #27643a;
}

.zt-form-status.is-error {
  color: #9a251f;
}
