#post-directory-module {
  z-index: 999;
}

.post-directory {
  font-size: 14px;
  background: #fff;
  overflow: hidden;
  width: 300px;
  padding-bottom: 1em;
  border: 1px solid #efefef;
  color: #999;
}

.post-directory ul,
.post-directory ol {
  padding-left: 1.5em;
  list-style: none;
}

.post-directory strong {
  border-left: 5px solid #999;
  padding: 2px 5px 2px 15px;
}

.post-directory a {
  text-decoration: none;
  color: #bababa;
}

.post-directory a:hover,
.post-directory a:active,
.post-directory a.on {
  color: #4183c4;
}

.posts-list {
  line-height: 2;
  color: #555;
  list-style-type: disc;
}

.posts-list::before {
  /*    content: " ";*/
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  margin-left: -4px;
  background: #bbb;
  border-radius: 50%;
  border: 1px solid #fff;
  transition-duration: 0.2s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
  transition-property: background;
}

.posts-list-item {
  border-bottom: 1px dashed #ccc;
  margin: 10px;
  padding: 0;
}

.posts-list-item a {
  font-size: 16px;
  font-weight: normal;
  font-family: Lato, "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: inherit;
  color: #666;
}

.posts-list-meta {
  font-size: 12px;
  font-family: Lato, "PingFang SC", "Microsoft YaHei", sans-serif;
  line-height: 2;
  color: #555;
  background: #fff;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}

/* Code block container */
.highlight {
  background-color: #1e1e1e;
  color: #d4d4d4;
  border-radius: 6px;
  padding: 16px;
  overflow-x: auto;
  margin: 1em 0;
}

.highlight pre {
  margin: 0;
  background: transparent;
  border: none;
  padding: 0;
}

.highlight code {
  background: transparent;
  color: inherit;
  border: none;
  padding: 0;
  font-family: "DejaVu Sans Mono", Consolas, "Liberation Mono", Menlo, Courier,
    monospace;
  font-size: 14px;
  line-height: 1.4;
}

img,
table {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img {
  border-radius: 8px;
}
table {
  width: fit-content !important;
}

blockquote {
  position: relative;
  background-color: transparent !important;
  border-left: 3px solid #cbcbb1 !important;
  padding: 1rem 2rem 1rem 2rem !important;
  margin: 1.5rem 0;
  font-style: normal;
  color: #010100de !important;
  line-height: 1.5;
}

blockquote::before {
  position: absolute;
  top: 1rem;
  left: 0.5rem;
  font-size: 1.5rem;
}

blockquote p {
  margin: 0;
}
p {
  /* text-align: justify; */
}

/* VS Code Dark Theme Colors */
.highlight .k {
  color: #569cd6;
} /* Keywords (def, for, return) */
.highlight .kn {
  color: #569cd6;
} /* Keyword.Namespace (import) */
.highlight .kt {
  color: #569cd6;
} /* Keyword.Type */
.highlight .nf {
  color: #dcdcaa;
} /* Function names */
.highlight .nc {
  color: #4ec9b0;
} /* Class names */
.highlight .n {
  color: #9cdcfe;
} /* Variables/names */
.highlight .nb {
  color: #569cd6;
} /* Built-ins */
.highlight .s {
  color: #ce9178;
} /* Strings */
.highlight .s1 {
  color: #ce9178;
} /* Single quoted strings */
.highlight .s2 {
  color: #ce9178;
} /* Double quoted strings */
.highlight .mi {
  color: #b5cea8;
} /* Numbers */
.highlight .mf {
  color: #b5cea8;
} /* Float numbers */
.highlight .c1 {
  color: #6a9955;
  font-style: italic;
} /* Comments */
.highlight .cm {
  color: #6a9955;
  font-style: italic;
} /* Multi-line comments */
.highlight .o {
  color: #d4d4d4;
} /* Operators */
.highlight .p {
  color: #d4d4d4;
} /* Punctuation */
.highlight .ow {
  color: #569cd6;
} /* Operator words (in, not, and) */
.highlight .bp {
  color: #569cd6;
} /* Built-in pseudo (self) */
.highlight .se {
  color: #d7ba7d;
} /* String escapes */
.highlight .err {
  color: #f44747;
} /* Errors */

a.footnote {
  position: relative;
  text-decoration: none;
  border-bottom: 1px dotted #666;
}

.footnote-popup {
  position: absolute;
  z-index: 999;
  max-width: 250px;
  padding: 0.5em;
  background: white;
  border: 1px solid #ccc;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  font-size: 0.9em;
  line-height: 1.4;
  pointer-events: auto;
}

.markdown-body {
  max-width: 1000px;
  margin: 0 auto;
}
