/* Hexo highlight.js 输出样式 */
.content figure.highlight {
  margin: 1.5rem 0;
  border-radius: 8px;
  color: #abb2bf;
  background: #282c34;
  overflow-x: auto;
}

.content figure.highlight table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}

.content figure.highlight td {
  padding: 0;
  border: 0;
}

.content figure.highlight pre {
  margin: 0;
  padding: 1rem;
  font: 14px/1.6 "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  white-space: pre;
}

.content figure.highlight .gutter {
  width: 1%;
  color: #636d83;
  background: #21252b;
  text-align: right;
  user-select: none;
}

.content figure.highlight .gutter pre {
  padding-right: .75rem;
  padding-left: .75rem;
}

.content figure.highlight .code pre {
  min-width: max-content;
}

.content figure.highlight .comment,
.content figure.highlight .quote {
  color: #7f848e;
  font-style: italic;
}

.content figure.highlight .keyword,
.content figure.highlight .selector-tag,
.content figure.highlight .literal {
  color: #c678dd;
}

.content figure.highlight .number,
.content figure.highlight .symbol,
.content figure.highlight .bullet {
  color: #d19a66;
}

.content figure.highlight .string,
.content figure.highlight .regexp,
.content figure.highlight .addition,
.content figure.highlight .attribute {
  color: #98c379;
}

.content figure.highlight .title,
.content figure.highlight .section,
.content figure.highlight .name,
.content figure.highlight .selector-id,
.content figure.highlight .selector-class {
  color: #61afef;
}

.content figure.highlight .built_in,
.content figure.highlight .type,
.content figure.highlight .class .title {
  color: #e5c07b;
}

.content figure.highlight .meta,
.content figure.highlight .link {
  color: #56b6c2;
}

.content :not(pre) > code {
  margin: 0 .2em;
  padding: .15em .4em;
  border-radius: 4px;
  color: #c7254e;
  background: #f5f2f0;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  font-size: .9em;
}

.content img {
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  border-radius: .28571429rem;
  margin: auto !important;
  width: 100%;
  cursor: zoom-in;
}

.image-lightbox {
  width: min(96vw, 1200px);
  max-width: none;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: visible;
}

.image-lightbox::backdrop {
  background: rgba(0, 0, 0, .86);
}

.image-lightbox img {
  display: block;
  max-width: 100%;
  max-height: 90vh;
  margin: auto;
  object-fit: contain;
}

.image-lightbox-close {
  position: absolute;
  top: -42px;
  right: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(0, 0, 0, .65);
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.content p {
  font-size: 18px;
  letter-spacing: 2px;
  text-align: justify;
}

.post-rating p {
  font-size: 16px;
  text-align: center;
}

.content h1 {
  text-align: center;
  padding: 5px;
  color: #D56464;
  font-size: 25px;
  padding-left: 8px !important;
  margin-bottom: 35px;
}

.content h2 {
  font-size: 22px;
  margin-top: 45px;
  border-bottom-style: solid;
  border-bottom-width: 0.5px;
  border-bottom-color: #d2d2d2;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.content blockquote {
  border-radius: 10px;
  font-size: 1.4em;
  width: 100%;
  margin: 20px auto;
  font-family: Open Sans;
  color: #555;
  padding: 15px 20px 15px 20px;
  line-height: 1.6;
  position: relative;
  background: #F5F2F0;
  text-align: justify;
  box-shadow: 0 1px 3px 0 #d4d4d5, 0 0 0 1px #d4d4d5;
  border-radius: .28571429rem;
}

.content blockquote::before {
  font-family: Arial;
  color: #D56464;
  font-size: 3.4em;
  position: absolute;
  left: 15px;
  top: -10px;
}

.content ul {
  padding-left: 30px !important;
  color: #939393;
  border-radius: 8px;
  border: solid 2px #e0e0e0;
  padding: 15px;
  background-color: #F5F2F0;
  color: #777777 !important;
}

.content strong {
  font-weight: bold;
  padding: 1px 5px 1.5px 5px;
  border-radius: 2px;
  color: #d56464;
}

.page-prev-next {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
