.smb-form .smb-notice-success {
  background: #edf8f1;
  border: 2px solid #247747;
  color: #153e28;
  padding: clamp(24px, 5vw, 40px);
  text-align: center;
  scroll-margin-block: 32px;
}
.smb-success-icon {
  display: inline-grid;
  place-items: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #247747;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}
.smb-notice-success h2 {
  margin: 18px 0 12px;
  font-size: clamp(1.5rem, 4vw, 2rem);
}
.smb-notice-success p { margin: 0 0 20px; }
.smb-notice-success a { color: #153e28; }
.smb-form button:disabled { cursor: wait; opacity: .75; }
.smb-form [hidden] { display: none !important; }
.smb-form #smb-mode { font-weight: 650; border: 2px solid #14243a; background: #f7f8f6; }
.smb-form #mode-help { display: block; margin-top: 8px; }
.smb-form .smb-local-note { font-size: .8rem; padding: 10px 14px; }
