body.single-hwgi_article .hwgi-sidebar-reserved {
	min-width: 0;
	min-height: 0;
}

.hwgas-panel,
.hwgas-panel * {
	box-sizing: border-box;
}

.hwgas-panel {
	position: sticky;
	top: 24px;
	display: grid;
	gap: 12px;
	width: 100%;
	color: #172234;
	font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
}

.admin-bar .hwgas-panel {
	top: 56px;
}

.hwgas-hero,
.hwgas-services,
.hwgas-contact {
	overflow: hidden;
	border-radius: 12px;
}

.hwgas-hero {
	position: relative;
	padding: 24px 22px 23px;
	background: radial-gradient(circle at 100% 0, rgba(70, 137, 255, .34), transparent 42%), linear-gradient(145deg, #071d39, #123e73);
	box-shadow: 0 14px 30px rgba(8, 32, 64, .16);
	color: #fff;
}

.hwgas-hero::after {
	position: absolute;
	right: -26px;
	bottom: -42px;
	width: 130px;
	height: 130px;
	border: 1px solid rgba(255, 255, 255, .14);
	border-radius: 50%;
	content: "";
}

.hwgas-brand {
	margin-bottom: 15px;
	color: #8db8ff;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .14em;
}

.hwgas-label {
	display: inline-flex;
	margin-bottom: 9px;
	padding: 4px 8px;
	border: 1px solid rgba(255, 255, 255, .24);
	border-radius: 999px;
	color: #d5e5ff;
	font-size: 11px;
	line-height: 1;
}

.hwgas-hero h2 {
	position: relative;
	z-index: 1;
	margin: 0 !important;
	color: #fff !important;
	font-size: 23px !important;
	font-weight: 800 !important;
	letter-spacing: -.02em;
	line-height: 1.38 !important;
}

.hwgas-hero p {
	position: relative;
	z-index: 1;
	margin: 12px 0 0 !important;
	color: #c8d9ee;
	font-size: 13px;
	line-height: 1.7;
}

.hwgas-services {
	padding: 18px 18px 17px;
	border: 1px solid #e2e8f0;
	background: #fff;
	box-shadow: 0 8px 24px rgba(23, 34, 52, .06);
}

.hwgas-section-title {
	margin-bottom: 7px;
	color: #1746a2;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: .12em;
}

.hwgas-services ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hwgas-services li {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 9px;
	align-items: center;
	min-height: 48px;
	margin: 0;
	padding: 6px 0;
	border-bottom: 1px solid #edf0f4;
}

.hwgas-services li:last-child {
	border-bottom: 0;
}

.hwgas-index {
	display: grid;
	width: 27px;
	height: 27px;
	place-items: center;
	border-radius: 50%;
	background: #edf3ff;
	color: #1746a2;
	font-size: 10px;
	font-weight: 800;
}

.hwgas-service-copy {
	min-width: 0;
}

.hwgas-service-copy strong {
	display: block;
	color: #172234;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.48;
}

.hwgas-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 12px;
	padding: 12px 14px;
	border-radius: 7px;
	background: #1746a2;
	color: #fff !important;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none !important;
	transition: background-color .18s, transform .18s;
}

.hwgas-cta:hover,
.hwgas-cta:focus-visible {
	transform: translateY(-1px);
	background: #0f377f;
	color: #fff !important;
}

.hwgas-contact {
	padding: 20px 18px 19px;
	border: 1px solid #dfe7f2;
	background: linear-gradient(#f7faff, #fff);
	text-align: center;
}

.hwgas-contact img {
	display: block;
	width: 150px !important;
	height: 150px !important;
	margin: 0 auto 13px !important;
	padding: 7px;
	border: 1px solid #dce5f0;
	border-radius: 9px;
	background: #fff;
	object-fit: contain;
}

.hwgas-contact strong {
	display: block;
	color: #14233a;
	font-size: 14px;
	line-height: 1.5;
}

.hwgas-contact p {
	margin: 7px 0 0 !important;
	color: #697586;
	font-size: 12px;
	line-height: 1.65;
}

@media (max-width: 920px) {
	body.single-hwgi_article .hwgi-sidebar-reserved {
		display: block !important;
		margin-top: 22px;
	}

	.hwgas-panel,
	.admin-bar .hwgas-panel {
		position: static;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		align-items: stretch;
	}

	.hwgas-hero {
		grid-column: 1 / -1;
	}

	.hwgas-services,
	.hwgas-contact {
		height: 100%;
	}
}

@media (max-width: 620px) {
	.hwgas-panel {
		grid-template-columns: 1fr;
	}

	.hwgas-hero {
		grid-column: auto;
	}

	.hwgas-hero,
	.hwgas-services,
	.hwgas-contact {
		border-radius: 8px;
	}

	.hwgas-contact img {
		width: 164px !important;
		height: 164px !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.hwgas-cta {
		transition: none;
	}
}
