p.caption {
  color: #777;
  margin-top: 10px;
}
p code {
  white-space: inherit;
}
pre {
  word-break: normal;
  word-wrap: normal;
}
pre code {
  white-space: inherit;
}
p.flushright {
  text-align: right;
}
blockquote > p:last-child {
  text-align: right;
}
blockquote > p:first-child {
  text-align: inherit;
}
.storybox {
  background-color: #f3f8fb;
  border-left: 4px solid #2a9fd6;
  padding: 1em 1.5em;
  margin: 1.5em 0;
  font-style: italic;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.1);
  border-radius: 6px;
}
pre {
  background-color: #e6f2ff !important;
  padding: 1em;
  border-left: 4px solid #1f78b4;
  border-radius: 5px;
  overflow-x: auto;
}
/* Optional: unify font style inside */
pre code {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  background-color: transparent !important; /* remove individual line bg */
  font-size: 0.9em;
}
h1 { color: #2c3e50; }   /* Chapter */
h2 { color: #34495e; }   /* Section */
h3 { color: #3c6382; }   /* Subsection */
h4 { color: #3c6382; }   /* Subsubsection */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #222;
  background-color: #fff;
}




