.hiveshare-buttons {
	margin: 24px 0;
	padding-top: 20px;
	border-top: 1px solid #e2e2e2;
}

.hiveshare-buttons__heading {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 600;
	color: #444;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.hiveshare-buttons__row {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.hiveshare-btn {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 8px 14px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	text-decoration: none;
	color: #fff;
	white-space: nowrap;
	transition: opacity 0.15s ease-in-out;
}

.hiveshare-btn:hover,
.hiveshare-btn:focus {
	opacity: 0.85;
	color: #fff;
	text-decoration: none;
}

.hiveshare-btn svg {
	flex-shrink: 0;
}

.hiveshare-btn--facebook {
	background-color: #1877f2;
}

.hiveshare-btn--twitter {
	background-color: #000000;
}

.hiveshare-btn--whatsapp {
	background-color: #25d366;
}

.hiveshare-btn--pinterest {
	background-color: #e60023;
}

.hiveshare-btn--linkedin {
	background-color: #0a66c2;
}

.hiveshare-btn--email {
	background-color: #6b7280;
}
