.newsletter {
  padding: 36px;
  background: var(--brand);
  color: #fff;
  border-radius: var(--radius);
}
.newsletter .row {
  align-items: center;
}
.newsletter h2 {
  color: #fff;
  font-size: 24px;
}
.newsletter p {
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 767px) {
  .newsletter p {
    margin-bottom: 15px;
  }
}
.newsletter .consent {
  display: block;
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.newsletter-form {
  display: flex;
  gap: 10px;
}
.newsletter-form input {
  flex: 1;
  min-width: 0;
  height: 48px;
  padding: 10px 16px;
  border: 0;
  border-radius: var(--radius-sm);
  color: var(--ink);
  font-family: inherit;
  font-size: 14px;
}
@media (max-width: 700px) {
  .newsletter-form {
    flex-direction: column;
  }
}

/*# sourceMappingURL=newsletter.css.map */
