.pls-social-links {
	--pls-accent: #111111;
	--pls-text: #1a1a1a;
	--pls-muted: #777777;
	display: block;
	margin: 0;
	padding: 0;
	font-family: inherit;
}

.pls-social-links ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pls-social-links a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--pls-text);
	text-decoration: none;
	transition: opacity .2s ease, transform .2s ease, color .2s ease, background-color .2s ease;
}

.pls-social-links a:hover {
	color: var(--pls-accent);
	opacity: .72;
	transform: translateY(-1px);
}

.pls-social-links svg {
	width: 19px;
	height: 19px;
	display: block;
	flex: 0 0 19px;
}

.pls-social-label {
	font-size: 13px;
	letter-spacing: .06em;
	text-transform: uppercase;
	white-space: nowrap;
}

/* Minimal editorial style */
.pls-social-style-minimal ul {
	gap: 18px;
}

.pls-social-style-minimal .pls-social-label {
	font-weight: 500;
}

/* Pill style */
.pls-social-style-pill ul {
	gap: 9px;
}

.pls-social-style-pill a {
	border: 1px solid rgba(0,0,0,.14);
	border-radius: 999px;
	padding: 9px 13px;
	background: rgba(255,255,255,.5);
}

.pls-social-style-pill a:hover {
	background: #fff;
	border-color: rgba(0,0,0,.3);
}

/* Icons only */
.pls-social-style-icons .pls-social-label {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	white-space: nowrap;
	border: 0;
}

.pls-social-style-icons a {
	width: 38px;
	height: 38px;
	justify-content: center;
	border: 1px solid rgba(0,0,0,.14);
	border-radius: 50%;
}

@media (max-width: 600px) {
	.pls-social-links ul {
		gap: 12px;
	}
	.pls-social-label {
		font-size: 12px;
	}
	.pls-social-style-minimal ul {
		gap: 14px;
	}
}
