.sch-wa-share {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-left: 14px;
	vertical-align: middle;
	white-space: nowrap;
}

.sch-wa-share__label {
	color: rgba(0, 0, 107, .72);
	font-size: .82rem;
	font-weight: 700;
	letter-spacing: .02em;
}

.sch-wa-share__button {
	border: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	box-shadow: 0 4px 12px rgba(0, 0, 107, .14);
	transition: transform .16s ease, box-shadow .16s ease, opacity .16s ease;
}

.sch-wa-share__button--whatsapp {
	display: none;
	background: #25d366;
	box-shadow: 0 4px 12px rgba(37, 211, 102, .24);
}

.sch-wa-share__button--copy {
	position: relative;
	background: #00006b;
	padding: 0;
}

.sch-wa-share__button:hover {
	color: #fff;
	opacity: .9;
	transform: translateY(-1px);
	text-decoration: none;
}

.sch-wa-share__button--whatsapp:hover {
	box-shadow: 0 6px 16px rgba(37, 211, 102, .3);
}

.sch-wa-share__button--copy:hover,
.sch-wa-share__button--copy.is-copied {
	box-shadow: 0 6px 16px rgba(0, 0, 107, .24);
}

.sch-wa-share__button--copy.is-copied {
	background: #1f8a4c;
}

.sch-wa-share__button svg {
	width: 20px;
	height: 20px;
	display: block;
}

.sch-wa-share__tooltip {
	position: absolute;
	bottom: calc(100% + 8px);
	left: 50%;
	padding: 6px 9px;
	border-radius: 6px;
	background: #00006b;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	opacity: 0;
	pointer-events: none;
	transform: translateX(-50%) translateY(4px);
	transition: opacity .16s ease, transform .16s ease;
	white-space: nowrap;
}

.sch-wa-share__button--copy:hover .sch-wa-share__tooltip,
.sch-wa-share__button--copy:focus-visible .sch-wa-share__tooltip,
.sch-wa-share__button--copy.is-copied .sch-wa-share__tooltip {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

@media (max-width: 782px) {
	.sch-wa-share {
		width: auto;
		margin-top: 0;
		margin-left: 12px;
	}

	.sch-wa-share__button--whatsapp {
		display: inline-flex;
	}
}
