/* 工业案例 callout：与 Quarto 自带 callout 风格一致的自定义块 */
div.industry-case {
  border-left: 4px solid #d97706;
  background: #fff7ed;
  border-radius: 4px;
  padding: 0.6em 1em;
  margin: 1em 0;
}
div.industry-case > .case-title {
  font-weight: 700;
  color: #b45309;
  margin-bottom: 0.4em;
}
.dark div.industry-case { background: #3b2f1e; }
