.stpe-share-wrapper {
	width: 100%;
}

.stpe-share-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
	cursor: pointer;
	border: 0;
	text-decoration: none;
	line-height: 1;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
	-webkit-appearance: none;
	appearance: none;
}

.stpe-share-button .stpe-share-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	flex: 0 0 auto;
}

.stpe-share-button .stpe-share-icon i,
.stpe-share-button .stpe-share-icon svg {
	display: block;
}

.stpe-share-button .stpe-share-icon svg {
	max-width: 100%;
}

.stpe-share-button .stpe-share-text {
	display: inline-block;
}

.stpe-share-button:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

.stpe-share-button:hover {
	transform: translateY(-1px);
}

.stpe-share-button:active {
	transform: translateY(0);
}
