/* Theme Base CSS */
main.site-main {
	display: block;
}

.mhsb-default-content {
	max-width: var(--mhsb-content-width, 72rem);
	margin: 0 auto;
	padding: 2.5rem 1.5rem 4rem;
}

.mhsb-page-title {
	margin: 0 0 1.25rem;
	line-height: 1.1;
}

.mhsb-entry-content > *:first-child {
	margin-top: 0;
}

.mhsb-entry-content > *:last-child {
	margin-bottom: 0;
}
