.bcs-social-share {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
	margin: 10px 0 22px;
	font-family: inherit;
	line-height: 1.2;
}

.bcs-social-share__label {
	font-size: 13px;
	font-weight: 700;
	color: #475569;
	letter-spacing: .01em;
}

.bcs-social-share__buttons {
	display: flex;
	align-items: center;
	gap: 7px;
	flex-wrap: wrap;
}

.bcs-social-share__button,
.bcs-social-share__button:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-height: 34px;
	padding: 6px 10px;
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
	color: #1e293b;
	font-size: 13px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none !important;
	cursor: pointer;
	transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease, background-color .15s ease;
	-webkit-appearance: none;
	appearance: none;
}

.bcs-social-share__button:hover,
.bcs-social-share__button:focus-visible {
	border-color: #cbd5e1;
	background: #f8fafc;
	box-shadow: 0 3px 10px rgba(15, 23, 42, .08);
	color: #0f172a;
	text-decoration: none !important;
	transform: translateY(-1px);
}

.bcs-social-share__button:focus-visible {
	outline: 2px solid #2563eb;
	outline-offset: 2px;
}

.bcs-social-share__button img {
	display: block;
	width: 18px;
	height: 18px;
	margin: 0;
	padding: 0;
	border: 0;
	box-shadow: none;
}

.bcs-social-share__button--copy.is-copied {
	border-color: #86efac;
	background: #f0fdf4;
	color: #166534;
}

@media (max-width: 520px) {
	.bcs-social-share {
		align-items: flex-start;
		margin-top: 8px;
	}

	.bcs-social-share__label {
		width: 100%;
	}

	.bcs-social-share__button {
		min-height: 36px;
		padding: 7px 9px;
	}
}
