
/* 2026-08-04：仅作用于上市公司合规问答入口与页面外壳。 */
.sidebar-item[href="/listed-qa"] span::after {
  content: none !important;
  display: none !important;
}

.listed-qa-shell {
  background: transparent !important;
}

.listed-qa-shell .header-container {
  margin-bottom: 20px !important;
  background: transparent !important;
}

.listed-qa-shell .top-bar {
  align-items: flex-end !important;
  height: 100% !important;
}

.listed-qa-shell .top-icon {
  width: 37.8px !important;
  height: 37.4px !important;
  margin-bottom: 3px !important;
}

.listed-qa-shell .header-con1 {
  margin-bottom: -2px !important;
}

.listed-qa-shell .header-con2 {
  margin-bottom: 1px !important;
}

.listed-qa-shell .listed-qa-frame {
  height: calc(100vh - 120px) !important;
}
