html,
body {
    overflow-x: hidden;
}

.wp-site-blocks {
    min-height: 100svh;
    display: flex;
    flex-direction: column;

    &> :last-child {
        margin-top: auto;
    }
	
	.has-fit-text {
 		overflow-x: hidden;
	}
}