.vnb-enhanced-form {
  position: relative;
}

.vnb-progress-wrap {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: #d7e6eb;
  margin: 0 0 16px;
  overflow: hidden;
}

.vnb-progress-bar {
  height: 100%;
  width: 0;
  background: linear-gradient(90deg, #0e5a64 0%, #1b7f89 100%);
  transition: width 220ms ease;
}

.vnb-draft-toolbar {
  display: flex;
  gap: 10px;
  margin-top: 14px;
}

.vnb-draft-toolbar .vnb-secondary {
  border: 1px solid #9db3bd;
  background: #fff;
  color: #0e5a64;
  border-radius: 8px;
  padding: 8px 12px;
  cursor: pointer;
}

.vnb-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.vnb-inline-notice {
  font-size: 0.9rem;
  color: #27525d;
  margin: 0 0 8px;
}
