/* 深色下：人浮出来、床沉下去。 */
.batch1-inline-figure {
  --zh-illustration-main: #2f5d5a;
  --zh-illustration-aux: #8aa5a1;
  --zh-illustration-warning: #934d45;
  width: 60%;
  margin: 16px auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
}
.batch1-inline-figure svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}
.batch1-inline-figure .illustration-main {
  opacity: 1;
}
.batch1-inline-figure .illustration-aux {
  opacity: 1;
}
.batch1-inline-caption {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
:root[data-zh-theme="dark"] .batch1-inline-figure {
  --zh-illustration-main: #a8c4bc;
  --zh-illustration-aux: #a8c4bc;
  --zh-illustration-warning: #e1a39b;
}
:root[data-zh-theme="dark"] .batch1-inline-figure .illustration-aux {
  opacity: .24;
}
