#menu-builder-footer-secondary
{
	display: inline;
	margin-left: 5px;
}

@media screen and (max-width: 767px)
{
	#menu-builder-footer-secondary
	{
		justify-content: center;
		margin-bottom: 24px;
	}
}

#menu-builder-footer-secondary a:link,
#menu-builder-footer-secondary a:active,
#menu-builder-footer-secondary a:visited
{
	font-family: 'Inter', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #2D2D2D;
	text-decoration: none;
	transition: color 0.2s;
}

@media screen and (max-width: 767px)
{
	#menu-builder-footer-secondary a:link,
	#menu-builder-footer-secondary a:active,
	#menu-builder-footer-secondary a:visited
	{
		margin-left: 0;
		align-items: center;
	}
}

#menu-builder-footer-secondary a:hover
{
	color: var(--primary-color);
}

#menu-builder-footer-secondary a:before
{
	content: "|";
	padding: 0 10px;
	color: #2D2D2D;
}