.social-links {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	font-size: 1.8rem;
	list-style: none;
}

.social-links a,
.social-links a:hover {
	color: inherit;
}

.social-links svg,
.social-links svg > path {
	fill: #fff;
}

.social-links .social-network {
	padding: 0 0.6rem;
}

.panel-header .social-links {
	font-size: 16px;
	line-height: 64px;
	margin-left: var(--space-10);
}

.panel-header .social-links svg {
	width: 16px;
	height: 16px;
}

.panel-header .social-links .social-network {
	padding: 0 5px;
}

@media (min-width: 40em) {
	.panel-header .social-links {
		justify-content: flex-end;
		padding: 30px 100px 0 0;
	}
}

@media (min-width: 64em) {
	.panel-header .social-links {
		justify-content: flex-center;
		padding: 0 0 0 0;
	}
}