.ptw-social-share {
	display: grid;
	gap: 0.75rem;
	padding: 1.5rem;
	border: 1px solid #e5e7eb;
	border-radius: 1rem;
	background: #fff;
	box-shadow: 0 1px 3px rgb(15 23 42 / 0.07);
}

.ptw-social-share-title {
	margin: 0;
	color: #6b7280;
	font-size: 0.6875rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.ptw-social-share-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.ptw-social-share-link {
	flex: 1 1 auto;
	padding: 0.625rem 0.75rem;
	border-radius: 0.5rem;
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
}

.ptw-social-share-link--x {
	background: #0f1419;
}

.ptw-social-share-link--x:hover,
.ptw-social-share-link--x:focus-visible {
	background: #272c30;
}

.ptw-social-share-link--linkedin {
	background: #0a66c2;
}

.ptw-social-share-link--linkedin:hover,
.ptw-social-share-link--linkedin:focus-visible {
	background: #0958a8;
}

.ptw-social-share-link--whatsapp {
	background: #25d366;
}

.ptw-social-share-link--whatsapp:hover,
.ptw-social-share-link--whatsapp:focus-visible {
	background: #1fb955;
}

.ptw-social-share-link:focus-visible {
	outline: 2px solid var(--ptw-color-accent-primary);
	outline-offset: 2px;
}
