.o-newsletter__content {
  max-width: 60rem;
}
.o-newsletter__heading,
.o-newsletter .a-btn--transparent {
  color: inherit;
}
.o-newsletter .a-input {
  --input-border-color: currentColor;
  --input-text-color: inherit;
  --input-placeholder-color: currentColor;
  --input-bg-color: transparent;
  --input-focus-color: inherit;
  --input-focus-border-color: currentColor;
}
.o-newsletter .a-checkbox {
  --checkbox-label-color: inherit;
  --checkbox-input-bg-color: transparent;
  --checkbox-input-border-color: currentColor;
  --checkbox-active-input-border-color: currentColor;
}
.o-newsletter .a-btn--transparent {
  --btn-base-text-color: inherit;
  --btn-border-color: currentColor;
  --btn-hover-border-color: currentColor;
}
