.social-links {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	line-height: 1;
	list-style: none;
	color: var(--white)
}
.panel-header .social-links {
	padding: 0 var(--space-10);
}

.social-links a {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--orange);
	border-radius: var(--rounded-full);
	width: 56px;
	height: 56px;
	color: inherit;
	text-decoration: none;
}
.panel-header .social-links a {
	width: 47px;
    height: 47px;
    font-size: var(--text-xl);
}
.social-links a,
.social-links a:hover {
	color: inherit;
	text-decoration: none;
}

.social-links .social-network {
	padding: 0;
	margin: 0;
}

@media (min-width: 64em) {

}
