.vf-newsletter {
  background-color: rgb(21 21 21);
  padding: calc(40rem / var(--vf-font-size-rem-px)) 0;
  color: rgb(255 255 255);
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  gap: calc(16rem / var(--vf-font-size-rem-px));
  position: relative;
}

.vf-newsletter::before,
.vf-newsletter::after {
  content: "";
  position: absolute;
  right: calc(100% - 1px);
  width: calc((100vw - 100%) / 2 - 4px);
  height: 100%;
  top: 0;
  bottom: 0;
  background-color: rgb(21 21 21);
  display: block;
}

.vf-newsletter::after {
  right: auto;
  left: calc(100% - 1px);
}

.vf-newsletter-title {
  flex: 1 1 max-content;
  max-width: max-content;
  font-weight: 600;
  font-family: var(--vf-font-family-display);
  font-size: max(1.231rem, 0.37vw + 1.128rem);
  line-height: max(1.723rem, 0.519vw + 1.579rem);
  margin: 0 auto;
}

.vf-newsletter-form {
  flex: 1 1 auto;
  max-width: 31.1538em;
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  margin: 0 auto;
}

.vf-newsletter > [class^='klaviyo-form'] {
  margin: 0 auto;
}

.vf-newsletter-form [type='email'] {
  flex: 1 1 100%;
  width: 100%;
  min-height: 100%;
  border: 1px solid #acacaf;
  background-color: #f1f1f1;
  color: rgb(68 68 68);
  font: inherit;
  font-size: calc(16rem / var(--vf-font-size-rem-px));
  padding: 0 calc(8rem / var(--vf-font-size-rem-px));
}

.vf-newsletter-form [type='email']:focus {
  outline-offset: 2px;
  border-color: rgb(189 30 30);
}

.vf-newsletter-form [type='submit'] {
  font: inherit;
  flex: 1 1 max-content;
  min-width: max-content;
  cursor: pointer;
  font-weight: 700;
  font-size: calc(12rem / var(--vf-font-size-rem-px));
  line-height: 1.5;
}
