/* Official WeChat QR entry */
.official-wechat,
.official-wechat-trigger,
.official-wechat-details {
	position: relative;
}

.official-wechat-summary {
	align-items: center;
	background: transparent;
	border: 0;
	color: inherit;
	cursor: pointer;
	display: inline-flex;
	font-size: 10px;
	line-height: normal;
	list-style: none;
	outline-offset: 4px;
	padding: 0;
	white-space: nowrap;
}

.official-wechat-summary::-webkit-details-marker {
	display: none;
}

.official-wechat-summary::marker {
	content: "";
}

.official-wechat-summary i {
	margin-right: 10px;
}

.official-wechat-popover {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	box-shadow: 0 12px 34px rgba(0, 0, 0, 0.22);
	color: #2f3542;
	opacity: 0;
	padding: 12px;
	pointer-events: none;
	position: absolute;
	right: 0;
	text-align: center;
	top: calc(100% + 12px);
	transform: translateY(-6px);
	transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
	visibility: hidden;
	width: 188px;
	z-index: 1001;
}

.official-wechat-popover::before {
	background: #ffffff;
	content: "";
	height: 12px;
	position: absolute;
	right: 23px;
	top: -6px;
	transform: rotate(45deg);
	width: 12px;
}

.official-wechat-popover img {
	background: #ffffff;
	border-radius: 8px;
	display: block;
	height: auto;
	margin: 0 auto 9px;
	max-width: none;
	width: 162px;
}

.official-wechat-popover strong,
.official-wechat-popover span {
	display: block;
}

.official-wechat-popover strong {
	color: #1f2937;
	font-size: 14px;
	line-height: 22px;
}

.official-wechat-popover span {
	color: #707785;
	font-size: 12px;
	line-height: 20px;
}

.official-wechat-trigger:hover .official-wechat-popover,
.official-wechat-trigger:focus-within .official-wechat-popover,
.official-wechat-details[open] .official-wechat-popover,
.official-wechat-details:focus-within .official-wechat-popover {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

@media (max-width: 990px) {
	#responsive-menu .mobile-wechat-quick {
		position: absolute;
		right: 66px;
		top: 10px;
		z-index: 1002;
	}

	#responsive-menu .mobile-wechat-quick-summary {
		align-items: center;
		background: #07c160;
		border-radius: 16px;
		color: #ffffff;
		display: flex;
		font-size: 12px;
		height: 32px;
		justify-content: center;
		line-height: 32px;
		padding: 0 10px;
	}

	#responsive-menu .mobile-wechat-quick-summary i {
		margin-right: 5px;
	}

	#responsive-menu .mobile-wechat-quick-popover {
		display: none;
		margin: 0;
		opacity: 1;
		pointer-events: auto;
		position: absolute;
		right: -48px;
		top: calc(100% + 10px);
		transform: none;
		visibility: visible;
		width: 204px;
	}

	#responsive-menu .mobile-wechat-quick[open] .mobile-wechat-quick-popover {
		display: block;
	}

	#responsive-menu .mobile-wechat-quick-popover::before {
		display: block;
		right: 59px;
	}

	#responsive-menu .mobile-wechat-quick-popover img {
		width: 178px;
	}
}
