.bsig-initial-insight {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fffdf7;
  padding: 18px 18px 16px;
  margin: 22px 0;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
  line-height: 1.8;
}
.bsig-initial-insight h3 {
  margin: 0 0 12px;
  font-size: 1.18em;
  border-bottom: 1px solid #eee2bd;
  padding-bottom: 8px;
}
.bsig-initial-insight h4 {
  margin: 16px 0 8px;
  font-size: 1.02em;
}
.bsig-initial-insight p {
  margin: 0 0 12px;
}
.bsig-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}
.bsig-meta span,
.bsig-count {
  display: inline-block;
  border: 1px solid #f1d89c;
  background: #fff8e6;
  border-radius: 999px;
  padding: 3px 10px;
  font-size: .88em;
  color: #5b4208;
}
.bsig-related {
  border-top: 1px dashed #ead8aa;
  margin-top: 14px;
  padding-top: 12px;
}
.bsig-related ul {
  margin: 8px 0 0 1.2em;
}
.bsig-related li {
  margin: 4px 0;
}
.bsig-related a {
  font-weight: 700;
}
.bsig-count {
  margin-left: 6px;
  padding: 1px 7px;
}
.bsig-note {
  font-size: .86em;
  color: #666;
  margin-top: 14px !important;
}
@media (max-width: 600px) {
  .bsig-initial-insight {
    padding: 14px;
    margin: 18px 0;
  }
  .bsig-meta {
    gap: 6px;
  }
}
.bsig-classification-insight {
  background: #f8fbff;
  border-color: #dbeafe;
}
.bsig-classification-insight h3 {
  border-bottom-color: #bfdbfe;
}
