/* Basic-Styles  */
.email-spellcheck {
  font-size: 0.875rem;
  padding: 0.625rem 0.75rem;
  line-height: 1.2;
  font-weight: 400;
  background: #feefa5;
  color: #3c3201;
  margin-bottom: 1.25rem;
  row-gap: 0.5rem;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

input[type="email"]+.email-spellcheck {
  margin-top: -20px;
}

.email-spellcheck__text {
  display: block;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 600px) {
  .email-spellcheck__text {
    display: inline-block;
    margin-right: 0.75rem;
    margin-bottom: 0;
  }
}

.email-spellcheck button {
  color: #009fe3;
  padding: 10px;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.55);
  border-radius: 5px;
  text-align: center;
  min-width: 70px;
  margin-right: 10px;
}