.site-footer {
	position: relative;
	font-weight: 500;
}

.site-footer .wp-block-separator {
	width: 300px;
}

.site-footer--info-section {
}

@media screen and (max-width: 768px) {
	.site-footer--info-section {
		border-top: 1px solid black !important;
	}
	.site-footer--info-section .wp-block-group:first-of-type .wp-block-columns {
		border-top: none !important;
		padding-bottom: 32px !important;
		gap: 40px;
	}
}

.site-footer--copyright-section {
	padding: clamp(24px, calc(24px + ((1vw - 4px) * 0.667)), 32px)
		var(--wp--style--root--padding-right)
		clamp(24px, calc(24px + ((1vw - 4px) * 0.667)), 32px)
		var(--wp--style--root--padding-right);
}

.site-footer--copyright-section p {
	font-size: clamp(14px, calc(14px + ((1vw - 4px) * 0.167)), 16px);
}

.site-footer .wp-block-navigation__container {
	gap: 8px;
}

.site-footer .wp-block-navigation__container a {
	opacity: 0.35;
}
