.block-newsletter.has-background {
	padding-top: var(--wp--custom--layout--block-gap-large);
	padding-bottom: var(--wp--custom--layout--block-gap-large);
}

.block-newsletter__content > * {
	margin-top: 0;
	margin-bottom: 0;
}

.block-newsletter__content > * + * {
	margin-top: 8px;
}

.block-newsletter__subtitle {
	font-family: var(--wp--preset--font-family--system-font);
	font-size: var(--wp--preset--font-size--medium);
	font-weight: 700;
	line-height: var(--wp--custom--line-height--small);
}

.block-newsletter__title {
	font-family: var(--wp--preset--font-family--system-font);
	font-size: var(--wp--preset--font-size--gigantic);
	font-weight: 900;
	line-height: var(--wp--custom--line-height--small);
}

.block-newsletter .wpforms-container {
	margin-bottom: 0;
}

@media only screen and (min-width: 800px) {

	.block-newsletter.has-background {
		padding: var(--wp--custom--layout--block-gap-large);
	}

	.block-newsletter__inner {
		display: grid;
		grid-template-columns: repeat( 2, 1fr );
		column-gap: var(--wp--custom--layout--block-gap-large);
	}
}
