/* 法律资讯文章 */
.xys-article-disclaimer {
	font-size: 0.88rem;
	color: #666666;
	border-left: 3px solid #dce4ef;
	padding-left: 0.85rem;
	margin-bottom: 1.25rem;
}

.xys-article-lead {
	font-size: 1.05rem;
	line-height: 1.85;
	margin-bottom: 1.5rem;
	color: #1a2744;
}

.xys-article-meta {
	margin-top: 1.5rem;
	font-size: 0.85rem;
	color: #888888;
}

.xys-article-related {
	margin-top: 1.5rem;
	padding: 1rem 1.25rem;
	background: #f8fafc;
	border-radius: 8px;
	border: 1px solid #e8ecf1;
}

.xys-article-related__title {
	margin: 0 0 0.65rem;
	font-size: 1.02rem;
	color: #1a2744 !important;
}

.xys-article-related__lead {
	margin: 0;
	line-height: 1.7;
}

.xys-article-related__lead a {
	color: #0d47a1 !important;
	text-decoration: none !important;
	font-weight: 600;
}

.xys-article-related__lawyers {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
	margin: 0.85rem 0 0;
	padding: 0;
	list-style: none;
}

.xys-article-related__lawyers li {
	margin: 0;
}

.xys-article-related__lawyer {
	display: inline-flex;
	align-items: center;
	gap: 0.65rem;
	padding: 0.35rem 0.75rem 0.35rem 0.35rem;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid #e2e8f0;
	color: #243b5e !important;
	text-decoration: none !important;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.xys-article-related__lawyer:hover,
.xys-article-related__lawyer:focus {
	border-color: #b8c7db;
	box-shadow: 0 4px 12px rgba(26, 39, 68, 0.08);
}

.xys-article-related__avatar {
	display: block;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
	object-position: center 18%;
	background: #1a2744;
	flex-shrink: 0;
}

.xys-article-related__lawyer-name {
	font-size: 0.95rem;
	font-weight: 600;
	color: #1a2744;
	line-height: 1.3;
	padding-right: 0.15rem;
}

.xys-article-sidebar__area-posts {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 0.92rem;
	line-height: 1.55;
}

.xys-article-sidebar__area-posts li {
	margin: 0 0 0.55rem;
}

.xys-article-sidebar__area-posts a {
	color: #333 !important;
	text-decoration: none !important;
}

.xys-article-sidebar__area-posts a:hover,
.xys-article-sidebar__area-posts a:focus {
	color: #0d47a1 !important;
	text-decoration: underline !important;
}

/* news screenshots */
.xys-news-shot {
	margin: 1.25rem 0 1.5rem;
	padding: 0;
	border: 1px solid #e8ecf1;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 6px 18px rgba(26, 39, 68, 0.06);
}

.xys-news-shot img {
	display: block;
	width: 100%;
	height: auto;
}

.xys-news-shot figcaption {
	padding: 0.75rem 1rem;
	font-size: 0.88rem;
	line-height: 1.55;
	color: #64748b;
	background: #f8fafc;
	border-top: 1px solid #eef2f7;
}

.xys-news-shot figcaption a {
	color: #0d47a1 !important;
}

.xys-article-cta {
	margin-top: 2rem;
}

/* 法律资讯文章页：双栏 + 右侧分类目录 */
.xys-article-page {
	background: #f0f3f8;
}

.xys-article__header {
	background: linear-gradient(145deg, #1a2744 0%, #243b5e 52%, #2f4f73 100%);
	color: #ffffff;
	padding: 2rem 1rem 2.5rem;
}

.xys-article__header-inner {
	max-width: var(--xys-content-width);
	margin: 0 auto;
}

.xys-article__breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.5rem;
	margin: 0 0 1rem;
	font-size: 0.88rem;
	color: #ffffff;
}

.xys-article__breadcrumb span {
	color: #ffffff !important;
}

.xys-article__breadcrumb a {
	color: #ffffff !important;
	text-decoration: none !important;
}

.xys-article__breadcrumb a:hover,
.xys-article__breadcrumb a:focus {
	text-decoration: underline !important;
}

.xys-article__title {
	margin: 0;
	font-size: 1.75rem;
	line-height: 1.35;
	font-weight: 700;
	color: #ffffff !important;
	max-width: 820px;
}

.xys-article__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.25rem;
	font-size: 0.88rem;
	color: #d7e0ec;
}

.xys-article__meta-cats a {
	color: #ffffff !important;
	text-decoration: none !important;
}

.xys-article__meta-cats a:hover,
.xys-article__meta-cats a:focus {
	text-decoration: underline !important;
}

.xys-article__layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 280px;
	gap: 1.75rem;
	align-items: start;
	max-width: var(--xys-content-width);
	margin: 0 auto;
	padding: 1.5rem 1rem 3rem;
}

.xys-article__main {
	margin-top: 0;
	background: #ffffff;
	border-radius: 14px;
	padding: 2rem 1.75rem;
	box-shadow: 0 10px 32px rgba(26, 39, 68, 0.08);
	border: 1px solid #e8ecf1;
}

.xys-article__content h3 {
	margin: 1.5rem 0 0.75rem;
	font-size: 1.12rem;
	color: #1a2744 !important;
}

.xys-article__content h4 {
	margin: 1.15rem 0 0.5rem;
	font-size: 1rem;
	color: #243b5e !important;
}

.xys-article__content p,
.xys-article__content li {
	line-height: 1.85;
	color: #333333;
}

.xys-article-sidebar {
	position: sticky;
	top: 1.25rem;
	margin-top: 0;
}

.xys-article-sidebar__widget {
	background: #ffffff;
	border-radius: 14px;
	padding: 1.25rem 1.15rem;
	margin-bottom: 1rem;
	box-shadow: 0 8px 24px rgba(26, 39, 68, 0.07);
	border: 1px solid #e8ecf1;
}

.xys-article-sidebar__widget:last-child {
	margin-bottom: 0;
}

.xys-article-sidebar__title {
	margin: 0 0 0.85rem;
	padding-bottom: 0.65rem;
	border-bottom: 1px solid #e8ecf1;
	font-size: 1rem;
	font-weight: 700;
	color: #1a2744 !important;
}

.xys-article-sidebar__cats {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.xys-article-sidebar__cat {
	margin: 0;
	border-bottom: 1px solid #f0f3f8;
}

.xys-article-sidebar__cat:last-child {
	border-bottom: none;
}

.xys-article-sidebar__cat a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.65rem 0.35rem;
	text-decoration: none !important;
	color: #333333 !important;
	transition: color 0.15s ease, background 0.15s ease;
	border-radius: 8px;
}

.xys-article-sidebar__cat a:hover,
.xys-article-sidebar__cat a:focus {
	background: #f8fafc;
	color: #0d47a1 !important;
}

.xys-article-sidebar__cat.is-current a {
	background: #eef2f7;
	color: #1a2744 !important;
	font-weight: 600;
}

.xys-article-sidebar__cat-name {
	flex: 1;
	min-width: 0;
	font-size: 0.92rem;
	line-height: 1.45;
}

.xys-article-sidebar__cat-count {
	flex-shrink: 0;
	min-width: 1.75rem;
	padding: 0.15rem 0.45rem;
	border-radius: 999px;
	background: #f0f3f8;
	font-size: 0.78rem;
	font-weight: 600;
	color: #5a6578;
	text-align: center;
}

.xys-article-sidebar__cat.is-current .xys-article-sidebar__cat-count {
	background: #dce4ef;
	color: #1a2744;
}

.xys-article-sidebar__cat--news + .xys-article-sidebar__cat--legal,
.xys-article-sidebar__cat--other + .xys-article-sidebar__cat--legal {
	margin-top: 0.35rem;
	padding-top: 0.35rem;
	border-top: 1px dashed #e8ecf1;
}

.xys-article-sidebar__practice {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.65;
}

.xys-article-sidebar__practice a {
	color: #0d47a1 !important;
	text-decoration: none !important;
	font-weight: 600;
}

.xys-article-sidebar__practice a:hover,
.xys-article-sidebar__practice a:focus {
	text-decoration: underline !important;
}

.xys-article-sidebar__contact {
	margin: 0 0 0.75rem;
	font-size: 1.05rem;
	font-weight: 700;
}

.xys-article-sidebar__contact a {
	color: #1a2744 !important;
	text-decoration: none !important;
}

.xys-article-sidebar__contact-link {
	margin: 0;
}

.xys-article-sidebar__btn {
	display: block;
	padding: 0.65rem 1rem;
	border-radius: 8px;
	background: linear-gradient(145deg, #1a2744, #2f4f73);
	color: #ffffff !important;
	text-align: center;
	text-decoration: none !important;
	font-size: 0.92rem;
	font-weight: 600;
}

.xys-article-sidebar__btn:hover,
.xys-article-sidebar__btn:focus {
	opacity: 0.92;
	color: #ffffff !important;
}

.xys-article-page .xys-page-cta {
	max-width: none;
	margin-top: 1.75rem;
}

.xys-news-archive-list {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.xys-news-archive-item {
	margin: 0;
	border-bottom: 1px solid #e8ecf1;
}

.xys-news-archive-item:first-child {
	border-top: 1px solid #e8ecf1;
}

.xys-news-archive-item__link {
	display: block;
	padding: 1rem 0.25rem;
	text-decoration: none !important;
	transition: background 0.15s ease;
}

.xys-news-archive-item__link:hover,
.xys-news-archive-item__link:focus {
	background: #f8fafc;
}

.xys-news-archive-item__title {
	display: block;
	font-size: 1rem;
	font-weight: 600;
	color: #1a2744 !important;
	line-height: 1.5;
}

.xys-news-archive-item__excerpt {
	display: block;
	margin-top: 0.35rem;
	font-size: 0.88rem;
	line-height: 1.65;
	color: #666666;
}

.xys-news-archive-item__date {
	display: block;
	margin-top: 0.45rem;
	font-size: 0.82rem;
	color: #888888;
}

.xys-news-archive-pagination {
	margin-top: 1.5rem;
}

.xys-news-archive-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 0.75rem;
	justify-content: center;
}

.xys-news-archive-pagination a,
.xys-news-archive-pagination span {
	display: inline-block;
	padding: 0.35rem 0.75rem;
	border-radius: 6px;
	border: 1px solid #e8ecf1;
	color: #1a2744 !important;
	text-decoration: none !important;
}

.xys-news-archive-pagination .current {
	background: #eef2f7;
	font-weight: 600;
}

.xys-news-archive-empty {
	margin: 0;
	color: #666666;
}

@media (max-width: 960px) {
	.xys-article__layout {
		grid-template-columns: 1fr;
		gap: 1.25rem;
	}

	.xys-article-sidebar {
		position: static;
		margin-top: 0;
		order: 2;
	}

	.xys-article__main {
		order: 1;
	}

	.xys-article__title {
		font-size: 1.45rem;
	}

	.xys-article__main {
		padding: 1.5rem 1.15rem;
	}
}

.xys-related-articles {
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid #e8ecf1;
}

.xys-related-articles__title {
	margin: 0 0 0.85rem;
	font-size: 1.05rem;
	color: #1a2744 !important;
}

.xys-related-articles__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.xys-related-articles__list li {
	margin: 0 0 0.55rem;
	padding: 0;
}

.xys-related-articles__list a {
	color: #0d47a1 !important;
	text-decoration: none !important;
	line-height: 1.55;
}

.xys-related-articles__list a:hover,
.xys-related-articles__list a:focus {
	text-decoration: underline !important;
}

/* 关于我们 / 专业律师 / 联系我们：与 /news/ 一致的蓝色头部 + 单栏正文 */
.xys-branded-page__body {
	max-width: var(--xys-content-width);
	margin: 0 auto;
	padding: 1.5rem 1rem 3rem;
}

.xys-branded-page__main {
	margin-top: 0;
}

.xys-branded-page__content > :first-child {
	margin-top: 0;
}

.xys-branded-page__content .h-section:first-child,
.xys-branded-page__content .colibri-page-content > :first-child {
	margin-top: 0;
}

/* 联系我们等 branded 页：Colibri 亮蓝卡片统一为深蓝渐变 + 白字 */
.xys-branded-page__content .style-554 {
	background: linear-gradient(145deg, #1a2744 0%, #243b5e 55%, #2f4f73 100%) !important;
	border: 1px solid rgba(255, 255, 255, 0.14) !important;
	border-radius: 14px !important;
	box-shadow: 0 10px 32px rgba(26, 39, 68, 0.12) !important;
}

#colibri .xys-branded-page__content .style-554,
#colibri .xys-branded-page__content .style-554 h1,
#colibri .xys-branded-page__content .style-554 h2,
#colibri .xys-branded-page__content .style-554 h3,
#colibri .xys-branded-page__content .style-554 h4,
#colibri .xys-branded-page__content .style-554 h5,
#colibri .xys-branded-page__content .style-554 h6,
#colibri .xys-branded-page__content .style-554 p,
#colibri .xys-branded-page__content .style-554 li,
#colibri .xys-branded-page__content .style-554 span,
#colibri #content .xys-branded-page__content .style-554,
#colibri #content .xys-branded-page__content .style-554 h1,
#colibri #content .xys-branded-page__content .style-554 h2,
#colibri #content .xys-branded-page__content .style-554 h3,
#colibri #content .xys-branded-page__content .style-554 h4,
#colibri #content .xys-branded-page__content .style-554 h5,
#colibri #content .xys-branded-page__content .style-554 h6,
#colibri #content .xys-branded-page__content .style-554 p,
#colibri #content .xys-branded-page__content .style-554 span,
#colibri #content .xys-branded-page__content .style-554 .h-heading h4,
#colibri #content .xys-branded-page__content .style-554 .h-heading h5,
#colibri #content .xys-branded-page__content .style-554 .h-heading h6,
#colibri .xys-branded-page__content .style-555 h1,
#colibri .xys-branded-page__content .style-555 h2,
#colibri .xys-branded-page__content .style-555 h3,
#colibri .xys-branded-page__content .style-555 h4,
#colibri .xys-branded-page__content .style-555 h5,
#colibri .xys-branded-page__content .style-555 h6,
#colibri .xys-branded-page__content .style-555 p,
#colibri #content .xys-branded-page__content .style-555 h4,
#colibri #content .xys-branded-page__content .style-555 .h-heading h4,
#colibri .xys-branded-page__content .style-557 h1,
#colibri .xys-branded-page__content .style-557 h2,
#colibri .xys-branded-page__content .style-557 h3,
#colibri .xys-branded-page__content .style-557 h4,
#colibri .xys-branded-page__content .style-557 h5,
#colibri .xys-branded-page__content .style-557 h6,
#colibri .xys-branded-page__content .style-557 p,
#colibri #content .xys-branded-page__content .style-557 h6,
#colibri #content .xys-branded-page__content .style-557 .h-heading h6,
#colibri #content #contact .style-554 h4,
#colibri #content #contact .style-554 h6,
#colibri #content #contact .style-555 h4,
#colibri #content #contact .style-557 h6 {
	color: #ffffff !important;
}

#colibri .xys-branded-page__content .style-558 .icon-container,
#colibri .xys-branded-page__content .style-558 .icon-container svg,
#colibri .xys-branded-page__content .style-558 .h-icon-svg,
#colibri .xys-branded-page__content .style-558 .h-icon-svg svg {
	fill: #ffffff !important;
}

#colibri .xys-branded-page__content .style-558 .social-icon-container {
	border-color: rgba(255, 255, 255, 0.42) !important;
}

#colibri .xys-branded-page__content .style-558 .social-icon-container:hover {
	border-color: rgba(255, 255, 255, 0.75) !important;
}

#colibri .xys-branded-page__content .style-558 .social-icon-container:hover .icon-container,
#colibri .xys-branded-page__content .style-558 .social-icon-container:hover .icon-container svg {
	fill: #ffffff !important;
}

.xys-faq-page {
	background: #f0f3f8;
}

.xys-faq-page__main {
	margin-top: 0;
}

.xys-faq-page__content > :first-child {
	margin-top: 0;
}

.xys-faq-page__cta {
	margin-top: 2rem;
}
