/* Bosla feature chunk: share — conditional bundle (audit P1-A). */

.bosla-share {
	margin-block-start: 2rem;
	padding-block-start: 1.25rem;
	border-block-start: 1px solid var(--bosla-color-border, #e2e5e9);
	display: flex;
	align-items: center;
	gap: 0.75rem;
	flex-wrap: wrap;
}

.bosla-share-heading {
	font-weight: 700;
	font-size: 0.95rem;
}

.bosla-share-list {
	display: flex;
	gap: 0.45rem;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}

.bosla-share-btn {
	display: inline-flex;
	align-items: center;
	padding: 0.4rem 0.85rem;
	border-radius: 999px;
	border: 1px solid var(--bosla-color-border, #e2e5e9);
	background: var(--bosla-color-surface, #fff);
	color: var(--bosla-color-text, #1d2327);
	font-size: 0.85rem;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}

.bosla-share-btn:hover {
	border-color: var(--bosla-color-accent, #3858e9);
	color: var(--bosla-color-accent, #3858e9);
}

.bosla-share--whatsapp { background: #25d366; border-color: #25d366; color: #fff; }
.bosla-share--telegram { background: #229ed9; border-color: #229ed9; color: #fff; }
.bosla-share--x { background: #000; border-color: #000; color: #fff; }
.bosla-share--facebook { background: #1877f2; border-color: #1877f2; color: #fff; }
.bosla-share--linkedin { background: #0a66c2; border-color: #0a66c2; color: #fff; }
.bosla-share--whatsapp:hover, .bosla-share--telegram:hover, .bosla-share--x:hover,
.bosla-share--facebook:hover, .bosla-share--linkedin:hover { color: #fff; filter: brightness(1.08); }
