.prize-form__group {
  position: relative;
}

.prize-form__group .suggestions-wrapper {
  position: absolute;
  left: 0;
  margin-top: 20px;
}

#recaptcha_container {
  display: table;
  position: relative;
  margin: 20px auto;
  min-height: 100px;
}

.prize-form__group--link {
  display: block !important;
}

.prize-form__group--link input {
  text-transform: none;
}

.prize-form__group .prize-form__input[type="email"] {
  text-transform: none;
}

[custom-disabled] {
  pointer-events: none;
}
