.shen-article-filter {
	--shen-filter-accent: #001f55;
	padding: 22px 20px;
	border: 1px solid #e3e6eb;
	background: #fff;
}
.shen-article-filter__mobile-toggle,
.shen-article-filter__backdrop,
.shen-article-filter__drawer-head { display: none; }
.shen-article-filter__heading { margin: 0 0 18px; padding-bottom: 14px; border-bottom: 1px solid #e8eaee; color: #48505f; font-size: 14px; font-weight: 600; letter-spacing: .06em; }
.shen-article-filter__group { margin-bottom: 22px; }
.shen-article-filter__group:last-of-type { margin-bottom: 12px; }
.shen-article-filter__group-title { margin: 0 0 12px; color: #172033; font-size: 15px; font-weight: 700; }
.shen-article-filter__item { display: flex; align-items: center; gap: 9px; margin-bottom: 9px; color: #4b5361; font-size: 14px; cursor: pointer; }
.shen-article-filter__item input { width: 15px; height: 15px; margin: 0; accent-color: var(--shen-filter-accent); cursor: pointer; }
.shen-article-filter__item:hover { color: var(--shen-filter-accent); }
.shen-article-filter__tags { display: flex; flex-wrap: wrap; gap: 8px; }
.shen-article-filter__tag input { position: absolute; opacity: 0; pointer-events: none; }
.shen-article-filter__tag span { display: inline-block; padding: 5px 10px; border: 1px solid #e3e6eb; background: #f5f6f8; color: #5b6373; font-size: 13px; cursor: pointer; transition: all .2s ease; }
.shen-article-filter__tag input:checked + span,
.shen-article-filter__tag span:hover { border-color: var(--shen-filter-accent); background: var(--shen-filter-accent); color: #fff; }
.shen-article-filter__tag input:focus-visible + span { outline: 2px solid var(--shen-filter-accent); outline-offset: 2px; }
.shen-article-filter__reset { width: 100%; padding: 9px 12px; border: 1px solid #dfe2e8; background: #fff; color: #5b6373; font-size: 13px; cursor: pointer; }
.shen-article-filter__reset:hover { border-color: var(--shen-filter-accent); color: var(--shen-filter-accent); }

@media (max-width: 767px) {
	.e-con:has(> .e-con > .elementor-widget-shen-article-filter):has(> .e-con > .elementor-widget-shen-article-list) {
		flex-direction: column !important;
	}
	.e-con:has(> .elementor-widget-shen-article-filter),
	.e-con:has(> .elementor-widget-shen-article-list) {
		width: 100% !important;
		max-width: 100% !important;
		flex-basis: 100% !important;
	}
	.elementor-widget-shen-article-filter,
	.elementor-widget-shen-article-list { width: 100% !important; }
	.shen-article-filter-shell { position: relative; display: flex; width: 100%; min-height: 34px; align-items: center; justify-content: flex-start; }
	.shen-article-filter__mobile-toggle { display: inline-flex; width: auto; min-height: 34px; padding: 3px 0; border: 0; border-radius: 0; align-items: center; justify-content: flex-start; flex-direction: row; gap: 7px; background: transparent; color: var(--shen-filter-accent); font-size: 15px; font-weight: 600; line-height: 1.2; cursor: pointer; }
	.shen-article-filter__mobile-toggle svg { width: 20px; height: 20px; flex: 0 0 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
	.shen-article-filter__mobile-toggle-label { display: inline; }
	.shen-article-filter__backdrop { display: block; position: fixed; z-index: 99996; inset: 0; background: rgba(0, 31, 85, .48); opacity: 0; visibility: hidden; transition: opacity .28s ease, visibility .28s ease; }
	.shen-article-filter { position: fixed; z-index: 99997; top: 0; bottom: 0; left: 0; width: min(86vw, 340px); height: 100dvh; padding: 20px 20px 32px; border: 0; box-shadow: 18px 0 45px rgba(0, 31, 85, .18); overflow-y: auto; overscroll-behavior: contain; transform: translate3d(-105%, 0, 0); transition: transform .32s cubic-bezier(.22, 1, .36, 1); }
	.shen-article-filter-shell.is-open .shen-article-filter { transform: translate3d(0, 0, 0); }
	.shen-article-filter-shell.is-open .shen-article-filter__backdrop { opacity: 1; visibility: visible; }
	.shen-article-filter__drawer-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin: -2px 0 18px; padding-bottom: 14px; border-bottom: 1px solid #e8eaee; color: #001f55; }
	.shen-article-filter__mobile-close { display: inline-flex; width: 40px; height: 40px; align-items: center; justify-content: center; font-size: 30px; font-weight: 300; line-height: 1; cursor: pointer; }
	.shen-article-filter__heading { margin-top: 0; }
	.shen-article-filter__tags { gap: 7px; }
	.shen-article-filter__tag span { padding: 7px 10px; }
	.shen-article-filter__reset { min-height: 44px; }
	body.shen-filter-drawer-open { overflow: hidden; }
}

@media (prefers-reduced-motion: reduce) {
	.shen-article-filter,
	.shen-article-filter__backdrop { transition: none; }
}
