.newsletter-form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media screen and (min-width: 45em) {
  .newsletter-form {
    align-items: flex-start;
  }
}

.newsletter-form__message {
  justify-content: center;
  margin-bottom: 0;
}

.newsletter-form__message--success {
  margin-top: 1.25rem;
}

@media screen and (min-width: 45em) {
  .newsletter-form__message {
    justify-content: flex-start;
  }
}

.newsletter-form__button:not(:focus-visible):not(.focused) {
  box-shadow: inherit;
  background-color: inherit;
}