.aah-core-form {
	max-width: 820px;
}

.aah-core-form .aah-button,
.aah-newsletter-form .aah-button {
	border: 1px solid var(--aah-primary, #5b4ef4);
	background: var(--aah-primary, #5b4ef4);
	color: #fff;
}

.aah-core-form input[type="checkbox"],
.aah-newsletter-form input[type="checkbox"] {
	width: 17px;
	height: 17px;
	margin: 0 5px 0 0;
	vertical-align: -3px;
}

.aah-html-sitemap {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px 36px;
}

.aah-html-sitemap h2 {
	grid-column: 1 / -1;
	margin-bottom: 0;
}

@media (max-width: 600px) {
	.aah-html-sitemap {
		grid-template-columns: 1fr;
	}
}
