/* Match source page: pink button; hover changes text only (contact-form.js sets type="button"). */
.everest-forms #evf-78597 .evf-submit-container #evf-submit-78597 {
  background-color: #c06f98 !important;
  border-color: #c06f98 !important;
  border-radius: 9px !important;
  border-width: 1px !important;
  color: #fff !important;
  padding: 10px 25px !important;
  transition: color 0.2s ease;
}

.everest-forms #evf-78597 .evf-submit-container #evf-submit-78597:hover,
.everest-forms #evf-78597 .evf-submit-container #evf-submit-78597:focus,
.everest-forms #evf-78597 .evf-submit-container #evf-submit-78597:active {
  background-color: #c06f98 !important;
  border-color: #c06f98 !important;
  color: #23282d !important;
}

.everest-forms #evf-78597 .evf-submit-container #evf-submit-78597.evf-contact-submit--loading {
  opacity: 0.85;
  cursor: wait;
}

.everest-forms #evf-78597 .evf-submit-container #evf-submit-78597.evf-contact-submit--done:disabled {
  background-color: #c6cbd1 !important;
  border-color: #c6cbd1 !important;
  color: #fff !important;
  cursor: default;
}

.evf-contact-message {
  margin-top: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.evf-contact-message--success {
  color: #0066cc;
}

.evf-contact-message--error {
  color: #b42318;
}

.evf-contact-message a {
  color: inherit;
  text-decoration: underline;
}
