.tt-mailchimp-form {
  width: 100%;
  max-width: 550px;
}

.tt-email-signup,
.tt-email-signup * {
  box-sizing: border-box;
}

.tt-email-signup {
  display: flex;
  width: 100%;
  height: 60px;
  border-radius: 36px;
  overflow: hidden;
  background: #ffffff;
}

.tt-email-signup input {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  padding: 0 32px;
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  background: #ffffff;
  letter-spacing: 0.3px;
  box-shadow: none;
  appearance: none;
}

.tt-email-signup input::placeholder {
  color: #9c9c9c;
}

.tt-email-signup button {
  width: 198px;
  flex-shrink: 0;
  border: none;
  outline: none;
  cursor: pointer;
  background: #d99bff;
  color: #7c55a8;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  transition: 0.25s ease;
  box-shadow: none;
  appearance: none;
}

.tt-email-signup button:hover,
.tt-email-signup button:focus {
  background: #ce87fb;
  color: #684691;
}

.tt-email-signup button:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

.tt-turnstile-wrap {
  width: 100%;
  margin-top: 12px;
  display: flex;
  justify-content: center;
}

.tt-turnstile-wrap .cf-turnstile,
.tt-turnstile-wrap .tt-mcts-turnstile {
  max-width: 100%;
}

.tt-turnstile-wrap .cf-turnstile-br,
.tt-turnstile-wrap .cf-turnstile-br-tt-mcts {
  display: none !important;
}

.tt-mcts-hp {
  position: absolute !important;
  left: -9999px !important;
  top: auto !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  opacity: 0 !important;
}

.tt-mcts-message {
  margin: 10px 0 0;
  min-height: 18px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}

.tt-mcts-success {
  color: #4b8f2f;
}

.tt-mcts-error,
.tt-mcts-config-warning {
  color: #b3261e;
}

.tt-mcts-config-warning {
  margin: 0;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 600px) {
  .tt-email-signup {
    flex-direction: column;
    height: auto;
    border-radius: 32px;
  }

  .tt-email-signup input {
    width: 100%;
    height: 58px;
    flex: none;
    padding: 0 24px;
    text-align: center;
  }

  .tt-email-signup button {
    width: 100%;
    height: 56px;
    flex: none;
    border-top: 1px solid rgba(124, 85, 168, 0.15);
  }

  .tt-turnstile-wrap {
    margin-top: 12px;
  }
}
