/* insight.css — only the insight block container styles (NO shared typography rules) */

.insight-block{
  background:#0f1830;
  border:1px solid #20315e;
  border-radius:14px;
  padding:16px 18px;   /* match card padding */
  margin:0 0 16px;     /* match card spacing */
}

.home-insight .insight-date{
  opacity:.8;
  font-size:12px;
  margin-top:8px;
}
