.page-content > :where(:not(.wp-block-group):not(.alignleft):not(.alignright):not(.alignfull)){
	max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}

a.wp-block-button__link:hover,
a.wp-block-button__link:active{
	color: #ffffff;
}

.thank-you-step-stack .thank-you-step-column {
    width: 100%;
}
.thank-you-step-stack .thank-you-step-column p {
    margin-top: 0;
}