
.v615-share {
	position: relative;
	display: inline-block;
	margin: 10px 0 16px;
	font-family: inherit;
	z-index: 20;
}

.v615-share__trigger {
	appearance: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 18px;
	border: 1.5px solid #328cc1;
	border-radius: 999px;
	background: #fff;
	color: #083c5d;
	font: inherit;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	transition: background .18s ease, color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.v615-share__trigger:hover,
.v615-share__trigger:focus-visible,
.v615-share__trigger[aria-expanded="true"] {
	background: #f3f9fd;
	box-shadow: 0 5px 18px rgba(8,60,93,.12);
	outline: none;
}

.v615-share__trigger svg {
	width: 19px;
	height: 19px;
	fill: currentColor;
}

.v615-share__menu {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	width: 285px;
	padding: 17px;
	border: 1px solid rgba(8,60,93,.12);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(8,60,93,.18);
	color: #083c5d;
}

.v615-share__heading {
	font-size: 18px;
	line-height: 1.25;
	font-weight: 800;
	margin-bottom: 3px;
}

.v615-share__subheading {
	font-size: 13px;
	line-height: 1.45;
	color: #66788a;
	margin-bottom: 12px;
}

.v615-share__item {
	display: flex;
	align-items: center;
	gap: 11px;
	width: 100%;
	min-height: 40px;
	padding: 6px 2px;
	border: 0;
	background: transparent;
	color: #083c5d;
	text-decoration: none !important;
	font: inherit;
	text-align: left;
	cursor: pointer;
	border-radius: 7px;
}

.v615-share__item:hover,
.v615-share__item:focus-visible {
	background: #f5f9fc;
	outline: none;
}

.v615-share__badge {
	display: inline-grid;
	place-items: center;
	flex: 0 0 30px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #1877f2;
	color: #fff;
	font-size: 17px;
	font-weight: 800;
}

.v615-share__badge--x { background: #111; }
.v615-share__badge--p { background: #e60023; }
.v615-share__badge--r { background: #ff4500; text-transform: lowercase; }
.v615-share__badge--w { background: #25d366; }
.v615-share__badge--mail,
.v615-share__badge--link { background: #328cc1; }

.v615-share__divider {
	height: 1px;
	background: #e4ebf0;
	margin: 9px 0;
}

.v615-share__copy strong,
.v615-share__copy small {
	display: block;
}

.v615-share__copy small {
	margin-top: 2px;
	color: #718294;
	font-size: 11px;
	font-weight: 400;
}

.v615-share__status {
	min-height: 16px;
	padding-left: 41px;
	color: #328cc1;
	font-size: 11px;
	font-weight: 700;
}

@media (max-width: 767px) {
	.v615-share {
		display: block;
		width: 100%;
		margin-top: 10px;
	}
	.v615-share__trigger {
		width: 100%;
		justify-content: center;
	}
	.v615-share__menu {
		position: fixed;
		left: 12px;
		right: 12px;
		bottom: 12px;
		top: auto;
		width: auto;
		max-height: 75vh;
		overflow: auto;
		border-radius: 16px;
		z-index: 99999;
	}
}
