.kw-social-share {
	clear: both;
	margin: 0 0 20px;
	padding: 12px 0;
}

.kw-social-share-bottom {
	margin-top: 22px;
}

.kw-social-share-heading {
	margin: 0 0 9px;
	color: #687380;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	text-transform: uppercase;
}

.kw-social-share-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.kw-social-share-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-height: 38px;
	border: 1px solid #cfd7df;
	padding: 0 13px;
	background: #fff;
	color: #111820;
	font: inherit;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
	transition: border-color .16s ease, background-color .16s ease, color .16s ease, transform .16s ease;
}

.kw-social-share-button:hover,
.kw-social-share-button:focus {
	border-color: #111820;
	background: #111820;
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
}

.kw-social-share-button svg {
	display: block;
	width: 17px;
	height: 17px;
	fill: currentColor;
	flex: 0 0 auto;
}

.kw-social-share-button-icon {
	width: 38px;
	padding: 0;
}

.kw-social-share-button-icon svg {
	width: 18px;
	height: 18px;
}

.kw-social-share-label-mobile {
	display: none;
}

.kw-social-share-facebook {
	color: #1877f2;
}

.kw-social-share-x {
	color: #111820;
}

.kw-social-share-linkedin {
	color: #0a66c2;
}

.kw-social-share-email {
	color: #b50f18;
}

.kw-social-share-copy {
	color: #485565;
}

.kw-social-share-copied,
.kw-social-share-copied:hover,
.kw-social-share-copied:focus {
	border-color: #1f7a43;
	background: #1f7a43;
	color: #fff;
}

.kw-social-share-icons-only .kw-social-share-button {
	width: 42px;
	padding: 0;
}

.kw-social-share-icons-only .kw-social-share-label {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
}

@media (max-width: 760px) {
	.kw-social-share {
		margin-bottom: 18px;
		padding: 11px 0;
	}

	.kw-social-share-actions {
		gap: 7px;
	}

	.kw-social-share-button {
		min-height: 36px;
		padding: 0 10px;
		font-size: 12px;
	}

	.kw-social-share-button-icon {
		width: 36px;
		padding: 0;
	}

	.kw-social-share-label-desktop {
		display: none;
	}

	.kw-social-share-label-mobile {
		display: inline;
	}

	.kw-social-share-button svg {
		width: 16px;
		height: 16px;
	}
}
