/* 案例分享 - casestudysharing.html（复用 news-center 样式，补充双筛选侧栏） */

.site-main--cs .nc-breadcrumb [aria-current="page"] {
  color: var(--nc-text);
}

.cs-sidebar .cs-filter + .cs-filter {
  margin-top: clamp(20px, 1.667vw, 32px);
}

.cs-sidebar .cs-filter .nc-sidebar__panel {
  max-height: 480px;
}

.cs-sidebar .cs-filter .nc-sidebar__panel.is-collapsed {
  max-height: 0;
}

/* 产品折叠后，只保留底部分隔线（与设计稿一致） */
.cs-sidebar .cs-filter:last-child .nc-sidebar__toggle {
  padding-bottom: clamp(14px, 1.042vw, 20px);
}
