.sm-contact-form__captcha {
  min-height: 78px;
}

.sm-contact-form__captcha-placeholder {
  align-items: center;
  background: #fafafa;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  color: #555;
  display: flex;
  font: 13px/1.4 Arial, sans-serif;
  height: 78px;
  max-width: 100%;
  padding: 12px;
  width: 304px;
}

.sm-contact-form button:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}

.sm-contact-success {
  align-items: center;
  background: rgb(0 0 0 / 90%);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  inset: 0;
  justify-content: center;
  position: fixed;
  text-align: center;
  z-index: 10000;
}

.sm-contact-success h3 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  margin: 0;
}

.sm-contact-success p {
  margin: 0;
  padding-bottom: 1rem;
}

.sm-contact-success__continue {
  color: #fff;
  font-weight: 700;
  outline: 4px solid currentColor;
  padding: 1rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 300ms;
}

.sm-contact-success__continue:hover {
  color: #fff;
  text-decoration: underline;
  transform: translateY(-0.5rem);
}
