/* Subscribe
---------------------------------------- */

.nou-subscribe-section {
	--nou-subscribe-blue: #0837ff;
	background: #fff;
}

.nou-subscribe-band {
	background:
		linear-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px),
		linear-gradient(90deg, rgba(255, 255, 255, 0.11) 1px, transparent 1px),
		linear-gradient(108deg, #0837ff 0%, #2147ff 60%, #1631d4 100%);
	background-size: 92px 92px, 92px 92px, auto;
	box-shadow: 0 24px 52px rgba(8, 55, 255, 0.17);
	overflow: hidden;
}

.nou-subscribe-copy {
	max-width: 410px;
}

.nou-subscribe-title {
	color: #fff;
	font-size: 27px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.nou-subscribe-text {
	color: rgba(255, 255, 255, 0.82);
	font-size: 15px;
	line-height: 1.55;
	margin: 0;
}

.nou-subscribe-actions {
	flex: 1 1 520px;
	gap: 14px;
	max-width: 630px;
}

.nou-subscribe-placeholder {
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 8px;
	color: #8491aa;
	flex: 1 1 auto;
	font-size: 15px;
	line-height: 1.5;
	margin: 0;
	padding: 17px 22px;
}

.nou-subscribe-button {
	flex: 0 0 auto;
}

.nou-subscribe-button .wp-block-button__link {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 16px 30px rgba(3, 18, 107, 0.15);
	color: var(--nou-subscribe-blue);
	font-size: 15px;
	font-weight: 600;
	padding: 18px 25px;
}

@media (max-width: 781px) {
	.nou-subscribe-band,
	.nou-subscribe-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.nou-subscribe-band {
		padding: 28px 22px;
	}

	.nou-subscribe-title {
		font-size: 25px;
	}

	.nou-subscribe-actions {
		flex-basis: auto;
		width: 100%;
	}

	.nou-subscribe-button .wp-block-button,
	.nou-subscribe-button .wp-block-button__link {
		display: block;
		text-align: center;
		width: 100%;
	}
}
