.newsletter-banner {
  margin: unset !important;
  max-width: unset !important;
  background-color: var(--wp--preset--color--accent-1);
}

.newsletter-banner-inner {
  box-sizing: border-box;
  max-width: 56rem;
  margin: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
}

.newsletter-banner-title {
  margin: 0;
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: white;
}

.newsletter-banner-description {
  margin: 0;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  color: #e7e7e7;
  opacity: 0.9;
  font-weight: 400;
}

.newsletter-banner-form {
  margin-left: auto;
  margin-right: auto;
  max-width: 28rem;
}

.newsletter-banner-form-field {
  position: relative;
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
}

.newsletter-banner-form-field:first-child {
  margin-top: 0;
}

.newsletter-banner-form-field svg {
  display: block;
  vertical-align: middle;
  position: absolute;
  left: 0.75rem;
  top: 50%;
  height: 1rem;
  width: 1rem;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  color: #4b5563;
}

.newsletter-banner-form-field input {
  display: flex;
  box-sizing: border-box;
  height: 2.5rem;
  width: 100%;
  border-radius: calc(var(--radius) - 2px);
  border: unset;
  background-color: white;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: black;
}

.newsletter-banner-form-button {
  margin: unset;
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
}

.newsletter-banner-form-button button {
  cursor: pointer;
  display: inline-flex;
  height: 2.5rem;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  white-space: nowrap;
  border-radius: calc(var(--radius) - 2px);
  border: unset;
  background-color: black;
  color: white;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  transition-property: color, background-color, border-color, fill, stroke,
    -webkit-text-decoration-color;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.newsletter-banner-form-button button:hover {
  background-color: #222222;
}

.newsletter-banner-form-button button:focus {
  outline: unset;
}

.newsletter-banner-form-text {
  margin: 0;
  margin-top: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  opacity: 0.75;
  font-weight: 400;
  color: #e6e6e6;
}

@media (max-width: 770px) {
  .newsletter-banner-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .newsletter-banner-description {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .newsletter-banner-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
