/* Prevent WordPress themes from overriding the wizard's primary action. */
.vcw-wrap .vcw-actions button,
.vcw-wrap .vcw-external-button,
.vcw-wrap .vcw-call {
  -webkit-appearance: none !important;
  appearance: none !important;
  box-sizing: border-box !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-family: inherit !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}

.vcw-wrap .vcw-next,
.vcw-wrap .vcw-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--vcw-primary), #245f91) !important;
  color: #fff !important;
  text-shadow: none !important;
}

.vcw-wrap .vcw-next:hover,
.vcw-wrap .vcw-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 15px 30px rgba(47, 115, 173, .30) !important;
}

.vcw-wrap .vcw-next:focus-visible,
.vcw-wrap .vcw-submit:focus-visible {
  outline: 3px solid rgba(47, 115, 173, .35) !important;
  outline-offset: 3px;
}

.vcw-wrap .vcw-next:disabled,
.vcw-wrap .vcw-submit:disabled {
  cursor: not-allowed;
  opacity: .65;
  transform: none;
}
