/**
 * 
 * @package Maupassant
 * @author cho
 * @version 1.3
 * @link http://pickcho.com
 */

/* ======= 暗色模式实现 ======= */
a {
  color: #3354aa;
  text-decoration: none;
}
a:hover,
a:active {
  color: #444;
}
@font-face {
  font-family: "icomoon";
  src:
    url("fonts/icomoon.woff?-i5ysuu") format("woff"),
    url("fonts/icomoon.ttf?-i5ysuu") format("truetype");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\e601";
}
.icon-air:before {
  content: "\e602";
}
.icon-rss:before {
  content: "\e603";
}
.icon-list:before {
  content: "\e604";
}
.icon-cc-by:before {
  content: "\e605";
}
.icon-cc-nc:before {
  content: "\e606";
}
.icon-cc-sa:before {
  content: "\e607";
}
.icon-github:before {
  content: "\e608";
}
.icon-twitter:before {
  content: "\e609";
}
.icon-googleplus:before {
  content: "\e60a";
}
.icon-qq:before {
  content: "\e60b";
}
.icon-instagram:before {
  content: "\e60c";
}
.icon-sina-weibo:before {
  content: "\e60d";
}
body {
  background-color: #fff;
  color: #444;
  font-size: 15px;
  /**
    font-family:"TIBch", "Classic Grotesque W01", "Helvetica Neue", Arial, "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "WenQuanYi Micro Hei", SimSun, sans-serif;
    **/
  font-family:
    "Droid Serif", Georgia, "Times New Roman", "PingFang SC",
    "Hiragino Sans GB", "Source Han Sans CN", "WenQuanYi Micro Hei",
    "Microsoft Yahei", serif;

  /**
	font-family: "PingFangSC-Regular", Helvetica, "Helvetica Neue", "Segoe UI", "Hiragino Sans GB", "Source Han Sans CN", "Microsoft YaHei", "STHeiti", "WenQuanYi Micro Hei", sans-serif !important;
	**/
  /**-webkit-font-smoothing: antialiased;**/
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:
    "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB",
    "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
  border: none;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
a,
button.submit {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
mark {
  padding: 3px 3px 3px 5px;
  background: #fffdd1;
}
pre {
  font-family:
    Menlo, Monaco, Consolas, "Lucida Console", "Courier New", monospace;
  overflow: auto;
  border: 1px solid #ddd;
  display: block;
  margin: 0px;
}
code {
  display: inline-block;
}
blockquote {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2.5em 0;
  padding: 0 0 0 50px;
  color: #555;
  border-left: none;
}
blockquote::before {
  content: "\201C";
  display: block;
  font-family: times;
  font-style: normal;
  font-size: 48px;
  color: #444;
  font-weight: bold;
  line-height: 30px;
  margin-left: -50px;
  position: absolute;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea {
  padding: 6px;
  border: 1px solid #ddd;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}
textarea {
  resize: vertical;
}
.clear {
  clear: both;
}
.clearfix {
  padding-left: 0;
}
.clearfix,
.col-group {
  zoom: 1;
}
.clearfix:before,
.col-group:before,
.clearfix:after,
.col-group:after {
  content: " ";
  display: table;
}
.clearfix:after,
.col-group:after {
  clear: both;
}
.post-content a,
.comment-content a {
  color: #0789e0;
  border-bottom: 1px solid #ddd;
}
.post-meta a:hover,
.post-content a:hover,
.widget a:hover,
.comment-content a {
  border-bottom-color: transparent;
}

#header {
  padding-top: 35px;
  border-bottom: 1px solid #eee;
}
.site-name h1 {
  padding: 0;
  margin: 0;
}
#logo {
  font-size: 34.5px;
  font-weight: 400;
  color: #333;
  font-family:
    "Droid Serif", Georgia, "Times New Roman", "PingFang SC",
    "Hiragino Sans GB", "Source Han Sans CN", "WenQuanYi Micro Hei",
    "Microsoft Yahei", serif;
}
#logo span {
  color: #777;
}
#logo:hover {
  color: #777;
}
.description {
  line-height: 1;
  margin: 10px 0 0 0;
  color: #999;
}
#nav-menu {
  margin: 10px 0 -1px;
  padding: 0;
  float: right;
}
#nav-menu a {
  display: inline-block;
  margin-right: -1px;
  padding: 0 1em;
  height: 32px;
  line-height: 32px;
  color: #444;
}
#nav-menu a:active,
#nav-menu a:hover {
  background: #f6f6f6;
}

#nav-menu a:first-child {
  border: none;
}
.site-search {
  display: none;
}
#search {
  position: relative;
  overflow: hidden;
}
#search input {
  padding: 1em 2em 0.75em 1em;
  line-height: 1.5;
}
#search button {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 20px;
  line-height: 1.5;
  border: none;
  padding: 14px 0;
  width: auto;
  height: 48px;
  color: #444;
  background: none;
}
.col-8 {
  width: 800px;
}
.col-12 {
  width: 100%;
}

@media (min-width: 1200px) {
  .container {
  }
}

.container {
  max-width: 952px;
  padding: 0 60px;
  margin: 0 auto;
}
.widget-title a {
  color: #444;
}
#secondary {
  color: #444;
  float: right;
  width: 220px;
  padding-left: 35px;
  word-wrap: break-word;
  display: block;
  padding-top: 35px;
}
#main {
  padding-top: 20px;
  width: 70%;
  float: left;
}
.post {
  margin-right: 0;
  border-bottom: 1px solid #eee;
  padding: 15px 0 15px;
  padding-right: 0;
}
.post-title a {
  font-size: 19.6px;
  color: #3354aa !important;
}
.post-title {
  margin: 0;
  text-align: left;
  /**font:bold 25px/1.1 "ff-tisa-web-pro", Cambria, "Times New Roman", Georgia, Times, sans-serif;**/
  font:
    bold 25px/1.1 "ff-tisa-web-pro",
    Cambria,
    "Times New Roman",
    Georgia,
    Times,
    sans-serif;
}
.post-title a,
.keyword {
  color: #555;
}
.post-meta {
  padding: 0;
  margin: 9px 0 0;
  color: #999;
  text-align: left;
  display: inline-block;
}
.meta-category a {
  position: relative;
}

.post-content {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  padding-top: 15px;
}
.page-content {
  padding-top: 40px;
}
.post-content h3,
.post-content h2 {
  margin: 1.4em 0 1.1em;
  overflow: hidden;
}
.post-content pre {
  padding: 1em;
}
.post-content code {
  display: inline;
}
.post-content p code {
  display: inline;
  padding: 0.2em 0.4em;
  margin: 0;
  font-size: 85%;
  background-color: rgba(27, 31, 35, 0.1);
  border-radius: 3px;
}
.post-content p {
  margin: 0 0 1.1em;
}
.post-content img {
  padding: 1em 0;
  margin: auto;
  display: block;
}
.post-content ul {
  overflow: auto;
  padding: 0.5em 2.4em;
  border-radius: 3px;
  margin: 1.8em 0;
}
.post-content ul li {
  text-indent: 0.5em;
}
.archive-title {
  padding-top: 20px;
  color: #999;
  font-size: 1em;
}
.more {
  padding: 10px 0 0;
}
.more a {
  border: none;
}
.protected .text {
  width: 50%;
}

.meta-tags ul li {
  display: inline;
}
.text-tags {
  display: inline;
}
.page-navigator {
  list-style: none;
  padding: 25px 0 0;
  font-size: 16px;
  text-align: center;
}
.page-navigator li {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.page-navigator a {
  display: inline-block;
  padding: 0 10px;
  height: 25px;
  line-height: 25px;
  padding: 5px 9px;
  border: 1px solid #ddd;
}
.page-navigator a:hover {
  background: #f8f8f8;
  border-bottom-color: #d26911;
}
.page-navigator .current a {
  background: #f8f8f8;
  border-bottom-color: #d26911;
}
.comment-list,
.comment-list ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list {
  margin-top: -1px;
}
.comment-list li {
  padding: 22px 0 12px;
  border-top: 1px solid #ddd;
}
.comment-list li.comment-level-even {
  background: #fff;
}
.comment-list li .comment-index {
  float: right;
  font-size: 0.92857em;
  font-style: italic;
}
.comment-list li .comment-children {
  margin-left: 1em;
}
.comment-meta a {
  color: #999;
  font-size: 0.92857em;
}
.comment-author {
  display: block;
  margin-bottom: 3px;
  color: #444;
}
.comment-author .avatar {
  float: left;
  margin: 1px 10px 0 0;
  border: 1px solid #ddd;
  padding: 1px;
}
.comment-author cite {
  font-weight: bold;
  font-style: normal;
  line-height: 1.2;
}
.comment-awaiting-moderation {
  font-style: normal;
  float: right;
  margin-top: -20px;
  color: #777;
}
.comment-list .respond {
  margin: 15px 0;
  border-top: 1px solid #ddd;
}
.comment-body .respond {
  border: none;
  margin: 0 0 25px;
}
.comment-content p:first-child {
  margin-top: 0;
}
.comment-content p:last-child {
  margin-bottom: 0;
}
#comment-form {
  padding-top: 5px;
}
#comment-form label {
  display: block;
  color: #888;
  position: absolute;
  margin: 10px 7px;
}
#comment-form input {
  padding: 8px 6px;
  height: 36px;
  border: solid 1px #d4d4d4;
  background: #fdfdfd;
  padding-left: 45px;
  color: #555;
}
button {
  border-radius: 0;
}
button.submit {
  border: 1px solid #272727;
  display: block;
  line-height: 32px;
  width: 100%;
  outline: none;
  color: #fff;
  background: #272727;
  height: 38px;
}
button.submit:hover {
  background: #505050;
  border-color: #505050;
}
textarea.textarea {
  line-height: 1.8;
  padding: 5px 10px 5px 10px;
  width: 100%;
  height: 174px;
  padding: 10px;
  overflow: auto;
  margin: 0;
  line-height: 1.8;
  color: #222;
  font-size: 14px;
  background: #fdfdfd !important;
  color: #555;
}
.col2 p,
.col1 p {
  margin: 9px 0;
}
.col1 p {
  margin-right: 220px;
}
.col1 {
  margin-right: -220px;
  height: auto;
  float: left;
  width: 100%;
  position: relative;
  background-position: 0 0;
}
.col2 {
  width: 204px;
  float: right;
  position: relative;
  overflow: hidden;
  background-position: right top;
}
.widget {
  margin-bottom: 30px;
}
.widget-title {
  color: #6e7173;
  line-height: 2.7;
  margin-top: 0;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  display: block;
}
#response {
  margin-bottom: 0.8em;
}
.widget-list {
  list-style: none;
  padding: 0;
}
.widget-list li {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.5;
}

.widget-list li a {
  border-bottom: 1px solid #eee;
}

.widget .tagcloud {
  margin-top: 10px;
}
.widget .tagcloud a {
  line-height: 1.5;
  padding: 5px;
}
#footer {
  padding: 0.8em 0 3.6em;
  color: #999;
  text-align: center;
}
.error-page {
  margin-top: 100px;
  margin-bottom: 100px;
}
.comment-content {
  line-height: 1.5;
  word-wrap: break-word;
  padding: 10px 40px 10px 0;
}
.post-content h2,
.comment-content h2 {
  font-size: 1.28571em;
}
.post-content img,
.comment-content img {
  max-width: 100%;
  margin: auto;
  display: block;
}
.post-content a img {
  background: #fff;
  position: relative;
  bottom: -4px;
}
.post-content hr,
.comment-content hr {
  margin: 2.1em auto;
  width: 200px;
  border: 1px solid #ccc;
  border-width: 1px 0 0 0;
  position: relative;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.alignleft {
  margin: 5px 15px 0 0;
}
img.alignright {
  margin: 5px 0 0 15px;
}
/* archives page*/
.al_year {
  width: 60px;
  padding: 10px 0;
}
.al_mon_list {
  margin-left: 90px;
  margin-top: -2.2em;
  border-left: 1px solid #ddd;
}
.al_mon_list li {
  list-style: none;
  line-height: 1.8;
}
.al_mon_list li a {
  margin-left: 1.5em;
}
.post-content-pages {
  font-size: 17px;
}
.body404 {
  height: 100%;
  width: 100%;
  /*background:#fff url(img/404.jpg) no-repeat center top;*/
  background: #fff;
  background-size: cover;
  margin: 4em 0 6em 0;
}
.site-name404 {
  margin: 0 auto;
  width: 3em;
  text-align: center;
  letter-spacing: 2px;
  font-size: 74px;
}
.title404 span {
  font-size: 15px;
  width: 2px;
}
.site-name404 i {
  font-style: normal;
}
.title404 p {
  font-size: 20px;
  margin: 0.5em 0 0.6em;
}
.info404 {
  text-align: center;
  width: 100%;
}
#footer404 {
  margin-top: 30px;
}
.index404 {
  margin-top: 13px;
  display: inline-block;
  padding: 14px 27px 14px 29px;
  color: #fff;
  white-space: nowrap;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  background: #444;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 1px;
  font-size: 14px;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.index404:hover {
  background-color: #000;
  color: #fff;
}
.icon-about {
  padding: 10px 0 25px;
}
.icon-about a {
  font-size: 20px;
  margin: 5px;
  color: #fff;
  background-color: #000;
  border-radius: 100%;
  padding: 6px;
}
@media print, screen and (max-width: 1290px) {
  .container {
    width: auto;
  }
  #main {
    width: 100%;
    margin-right: -320px;
    float: left;
  }
  .res-cons {
    width: auto;
    margin-right: 320px;
  }
  .post-content img {
    max-width: 100%;
  }
}

@media print, screen and (max-width: 1057px) {
  .container {
  }
  #main {
    width: 100%;
    margin-right: -260px;
    float: left;
  }
  .res-cons {
    width: auto;
    margin-right: 260px;
  }
  #secondary {
    width: 175px;
    margin-top: 35px;
    padding-top: 5px;
  }
  .post-content {
    font-size: 14px;
  }
}

@media print, screen and (max-width: 860px) {
  #header {
    text-align: center;
  }
  #main {
    width: 100%;
    margin-right: 0;
  }
  #nav-menu {
    margin: 35px 0 -1px;
  }
  .res-cons {
    width: auto;
    margin-right: 0;
  }
  #secondary {
    display: none;
  }
}
@media print, screen and (max-width: 680px) {
  .container {
    padding: 0 20px;
  }
  .post-title {
    font-size: 25px;
  }
  .page-navigator {
    padding: 15px 0 0;
  }
  #footer {
    padding-top: 10px;
  }
  .page-navigator a {
    padding: 0 6px;
  }
  .post-content img {
    padding: 0.2em 0;
  }
  .post {
    padding: 12px 0;
  }
  #nav-menu a {
    padding: 0 15px;
    line-height: 27px;
    height: 27px;
    font-size: 13px;
  }
}
@media print, screen and (max-width: 500px) {
  .col2 {
    width: 140px;
  }
  .post-meta li.comment-count {
    display: none;
  }
  .col1 p {
    margin-right: 160px;
  }
  .col1 {
    margin-right: -160px;
  }
  .post-content-pages {
    font-size: 14px;
  }
  .al_mon_list {
    margin-left: 70px;
    padding-left: 20px;
  }
}
.about {
  width: 100%;
}

/** Donation block **/
.hidden {
  display: none;
}
#post-donation {
  text-align: center;
  margin: 20px auto;
}
#post-donation-button {
  border: 1px solid #272727;
  line-height: 100%;
  outline: none;
  background: #fff;
  padding: 0.6em 1em;
  margin: 1px;
}
#post-donation-button:hover {
  border: 2px solid #0474bb;
  color: #0474bb;
  margin: 0;
}
#post-donation-qrcodes {
  margin-top: 0.8em;
}
.post-donation-qrcode {
  display: inline-block;
}
.post-donation-qrcode img {
  width: 200px;
  max-width: 100%;
}
.post-donation-qrcode p {
  margin: 0 auto auto auto;
  font-size: 85%;
}
/** Comment extra **/
#comment-submitted {
  border-top: 1px solid #ddd;
  background: rgba(245, 245, 245, 1);
  padding-bottom: 1px;
  text-align: center;
  display: none;
}
#comment-submitted:target {
  display: block;
}

/* for archive page starts*/
.post-archive {
  font-size: 15px;
  line-height: 2;
  padding-bottom: 0.8em;
}
@media print, screen and (max-width: 1290px) {
  .post-archive {
    margin-right: 320px;
  }
}
@media print, screen and (max-width: 1057px) {
  .post-archive {
    margin-right: 260px;
  }
}
@media print, screen and (max-width: 860px) {
  .post-archive {
    margin-right: 0px;
  }
}
.post-archive h2 {
  margin: 0;
  font:
    bold 25px / 1.1 "ff-tisa-web-pro",
    Cambria,
    "Times New Roman",
    Georgia,
    Times,
    sans-serif;
}
.post-archive .date {
  padding-right: 0.7em;
}
/* for archive page ends*/

/* back-to-top rocket*/
@media print, screen and (min-width: 48em) {
  #rocket {
    position: fixed;
    right: 50px;
    bottom: 50px;
    display: block;
    visibility: hidden;
    width: 26px;
    height: 48px;
    background: url("data:image/png;base64,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")
      no-repeat 50% 0;
    opacity: 0;
    -webkit-transition:
      visibility 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
      opacity 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
      -webkit-transform 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    -moz-transition:
      visibility 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
      opacity 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
      -moz-transform 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition:
      visibility 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
      opacity 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335),
      transform 0.6s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  }
  #rocket i {
    display: block;
    margin-top: 48px;
    height: 14px;
    background: url("data:image/png;base64,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")
      no-repeat 50% -48px;
    opacity: 0.5;
    -webkit-transition: -webkit-transform 0.2s;
    -moz-transition: -moz-transform 0.2s;
    transition: transform 0.2s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
  }
  #rocket:hover {
    background-position: 50% -62px;
  }
  #rocket:hover i {
    background-position: 50% 100%;
    -webkit-animation: flaming 0.7s infinite;
    -moz-animation: flaming 0.7s infinite;
    animation: flaming 0.7s infinite;
  }
  #rocket.show {
    visibility: visible;
    opacity: 1;
  }
  #rocket.launch {
    background-position: 50% -62px;
    opacity: 0;
    -webkit-transform: translateY(-500px);
    -moz-transform: translateY(-500px);
    -ms-transform: translateY(-500px);
    transform: translateY(-500px);
    pointer-events: none;
  }
  #rocket.launch i {
    background-position: 50% 100%;
    -webkit-transform: scale(1.4, 3.2);
    -moz-transform: scale(1.4, 3.2);
    transform: scale(1.4, 3.2);
  }
}

/* read more*/
.readmore {
  text-align: center;
  margin-bottom: 0;
}
.readmore a {
  border: none;
}
.readmore a:hover {
  background: #f8f8f8;
  border-bottom-color: #d26911;
}
/* 版权声明 */
.post-copyright {
  margin: 2em 0 0;
  padding: 0.5em 1em;
  border-left: 3px solid #ff1700;
  background-color: #f9f9f9;
  list-style: none;
}
.post-copyright a {
  border-bottom: 1px solid #999;
}

/* table*/
table {
  margin: auto auto 15px;
  background: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

table {
  margin: auto auto 15px;
  width: 800px;
  background: transparent;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}
tbody {
  border: 0;
}
table tr th {
  font-weight: bold;
  border-bottom: 2px solid #909ba2;
  background-color: #f0f0f0;
}
table td {
  padding: 5px 10px;
}
table tr:nth-child(2n) {
  background: #f7f8f8;
}

table tr {
  border: 0;
  background-color: white;
}

table tr th,
table tr td {
  font-size: 1em;
  border: 1px solid #ccc;
  padding: 0.5em 1em;
  text-align: left;
}

table tbody tr td:nth-of-type(1) pre {
  margin-right: -1px;
}

.github-badge {
  display: inline-block;
  border-radius: 4px;
  text-shadow: none;
  font-size: 12px;
  color: #fff;
  line-height: 1.25;
  background-color: #abbac3;
  margin-bottom: 5px;
}
.github-badge a {
  color: #fff;
}
.github-badge img {
  /*height: "calc(%s * 1.25)" % $fontsize-footnote*/
  height: 1.25em;
  vertical-align: top;
}
.github-badge .badge-subject {
  display: inline-block;
  background-color: #555;
  padding: 4px 4px 4px 6px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.github-badge .badge-value {
  display: inline-block;
  padding: 4px 6px 4px 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.github-badge .bg-brightgreen {
  background-color: #4c1 !important;
}
.github-badge .bg-green {
  background-color: #97ca00 !important;
}
.github-badge .bg-yellowgreen {
  background-color: #a4a61d !important;
}
.github-badge .bg-orange {
  background-color: #fe7d37 !important;
}
.github-badge .bg-yellow {
  background-color: #dfb317 !important;
}
.github-badge .bg-blueviolet {
  background-color: #8a2be2 !important;
}
.github-badge .bg-pink {
  background-color: #ffc0cb !important;
}
.github-badge .bg-red {
  background-color: #e05d44 !important;
}
.github-badge .bg-blue {
  background-color: #007ec6 !important;
}
.github-badge .bg-grey,
.github-badge .bg-gray {
  background-color: #555 !important;
}
.github-badge .bg-lightgrey,
.github-badge .bg-lightgray {
  background-color: #9f9f9f !important;
}

/* Maupassant style.css end */

:root {
  --waline-font-size: 1rem;
  --waline-white: #fff;
  --waline-light-grey: #999;
  --waline-dark-grey: #666;
  --waline-theme-color: #222;
  --waline-active-color: #222;
  --waline-color: #444;
  --waline-bg-color: #fff;
  --waline-bg-color-light: #f8f8f8;
  --waline-bg-color-hover: #f0f0f0;
  --waline-border-color: #ddd;
  --waline-disable-bg-color: #f8f8f8;
  --waline-disable-color: #000;
  --waline-code-bg-color: #282c34;
  --waline-bq-color: #f0f0f0;
  --waline-avatar-size: 3.25rem;
  --waline-m-avatar-size: calc(var(--waline-avatar-size) * 9 / 13);
  --waline-badge-color: #3498db;
  --waline-badge-font-size: 0.75em;
  --waline-info-bg-color: #f8f8f8;
  --waline-info-color: #999;
  --waline-info-font-size: 0.625em;
  --waline-border: 1px solid var(--waline-border-color);
  --waline-avatar-radius: 50%;
  --waline-box-shadow: none;
}

[data-waline] {
  font-size: var(--waline-font-size);
  text-align: start;
}

[dir="rtl"] [data-waline] {
  direction: rtl;
}

[data-waline] * {
  box-sizing: content-box;
  line-height: 1.75;
}

[data-waline] p {
  color: var(--waline-color);
}

[data-waline] a {
  position: relative;
  display: inline-block;
  color: var(--waline-theme-color);
  text-decoration: none;
  word-break: break-word;
  cursor: pointer;
}

[data-waline] a:hover {
  color: var(--waline-active-color);
}

[data-waline] img {
  max-width: 100%;
  max-height: 400px;
  border: none;
}

[data-waline] hr {
  margin: 0.825em 0;
  border-style: dashed;
  border-color: var(--waline-bg-color-light);
}

[data-waline] code,
[data-waline] pre {
  margin: 0;
  padding: 0.2em 0.4em;
  border-radius: 3px;
  background: var(--waline-bg-color-light);
  font-size: 85%;
}

[data-waline] pre {
  overflow: auto;
  padding: 10px;
  line-height: 1.45;
}

[data-waline] pre::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

[data-waline] pre::-webkit-scrollbar-track-piece:horizontal {
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.1);
}

[data-waline] pre::-webkit-scrollbar-thumb:horizontal {
  width: 6px;
  border-radius: 6px;
  background: var(--waline-theme-color);
}

[data-waline] pre code {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  color: var(--waline-color);
  white-space: pre-wrap;
  word-break: keep-all;
}

[data-waline] blockquote {
  margin: 0.5em 0;
  padding: 0.5em 0 0.5em 1em;
  border-inline-start: 8px solid var(--waline-bq-color);
  color: var(--waline-dark-grey);
}

[data-waline] blockquote > p {
  margin: 0;
}

[data-waline] ol,
[data-waline] ul {
  margin-inline-start: 1.25em;
  padding: 0;
}

[data-waline] input[type="checkbox"],
[data-waline] input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}

.wl-btn {
  display: inline-block;
  vertical-align: middle;
  min-width: 2.5em;
  margin-bottom: 0;
  padding: 0.5em 1em;
  border: 1px solid var(--waline-border-color);
  border-radius: 0.5em;
  background: rgba(0, 0, 0, 0);
  color: var(--waline-color);
  font-weight: 400;
  font-size: 0.75em;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition-duration: 0.4s;
}

.wl-btn:hover,
.wl-btn:active {
  border-color: var(--waline-theme-color);
  color: var(--waline-theme-color);
}

.wl-btn:disabled {
  border-color: var(--waline-border-color);
  background: var(--waline-disable-bg-color);
  color: var(--waline-disable-color);
  cursor: not-allowed;
}

.wl-btn.primary {
  border-color: var(--waline-theme-color);
  background: var(--waline-theme-color);
  color: var(--waline-white);
}

.wl-btn.primary:hover,
.wl-btn.primary:active {
  border-color: var(--waline-active-color);
  background: var(--waline-active-color);
  color: var(--waline-white);
}

.wl-btn.primary:disabled {
  border-color: var(--waline-border-color);
  background: var(--waline-disable-bg-color);
  color: var(--waline-disable-color);
  cursor: not-allowed;
}

.wl-loading {
  text-align: center;
}

.wl-loading svg {
  margin: 0 auto;
}

.wl-comment {
  position: relative;
  display: flex;
  margin-bottom: 0.75em;
}

.wl-close {
  position: absolute;
  inset-inline-end: -4px;
  top: -4px;
  padding: 0;
  border: none;
  background: rgba(0, 0, 0, 0);
  line-height: 1;
  cursor: pointer;
}

.wl-login-info {
  max-width: 80px;
  margin-top: 0.75em;
  text-align: center;
}

.wl-logout-btn {
  position: absolute;
  inset-inline-end: -10px;
  top: -10px;
  padding: 3px;
  border: none;
  background: rgba(0, 0, 0, 0);
  line-height: 0;
  cursor: pointer;
}

.wl-avatar {
  position: relative;
  width: var(--waline-avatar-size);
  height: var(--waline-avatar-size);
  margin: 0 auto;
  border: var(--waline-border);
  border-radius: var(--waline-avatar-radius);
}

@media (max-width: 720px) {
  .wl-avatar {
    width: var(--waline-m-avatar-size);
    height: var(--waline-m-avatar-size);
  }
}

.wl-avatar img {
  width: 100%;
  height: 100%;
  border-radius: var(--waline-avatar-radius);
}

.wl-login-nick {
  display: block;
  color: var(--waline-theme-color);
  font-size: 0.75em;
  word-break: break-all;
}

.wl-panel {
  position: relative;
  flex-shrink: 1;
  width: 100%;
  margin: 0.5em;
  border: #000 1px solid;
  background: var(--waline-bg-color);
  box-shadow: var(--waline-box-shadow);
}

.wl-header {
  display: flex;
  overflow: hidden;
  padding: 0 4px;
  border-bottom: 2px dashed var(--waline-border-color);
  border-top-left-radius: 0.75em;
  border-top-right-radius: 0.75em;
}

@media (max-width: 580px) {
  .wl-header {
    display: block;
  }
}

.wl-header label {
  min-width: 40px;
  padding: 0.75em 0.5em;
  color: var(--waline-color);
  font-size: 0.75em;
  text-align: center;
}

.wl-header input {
  flex: 1;
  resize: none;
  width: 0;
  padding: 0.5em;
  background: rgba(0, 0, 0, 0);
  font-size: 0.625em;
}

.wl-header-item {
  display: flex;
  flex: 1;
}

@media (max-width: 580px) {
  .wl-header-item:not(:last-child) {
    border-bottom: 2px dashed var(--waline-border-color);
  }
}

.wl-header-1 .wl-header-item {
  width: 100%;
}

.wl-header-2 .wl-header-item {
  width: 50%;
}

@media (max-width: 580px) {
  .wl-header-2 .wl-header-item {
    flex: 0;
    width: 100%;
  }
}

.wl-header-3 .wl-header-item {
  width: 33.33%;
}

@media (max-width: 580px) {
  .wl-header-3 .wl-header-item {
    width: 100%;
  }
}

.wl-editor {
  position: relative;
  resize: vertical;
  box-sizing: border-box;
  width: calc(100% - 1em);
  min-height: 8.75em;
  margin: 0.75em 0.5em;
  border-radius: 0.5em;
  background: rgba(0, 0, 0, 0);
  font-size: 0.875em;
}

.wl-editor,
.wl-input {
  max-width: 100%;
  border: none;
  color: var(--waline-color);
  outline: none;
  transition: all 0.25s ease;
}

.wl-editor:focus,
.wl-input:focus {
  background: var(--waline-bg-color-light);
}

.wl-preview {
  padding: 0 0.5em 0.5em;
}

.wl-preview h4 {
  margin: 0.25em;
  font-weight: bold;
  font-size: 0.9375em;
}

.wl-preview .wl-content {
  min-height: 1.25em;
  padding: 0.25em;
  word-break: break-word;
  hyphens: auto;
}

.wl-preview .wl-content > *:first-child {
  margin-top: 0;
}

.wl-preview .wl-content > *:last-child {
  margin-bottom: 0;
}

.wl-footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0.5em 0.75em;
}

.wl-actions {
  display: flex;
  flex: 2;
  align-items: center;
}

.wl-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  margin: 2px;
  padding: 0;
  border: none;
  background: rgba(0, 0, 0, 0);
  color: var(--waline-color);
  font-size: 16px;
  cursor: pointer;
}

.wl-action:hover {
  color: var(--waline-theme-color);
}

.wl-action.active {
  color: var(--waline-active-color);
}

#wl-image-upload {
  display: none;
}

#wl-image-upload:focus + label {
  color: var(--waline-color);
}

#wl-image-upload:focus-visible + label {
  outline: -webkit-focus-ring-color auto 1px;
}

.wl-info {
  display: flex;
  flex: 3;
  align-items: center;
  justify-content: flex-end;
}

.wl-info .wl-text-number {
  color: var(--waline-info-color);
  font-size: 0.75em;
}

.wl-info .wl-text-number .illegal {
  color: red;
}

.wl-info button {
  margin-inline-start: 0.75em;
}

.wl-info button svg {
  display: block;
  margin: 0 auto;
  line-height: 18px;
}

.wl-emoji-popup {
  position: absolute;
  inset-inline-start: 1.25em;
  top: 100%;
  z-index: 10;
  display: none;
  width: 100%;
  max-width: 526px;
  border: var(--waline-border);
  border-radius: 6px;
  background: var(--waline-bg-color);
  box-shadow: var(--waline-box-shadow);
}

.wl-emoji-popup.display {
  display: block;
}

.wl-emoji-popup button {
  display: inline-block;
  vertical-align: middle;
  width: 2em;
  margin: 0.125em;
  padding: 0;
  border-width: 0;
  background: rgba(0, 0, 0, 0);
  font-size: inherit;
  line-height: 2;
  text-align: center;
  cursor: pointer;
}

.wl-emoji-popup button:hover {
  background: var(--waline-bg-color-hover);
}

.wl-emoji-popup .wl-emoji {
  display: inline-block;
  vertical-align: middle;
  max-width: 1.5em;
  max-height: 1.5em;
}

.wl-emoji-popup .wl-tab-wrapper {
  overflow-y: auto;
  max-height: 145px;
  padding: 0.5em;
}

.wl-emoji-popup .wl-tab-wrapper::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.wl-emoji-popup .wl-tab-wrapper::-webkit-scrollbar-track-piece:vertical {
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.1);
}

.wl-emoji-popup .wl-tab-wrapper::-webkit-scrollbar-thumb:vertical {
  width: 6px;
  border-radius: 6px;
  background: var(--waline-theme-color);
}

.wl-emoji-popup .wl-tabs {
  position: relative;
  overflow-x: auto;
  padding: 0 6px;
  white-space: nowrap;
}

.wl-emoji-popup .wl-tabs::before {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  height: 1px;
  background: var(--waline-border-color);
}

.wl-emoji-popup .wl-tabs::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.wl-emoji-popup .wl-tabs::-webkit-scrollbar-track-piece:horizontal {
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.1);
}

.wl-emoji-popup .wl-tabs::-webkit-scrollbar-thumb:horizontal {
  height: 6px;
  border-radius: 6px;
  background: var(--waline-theme-color);
}

.wl-emoji-popup .wl-tab {
  position: relative;
  margin: 0;
  padding: 0 0.5em;
}

.wl-emoji-popup .wl-tab.active {
  z-index: 3;
  border: 1px solid var(--waline-border-color);
  border-top-width: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background: var(--waline-bg-color);
}

.wl-gif-popup {
  position: absolute;
  inset-inline-start: 1.25em;
  top: 100%;
  z-index: 10;
  width: calc(100% - 3em);
  padding: 0.75em 0.75em 0.25em;
  border: var(--waline-border);
  border-radius: 6px;
  background: var(--waline-bg-color);
  box-shadow: var(--waline-box-shadow);
  opacity: 0;
  visibility: hidden;
  transition:
    transform 0.2s ease-out,
    opacity 0.2s ease-out;
  transform: scale(0.9, 0.9);
  transform-origin: 0 0;
}

.wl-gif-popup.display {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.wl-gif-popup input {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 3px 5px;
  border: var(--waline-border);
}

.wl-gif-popup img {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  cursor: pointer;
}

.wl-gif-popup img:hover {
  border-color: var(--waline-theme-color);
  border-radius: 2px;
}

.wl-gallery {
  display: flex;
  overflow-y: auto;
  max-height: 80vh;
}

.wl-gallery-column {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.wl-cards .wl-user {
  --avatar-size: var(--waline-avatar-size);
  position: relative;
  margin-inline-end: 0.75em;
}

@media (max-width: 720px) {
  .wl-cards .wl-user {
    --avatar-size: var(--waline-m-avatar-size);
  }
}

.wl-cards .wl-user .wl-user-avatar {
  width: var(--avatar-size);
  height: var(--avatar-size);
  border-radius: var(--waline-avatar-radius);
  box-shadow: var(--waline-box-shadow);
}

.wl-cards .wl-user .verified-icon {
  position: absolute;
  inset-inline-start: calc(var(--avatar-size) * 3 / 4);
  top: calc(var(--avatar-size) * 3 / 4);
  border-radius: 50%;
  background: var(--waline-bg-color);
  box-shadow: var(--waline-box-shadow);
}

.wl-card-item {
  position: relative;
  display: flex;
  padding: 0.5em;
}

.wl-card-item .wl-card-item {
  padding-inline-end: 0;
}

.wl-card {
  flex: 1;
  width: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px dashed var(--waline-border-color);
}

.wl-card:first-child {
  margin-inline-start: 1em;
}

.wl-card-item:last-child > .wl-card {
  border-bottom: none;
}

.wl-card .wl-nick svg {
  position: relative;
  bottom: -0.125em;
  line-height: 1;
}

.wl-card .wl-head {
  overflow: hidden;
  line-height: 1.5;
}

.wl-card .wl-head .wl-nick {
  position: relative;
  display: inline-block;
  margin-inline-end: 0.5em;
  font-weight: bold;
  font-size: 0.875em;
  line-height: 1;
  text-decoration: none;
}

.wl-card span.wl-nick {
  color: var(--waline-dark-grey);
}

.wl-card .wl-badge {
  display: inline-block;
  margin-inline-end: 1em;
  padding: 0 0.3em;
  border: 1px solid var(--waline-badge-color);
  border-radius: 4px;
  color: var(--waline-badge-color);
  font-size: var(--waline-badge-font-size);
}

.wl-card .wl-time {
  margin-inline-end: 0.875em;
  color: var(--waline-info-color);
  font-size: 0.75em;
}

.wl-card .wl-meta {
  position: relative;
  line-height: 1;
}

.wl-card .wl-meta > span {
  display: inline-block;
  margin-inline-end: 0.25em;
  padding: 2px 4px;
  border-radius: 0.2em;
  background: var(--waline-info-bg-color);
  color: var(--waline-info-color);
  font-size: var(--waline-info-font-size);
  line-height: 1.5;
}

.wl-card .wl-meta > span:empty {
  display: none;
}

.wl-card .wl-comment-actions {
  float: right;
  line-height: 1;
}

[dir="rtl"] .wl-card .wl-comment-actions {
  float: left;
}

.wl-card .wl-delete,
.wl-card .wl-like,
.wl-card .wl-reply,
.wl-card .wl-edit {
  display: inline-flex;
  align-items: center;
  border: none;
  background: rgba(0, 0, 0, 0);
  color: var(--waline-color);
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease;
}

.wl-card .wl-delete:hover,
.wl-card .wl-like:hover,
.wl-card .wl-reply:hover,
.wl-card .wl-edit:hover {
  color: var(--waline-theme-color);
}

.wl-card .wl-delete.active,
.wl-card .wl-like.active,
.wl-card .wl-reply.active,
.wl-card .wl-edit.active {
  color: var(--waline-active-color);
}

.wl-card .wl-content {
  position: relative;
  margin-bottom: 0.75em;
  padding-top: 0.625em;
  font-size: 0.875em;
  line-height: 2;
  word-wrap: break-word;
}

.wl-card .wl-content.expand {
  overflow: hidden;
  max-height: 8em;
  cursor: pointer;
}

.wl-card .wl-content.expand::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  bottom: 3.15em;
  z-index: 999;
  display: block;
  width: 100%;
  background: linear-gradient(180deg, #000, rgba(255, 255, 255, 0.9));
}

.wl-card .wl-content.expand::after {
  content: attr(data-expand);
  position: absolute;
  inset-inline-start: 0;
  bottom: 0;
  z-index: 999;
  display: block;
  width: 100%;
  height: 3.15em;
  background: hsla(0, 0%, 100%, 0.9);
  color: #828586;
  line-height: 3.15em;
  text-align: center;
}

.wl-card .wl-content > *:first-child {
  margin-top: 0;
}

.wl-card .wl-content > *:last-child {
  margin-bottom: 0;
}

.wl-card .wl-admin-actions {
  margin: 8px 0;
  font-size: 12px;
  text-align: right;
}

.wl-card .wl-comment-status {
  margin: 0 8px;
}

.wl-card .wl-comment-status .wl-btn {
  border-radius: 0;
}

.wl-card .wl-comment-status .wl-btn:first-child {
  border-inline-end: 0;
  border-radius: 0.5em 0 0 0.5em;
}

.wl-card .wl-comment-status .wl-btn:last-child {
  border-inline-start: 0;
  border-radius: 0 0.5em 0.5em 0;
}

.wl-card .wl-quote {
  border-inline-start: 1px dashed rgba(237, 237, 237, 0.5);
}

.wl-card .wl-quote .wl-user {
  --avatar-size: var(--waline-m-avatar-size);
}

.wl-close-icon {
  color: var(--waline-border-color);
}

.wl-content .vemoji,
.wl-content .wl-emoji {
  display: inline-block;
  vertical-align: baseline;
  height: 1.25em;
  margin: -0.125em 0.25em;
}

.wl-content .wl-tex {
  background: var(--waline-info-bg-color);
  color: var(--waline-info-color);
}

.wl-content span.wl-tex {
  display: inline-block;
  margin-inline-end: 0.25em;
  padding: 2px 4px;
  border-radius: 0.2em;
  font-size: var(--waline-info-font-size);
  line-height: 1.5;
}

.wl-content p.wl-tex {
  text-align: center;
}

.wl-content .katex-display {
  overflow: auto hidden;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  -webkit-overflow-scrolling: touch;
}

.wl-content .katex-display::-webkit-scrollbar {
  height: 3px;
}

.wl-content .katex-error {
  color: red;
}

.wl-count {
  flex: 1;
  font-weight: bold;
  font-size: 1.25em;
}

.wl-empty {
  overflow: auto;
  padding: 1.25em;
  color: var(--waline-color);
  text-align: center;
}

.wl-operation {
  text-align: center;
}

.wl-operation button {
  margin: 1em 0;
}

.wl-power {
  padding: 0.5em 0;
  color: var(--waline-light-grey);
  font-size: var(--waline-info-font-size);
  text-align: end;
}

.wl-meta-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.375em;
}

.wl-sort {
  margin: 0;
  list-style-type: none;
}

.wl-sort li {
  display: inline-block;
  color: var(--waline-info-color);
  font-size: 0.75em;
  cursor: pointer;
}

.wl-sort li.active {
  color: var(--waline-theme-color);
}

.wl-sort li + li {
  margin-inline-start: 1em;
}

.wl-reaction {
  overflow: auto hidden;
  margin-bottom: 1.75em;
  text-align: center;
}

.wl-reaction img {
  width: 100%;
  height: 100%;
  transition: all 250ms ease-in-out;
}

.wl-reaction-title {
  margin: 16px auto;
  font-weight: bold;
  font-size: 18px;
}

.wl-reaction-list {
  display: flex;
  flex-direction: row;
  gap: 16px;
  justify-content: center;
  margin: 0;
  padding: 8px;
  list-style-type: none;
}

@media (max-width: 580px) {
  .wl-reaction-list {
    gap: 12px;
  }
}

[data-waline] .wl-reaction-list {
  margin-inline-start: 0;
}

.wl-reaction-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.wl-reaction-item:hover img,
.wl-reaction-item.active img {
  transform: scale(1.15);
}

.wl-reaction-img {
  position: relative;
  width: 42px;
  height: 42px;
}

@media (max-width: 580px) {
  .wl-reaction-img {
    width: 32px;
    height: 32px;
  }
}

.wl-reaction-loading {
  position: absolute;
  inset-inline-end: -5px;
  top: -4px;
  width: 18px;
  height: 18px;
  color: var(--waline-theme-color);
}

.wl-reaction-votes {
  position: absolute;
  inset-inline-end: -9px;
  top: -9px;
  min-width: 1em;
  padding: 2px;
  border: 1px solid var(--waline-theme-color);
  border-radius: 1em;
  background: var(--waline-bg-color);
  color: var(--waline-theme-color);
  font-weight: 700;
  font-size: 0.75em;
  line-height: 1;
}

.wl-reaction-item.active .wl-reaction-votes {
  background: var(--waline-theme-color);
  color: var(--waline-bg-color);
}

.wl-reaction-text {
  font-size: 0.875em;
}

.wl-reaction-item.active .wl-reaction-text {
  color: var(--waline-theme-color);
}

.wl-content pre,
.wl-content pre[class*="language-"] {
  overflow: auto;
  margin: 0.75rem 0;
  padding: 1rem 1.25rem;
  border-radius: 6px;
  background: var(--waline-code-bg-color);
  line-height: 1.4;
}

.wl-content pre code,
.wl-content pre[class*="language-"] code {
  padding: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0) !important;
  color: #bbb;
  direction: ltr;
}

.wl-content code[class*="language-"],
.wl-content pre[class*="language-"] {
  background: none;
  color: #ccc;
  font-size: 1em;
  font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-wrap: normal;
  word-break: normal;
  tab-size: 4;
  hyphens: none;
}

.wl-content pre[class*="language-"] {
  overflow: auto;
}

.wl-content :not(pre) > code[class*="language-"],
.wl-content pre[class*="language-"] {
  background: #2d2d2d;
}

.wl-content :not(pre) > code[class*="language-"] {
  padding: 0.1em;
  border-radius: 0.3em;
  white-space: normal;
}

.wl-content .token.comment,
.wl-content .token.block-comment,
.wl-content .token.prolog,
.wl-content .token.doctype,
.wl-content .token.cdata {
  color: #999;
}

.wl-content .token.punctuation {
  color: #ccc;
}

.wl-content .token.tag,
.wl-content .token.attr-name,
.wl-content .token.namespace,
.wl-content .token.deleted {
  color: #e2777a;
}

.wl-content .token.function-name {
  color: #6196cc;
}

.wl-content .token.boolean,
.wl-content .token.number,
.wl-content .token.function {
  color: #f08d49;
}

.wl-content .token.property,
.wl-content .token.class-name,
.wl-content .token.constant,
.wl-content .token.symbol {
  color: #f8c555;
}

.wl-content .token.selector,
.wl-content .token.important,
.wl-content .token.atrule,
.wl-content .token.keyword,
.wl-content .token.builtin {
  color: #cc99cd;
}

.wl-content .token.string,
.wl-content .token.char,
.wl-content .token.attr-value,
.wl-content .token.regex,
.wl-content .token.variable {
  color: #7ec699;
}

.wl-content .token.operator,
.wl-content .token.entity,
.wl-content .token.url {
  color: #67cdcc;
}

.wl-content .token.important,
.wl-content .token.bold {
  font-weight: bold;
}

.wl-content .token.italic {
  font-style: italic;
}

.wl-content .token.entity {
  cursor: help;
}

.wl-content .token.inserted {
  color: green;
}

.wl-recent-item p {
  display: inline;
}

.wl-user-list {
  padding: 0;
  list-style: none;
}

.wl-user-list a,
.wl-user-list a:hover,
.wl-user-list a:visited {
  color: var(--waline-color);
  text-decoration: none;
}

.wl-user-list .wl-user-avatar {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin-inline-end: 10px;
  border-radius: 4px;
  line-height: 0;
}

.wl-user-list .wl-user-avatar > img {
  width: var(--waline-user-avatar-size, 48px);
  height: var(--waline-user-avatar-size, 48px);
}

.wl-user-list .wl-user-badge {
  position: absolute;
  inset-inline-end: 0;
  bottom: 0;
  min-width: 0.7em;
  height: 1.5em;
  padding: 0 0.4em;
  border-radius: 4px;
  background: var(--waline-info-bg-color);
  color: var(--waline-info-color);
  font-weight: bold;
  font-size: 10px;
  line-height: 1.5em;
  text-align: center;
}

.wl-user-list .wl-user-item {
  margin: 10px 0;
}

.wl-user-list .wl-user-item:nth-child(1) .wl-user-badge {
  background: var(--waline-rank-gold-bg-color, #fa3939);
  color: var(--waline-white);
  font-weight: bold;
}

.wl-user-list .wl-user-item:nth-child(2) .wl-user-badge {
  background: var(--waline-rank-silver-bg-color, #fb811c);
  color: var(--waline-white);
  font-weight: bold;
}

.wl-user-list .wl-user-item:nth-child(3) .wl-user-badge {
  background: var(--waline-rank-copper-bg-color, #feb207);
  color: var(--waline-white);
}

.wl-user-list .wl-user-meta {
  display: inline-block;
  vertical-align: top;
}

.wl-user-list .wl-badge {
  display: inline-block;
  vertical-align: text-top;
  margin-inline-start: 0.5em;
  padding: 0 0.3em;
  border: 1px solid var(--waline-badge-color);
  border-radius: 4px;
  color: var(--waline-badge-color);
  font-size: var(--waline-badge-font-size);
}

.wl-user-wall {
  padding: 0;
  list-style: none;
}

.wl-user-wall .wl-user-badge,
.wl-user-wall .wl-user-meta {
  display: none;
}

.wl-user-wall .wl-user-item {
  position: relative;
  display: inline-block;
  transition: transform ease-in-out 0.2s;
}

.wl-user-wall .wl-user-item::before,
.wl-user-wall .wl-user-item::after {
  position: absolute;
  bottom: 100%;
  left: 50%;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  transition: all 0.18s ease-out 0.18s;
  transform: translate(-50%, 4px);
  transform-origin: top;
}

.wl-user-wall .wl-user-item::before {
  content: "";
  width: 0;
  height: 0;
  border: 5px solid rgba(0, 0, 0, 0);
  border-top-color: rgba(16, 16, 16, 0.95);
}

.wl-user-wall .wl-user-item::after {
  content: attr(aria-label);
  margin-bottom: 10px;
  padding: 0.5em 1em;
  border-radius: 2px;
  background: rgba(16, 16, 16, 0.95);
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}

.wl-user-wall .wl-user-item:hover {
  transform: scale(1.1);
}

.wl-user-wall .wl-user-item:hover::before,
.wl-user-wall .wl-user-item:hover::after {
  opacity: 1;
  pointer-events: none;
  transform: translate(-50%, 0);
}

.wl-user-wall .wl-user-item img {
  width: var(--waline-user-avatar-size, 48px);
  height: var(--waline-user-avatar-size, 48px);
}

.wl-comment {
  padding-top: 5px;
}

/*# sourceMappingURL=waline.css.map */
