.highlight {
  background: #474949;
  color: #d1d9e1;
}
.highlight .code .comment,
.highlight .code .quote {
  color: #969896;
  font-style: italic;
}
.highlight .code .keyword,
.highlight .code .selector-tag,
.highlight .code .literal,
.highlight .code .type,
.highlight .code .addition {
  color: #c9c;
}
.highlight .code .number,
.highlight .code .selector-attr,
.highlight .code .selector-pseudo {
  color: #f99157;
}
.highlight .code .string,
.highlight .code .doctag,
.highlight .code .regexp {
  color: #8abeb7;
}
.highlight .code .title,
.highlight .code .name,
.highlight .code .section,
.highlight .code .built_in {
  color: #b5bd68;
}
.highlight .code .variable,
.highlight .code .template-variable,
.highlight .code .selector-id,
.highlight .code .class .title {
  color: #fc6;
}
.highlight .code .section,
.highlight .code .name,
.highlight .code .strong {
  font-weight: bold;
}
.highlight .code .symbol,
.highlight .code .bullet,
.highlight .code .subst,
.highlight .code .meta,
.highlight .code .link {
  color: #f99157;
}
.highlight .code .deletion {
  color: #dc322f;
}
.highlight .code .formula {
  background: #eee8d5;
}
.highlight .code .attr,
.highlight .code .attribute {
  color: #81a2be;
}
.highlight .code .emphasis {
  font-style: italic;
}
@font-face {
  font-style: normal;
  font-family: "Meslo LG";
  src: local("Meslo LG S"), url("../lib/meslo-LG/MesloLGS-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../lib/font-awesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../lib/font-awesome/webfonts/fa-solid-900.ttf") format("truetype");
}
pre {
  overflow-x: auto;
  padding: 10px 15px;
  padding-bottom: 0;
  border: 1px dotted #908d8d;
  border-radius: 4px;
  font-size: 13px;
  font-family: $font-family-mono;
  line-height: 22px;
  -webkit-border-radius: 4px;
}
pre code {
  display: block;
  padding: 0;
  border: none;
}
code {
  padding: 0 5px;
  border: 1px dotted #908d8d;
  border-radius: 2px;
  -webkit-border-radius: 2px;
}
.highlight {
  overflow-x: auto;
  margin: 1rem 0;
  padding: 10px 15px;
  border-radius: 4px;
  background: #212326;
  font-family: $font-family-mono;
  -webkit-border-radius: 4px;
}
.highlight figcaption {
  margin: -5px 0 5px;
  color: #908d8d;
  font-size: 0.9em;
  transform: scale(1);
}
.highlight figcaption a {
  float: right;
  color: #908d8d;
  font-style: italic;
  font-size: 0.8em;
}
.highlight figcaption a:hover {
  color: #a6a4a4;
}
.highlight figcaption:before,
.highlight figcaption content: "" {
  display: table;
}
.highlight figcaption:after {
  clear: both;
}
.highlight:hover .btn-copy {
  opacity: 1;
}
.highlight .btn-copy {
  font-size: 1.2rem;
  position: absolute;
  right: 20px;
  opacity: 0;
  transition: opacity 0.2s ease-in;
}
.highlight .btn-copy:hover {
  color: #2bbc8a;
}
.highlight pre {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}
.highlight table {
  width: auto;
}
.highlight td.gutter {
  text-align: right;
  opacity: 0.2;
}
.highlight .line {
  height: 22px;
}
#header-post #actions {
  direction: ltr !important;
}
@media screen and (max-width: 768px) {
  body {
    max-width: 90%;
  }
  body #sidebar {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  body {
    max-width: 56%;
  }
  body #sidebar {
    width: 20%;
    position: fixed;
    top: 0;
    right: 0.5rem;
    font-size: small;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    height: 100vh;
  }
  body #sidebar ol {
    list-style-type: none;
    padding-inline-start: 20px;
  }
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0 auto 0 auto;
  font-family: 'Helvetica Neue';
}
body a {
  text-decoration: none;
}
body .wrapper {
  color: #404040;
}
body .wrapper #tags-list a,
body .wrapper #categories-list a {
  color: #404040;
  text-decoration: underline;
}
body .wrapper #tags-list .focus-tag,
body .wrapper #categories-list .focus-tag,
body .wrapper #tags-list .focus-category,
body .wrapper #categories-list .focus-category {
  color: #000;
  font-weight: 900;
}
body .wrapper #tags-list .key-word,
body .wrapper #categories-list .key-word {
  color: #000;
  font-size: 1.1em;
}
body .wrapper .meta {
  font-weight: 400;
  line-height: 2rem;
}
body .wrapper .meta .postdate {
  display: inline;
}
body .wrapper .meta .postdate i {
  font-style: normal;
}
body #herder {
  margin-bottom: 1rem;
}
body #herder #title {
  color: #404040;
}
body #herder #title .p-name {
  margin-bottom: 0.5rem;
}
body #nav ul {
  padding-inline-start: 0px;
  margin-top: 0px;
}
body #nav ul li {
  display: inline-block;
  border-right: 1px solid;
  border-color: #acacac;
  margin-right: 0.2rem;
}
body #nav ul li a {
  margin-right: 0.2rem;
}
body #nav ul li:last-child {
  margin-right: 0;
  border-right: 0;
}
body .post-list {
  list-style-type: none;
  padding-inline-start: 0px;
}
body #sidebar {
  height: 100%;
}
body #sidebar #toc {
  flex-grow: 1;
  overflow-y: auto;
  overflow-x: scroll;
  transition: background ease-in 0.2s;
}
body #sidebar #toc .toc-text {
  color: #404040;
  width: 17em;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body #sidebar #toc .toc-text:hover {
  color: #00f;
}
body #sidebar #toc:hover {
  background: #f2f2f2;
}
body #sidebar #actions .action {
  cursor: pointer;
}
body #sidebar #actions a {
  color: #404040;
  width: 20em;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body #sidebar #actions a:hover {
  color: #00f;
}
body #sidebar #actions ul {
  list-style-type: none;
  padding-inline-start: 20px;
}
.vpower {
  display: none;
}
.year {
  font-weight: bold;
}
table:not(.highlight table) {
  margin: 20px 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ddd;
  font-size: 14px;
  table-layout: fixed;
  word-wrap: break-all;
}
table:not(.highlight table)>tbody>tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
table:not(.highlight table)>tbody>tr:hover {
  background-color: #f5f5f5;
}
caption,
th:not(.highlight th),
td:not(.highlight td) {
  padding: 8px;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
}
th:not(.highlight th),
td:not(.highlight td) {
  border-bottom: 3px solid #ddd;
  border-right: 1px solid #eee;
}
th:not(.highlight th) {
  padding-bottom: 10px;
  font-weight: 700;
}
td:not(.highlight td) {
  border-bottom-width: 1px;
}
blockquote {
  padding: 0 1rem;
  color: #666;
  border-left: 4px solid #ddd;
  margin: 0;
}
blockquote cite::before {
  content: "-";
  padding: 0 5px;
}
.fa-solid {
  font-style: normal;
  font-weight: 900;
}
.fa-user:before {
  content: "\f007";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-file:before {
  content: "\f15b";
}
.fa-archive:before {
  content: "\f187";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tag,
.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: "Font Awesome 6 Free";
}
