.wbp-share {
	position: relative;
	display: inline-flex;
}

.wbp-share__menu {
	position: absolute;
	top: calc(100% + 0.35rem);
	left: 0;
	z-index: 20;
	min-width: 180px;
	padding: 0.35rem;
	background: #fff;
	border: 1px solid var(--wbp-border);
	border-radius: var(--wbp-radius-sm);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.wbp-share__item {
	display: block;
	width: 100%;
	padding: 0.55rem 0.75rem;
	border: 0;
	background: transparent;
	color: var(--wbp-text);
	font: inherit;
	font-size: 0.875rem;
	text-align: left;
	text-decoration: none;
	border-radius: 6px;
	cursor: pointer;
}

.wbp-share__item:hover,
.wbp-share__item:focus-visible {
	background: var(--wbp-beige);
}

.wbp-producer-hero__actions .wbp-share__toggle {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.65);
}

.wbp-product-sidebar .wbp-share {
	width: 100%;
	margin-top: 0.5rem;
}

.wbp-product-sidebar .wbp-share__toggle {
	width: 100%;
}

.wbp-event-share {
	margin-top: 1rem;
}
