body footer {
	overflow: hidden; padding-inline: 1.5rem;
}

body footer .pk-grid-container {
	row-gap: var(--pk-column-gap);
}

footer .footer-logo {
	display: block; max-width: 50px;
	margin-bottom: 0.5rem;
}
footer .footer-text {
	font-size: var(--body-sm); font-weight: 700;
}
footer .footer-text a {
	color: var(--text-color-2);
}

footer .pk-row .footer-menu-title {
	margin-bottom: 0.5rem; font-size: var(--heading-xs);
}
footer .footer-menu {
	padding: 0; margin: 0; list-style: none;
	color: var(--text-color-2);
}
footer .footer-menu li a {
	color: inherit; text-decoration: none;
	font-size: var(--body-xs);
}

footer .bottom-row {
	position: relative;
}
footer .bottom-row::before {
	content: ''; position: absolute; top: 0; left: 50%; z-index: 1;
	width: 100vw; translate: -50% 0; height: 1px;
	background: var(--brand-purple-1);
}

footer .pk-social-icons a {
	text-decoration: none; color: var(--brand-primary-purple);
}
footer .bottom-footer-menu {
	display: flex; align-items: center; justify-content: flex-end;
	gap: 0.5rem 1.5rem; flex-wrap: wrap; font-size: var(--body-sm);
	font-weight: 700;
}

@media screen and (min-width: 993px) {
	footer .pk-row.top-row {
		padding-block: 3.5rem;
	}
}

@media screen and (max-width: 767px) {
	footer .bottom-footer-menu {
		justify-content: flex-start;
	}
}