/* Bottom footer bar (legal / utility links) — editable via menu-footer-bottom */
.apsp-footer-bottom.footer-bottom {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 1.25rem;
}

.apsp-footer-bottom .apsp-footer-bottom__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 1.25rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.apsp-footer-bottom .apsp-footer-bottom__list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.apsp-footer-bottom .apsp-footer-bottom__list a,
.apsp-footer-bottom > a {
	white-space: nowrap;
}
