.social-links {
	display: flex;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	justify-content: space-between;
	max-width: 400px;
}

.panel-footer .footer-top .contentRender_name_plugins_collections_template_custom_social_links {
	display: none;
}

.social-links li a {
	color: var(--secondary-highlight-color);
	font-size: 15px;
}

.social-links .social-network {
	margin-right: 1rem;
}

.social-links .social-network:last-child {
	margin-right: 0;
}

.panel-footer .footer-bottom .social-links a {
	font-size: 25px;
}

@media screen and (min-width: 40em) {
	.social-links {
		display: block;
		max-width: initial;
	}

	.social-links .social-network {
		margin-right: 20px;
		display: inline;
	}

	.panel-footer .footer-bottom .contentRender_name_plugins_collections_template_custom_social_links {
		display: none;
	}
	.panel-footer .nav-group .contentRender_name_plugins_collections_template_custom_social_links {
		display: block;
		flex: 1 0 250px;
	}
}

@media screen and (min-width: 64em) {
	.social-links li a {
		font-size: 16px;
	}
}

@media screen and (max-width: 358px) {
	.social-links {
		justify-content: center;
		flex-wrap: wrap;
	}
}
