/* Blog Code Theme (navy-friendly) */
.post-content pre {
  background-color: #0b1220 !important;
  border: 1px solid #243156;
  border-radius: 10px;
  color: #e6edff;
  padding: 1rem;
  box-shadow: 0 6px 18px rgba(0,0,0,0.35);
  overflow: auto;
}

.post-content pre code {
  color: #e6edff;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.post-content code { color: #e6edff; }

.post-content pre::-webkit-scrollbar { height: 8px; }
.post-content pre::-webkit-scrollbar-thumb { background: #243156; border-radius: 8px; }

