.sw-nl-confirmation-page .sw-nl-confirmation-content {
	box-sizing: border-box;
	max-width: 640px;
	margin-inline: auto;
	padding-block: 96px;
	text-align: center;
}
.sw-nl-confirmation-page .sw-nl-confirm-mark {
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	width: 56px;
	height: 56px;
	margin: 0 auto 24px;
	border: 2px solid #067647;
	border-radius: 50%;
	color: #067647;
	font-size: 26px !important;
	line-height: 1;
}
.sw-nl-confirmation-page .sw-nl-confirm-mark + p {
	margin-bottom: 14px;
	font-size: 13px !important;
	font-weight: 600;
	letter-spacing: .14em;
	text-transform: uppercase;
}
.sw-nl-confirmation-page .sw-nl-confirm-mark ~ h1 {
	margin-bottom: 18px;
	font-size: 40px;
	line-height: 1.2;
	text-wrap: pretty;
}
.sw-nl-confirmation-page .sw-nl-confirm-mark ~ h1 + p {
	margin-bottom: 12px;
	font-size: 18px !important;
	line-height: 1.67;
}
.sw-nl-confirmation-page .sw-nl-confirm-mark ~ h1 + p + p {
	margin-bottom: 32px;
	font-size: 15px !important;
	line-height: 1.67;
}
.sw-nl-confirmation-page .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding-inline: 30px;
	border-radius: 8px;
}
.sw-nl-confirmation-page .wp-block-button__link:focus-visible {
	outline: 3px solid currentColor;
	outline-offset: 3px;
}
@media (max-width: 700px) {
	.sw-nl-confirmation-page .sw-nl-confirmation-content {
		width: 100%;
		padding: 56px 24px !important;
	}
	.sw-nl-confirmation-page .sw-nl-confirm-mark {
		width: 48px;
		height: 48px;
		margin-bottom: 20px;
		font-size: 22px !important;
	}
	.sw-nl-confirmation-page .sw-nl-confirm-mark + p {
		margin-bottom: 12px;
		font-size: 12px !important;
	}
	.sw-nl-confirmation-page .sw-nl-confirm-mark ~ h1 {
		margin-bottom: 14px;
		font-size: 28px;
		line-height: 1.214;
	}
	.sw-nl-confirmation-page .sw-nl-confirm-mark ~ h1 + p {
		margin-bottom: 10px;
		font-size: 16px !important;
		line-height: 1.625;
	}
	.sw-nl-confirmation-page .sw-nl-confirm-mark ~ h1 + p + p {
		margin-bottom: 26px;
		font-size: 14px !important;
		line-height: 1.57;
	}
	.sw-nl-confirmation-page .wp-block-buttons,
	.sw-nl-confirmation-page .wp-block-button,
	.sw-nl-confirmation-page .wp-block-button__link {
		width: 100%;
	}
}
