.site-footer {
	position: relative;
	color: #f5f3eb;
	border-top: 1px solid rgba(245, 243, 235, 0.5);
	z-index: 1;
}

.site-footer--main {
	position: relative;
	padding: 80px 0 64px;
	z-index: 1;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.site-footer--main--top {
	margin-bottom: 120px;
}

@media screen and (max-width: 1024px) {
	.site-footer--main--top {
		margin-bottom: 64px;
	}
}

.site-footer--main .wp-block-columns {
	row-gap: 16px;
}

.site-footer--bottom .wp-block-columns {
	border-top: 1px solid rgba(245, 243, 235, 0.5);
	padding-top: var(--wp--preset--spacing--30);
	padding-bottom: var(--wp--preset--spacing--20);
	row-gap: 16px;
}

.footer-contact-label {
	color: var(--wp--preset--color--blue);
	font-weight: 500;
}

.footer-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-menu li {
	margin-bottom: 4px;
}

.footer-menu a {
	display: flex;
	align-items: flex-start;
	text-decoration: none;
	color: #f5f3eb;
	text-transform: uppercase;
	font-family: var(--wp--preset--font-family--ibm-plex-mono);
	font-size: var(--wp--preset--font-size--md);
	font-weight: 600;
	letter-spacing: -0.15px;
	transition: color 0.3s ease;
}

.footer-menu a:hover {
	color: var(--wp--preset--color--blue);
}

.footer-menu .menu-item-number {
	color: var(--wp--preset--color--blue);
	font-weight: 600;
	margin-left: 8px;
	font-size: var(--wp--preset--font-size--sm);
	vertical-align: super;
}

@media screen and (max-width: 768px) {
	.footer-svg-icon {
		width: auto;
		height: 75px;
	}
}

.business-info {
	display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}
