.tpbd-product-share {
	clear: both;
	margin: 1.25rem 0;
}

.tpbd-product-share__trigger {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
}

.tpbd-product-share__icon {
	width: 1.15em;
	height: 1.15em;
	flex: 0 0 auto;
}

.tpbd-product-share__options {
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-top: 0.75rem;
}

.tpbd-product-share__options[hidden] {
	display: none !important;
}

.tpbd-product-share__option {
	margin: 0 !important;
}

.tpbd-product-share__status {
	min-height: 1.4em;
	margin: 0.5rem 0 0;
	font-size: 0.9em;
}

@media (max-width: 544px) {
	.tpbd-product-share__trigger {
		width: 100%;
	}

	.tpbd-product-share__option {
		flex: 1 1 100%;
		text-align: center;
	}
}

