.psh-site-footer--compact .psh-footer-main {
	grid-template-columns: 1fr;
	text-align: center;
}

.psh-site-footer--compact .psh-footer-brand {
	align-items: center;
}

.psh-site-footer--compact .psh-footer-tagline,
.psh-site-footer--compact .psh-footer-desc {
	margin-left: auto;
	margin-right: auto;
}

.psh-site-footer--compact .psh-footer-aside {
	align-items: center;
}

.psh-site-footer--compact .psh-social-icons {
	justify-content: center;
}

.psh-site-footer--compact .psh-footer-bar {
	flex-direction: column;
	text-align: center;
}

.psh-site-footer--columns .psh-footer-main {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.psh-site-footer--columns .psh-footer-aside {
	grid-column: 1 / -1;
	align-items: center;
}

.psh-site-footer--columns .psh-social-icons {
	justify-content: center;
}
