/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.2_webpack@5.94.0_webpack-cli@5.1.4_/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/.pnpm/postcss-loader@8.1.1_postcss@8.4.45_typescript@5.5.4_webpack@5.94.0_webpack-cli@5.1.4_/node_modules/postcss-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@16.0.1_sass@1.78.0_webpack@5.94.0_webpack-cli@5.1.4_/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/pages/post/style.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes article-skeleton-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 480px 0;
  }
}
.header {
  box-shadow: 0 1px 2px 0 var(--jj-header-box-shadow);
}

.article-content-wrapper {
  background-color: var(--jj-article-content-wrapper-bg);
  padding: 32px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.post-right-sticky {
  position: sticky;
  top: 20px;
  width: inherit;
  transition: top 0.2s;
}
.post-right-sticky.heighten {
  top: 80px;
}

@media screen and (max-width: 600px) {
  .article-content-wrapper {
    padding: 24px 12px;
  }
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.2_webpack@5.94.0_webpack-cli@5.1.4_/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/.pnpm/postcss-loader@8.1.1_postcss@8.4.45_typescript@5.5.4_webpack@5.94.0_webpack-cli@5.1.4_/node_modules/postcss-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@16.0.1_sass@1.78.0_webpack@5.94.0_webpack-cli@5.1.4_/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/modules/article_relevant_info/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes article-skeleton-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 480px 0;
  }
}
.article-relevant-info {
  margin-top: 16px;
}

.article-relevant-info-item {
  margin-right: 20px;
  font-size: 14px;
  line-height: 32px;
}

.article-relevant-info-item-name {
  color: var(--jj-article-relevant-info);
  margin-right: 8px;
  white-space: nowrap;
}

.article-relevant-info-item-list a {
  display: inline-block;
  padding: 0 12px;
  border-radius: 4px;
  color: inherit;
  text-decoration: none;
  margin-right: 12px;
  margin-bottom: 12px;
  transition: color 0.3s, background-color 0.3s;
}
.article-relevant-info-item-list a:active {
  opacity: 0.7;
}
.article-relevant-info-item-list.category a {
  color: var(--jj-article-relevant-info-a-color1);
  background-color: var(--jj-article-relevant-info-a-bg1);
}
.article-relevant-info-item-list.category a:hover {
  background-color: var(--jj-article-relevant-info-a-bg1-hover);
}
.article-relevant-info-item-list.tag a {
  color: var(--jj-article-relevant-info-a-color2);
  background-color: var(--jj-article-relevant-info-a-bg2);
}
.article-relevant-info-item-list.tag a:hover {
  background-color: var(--jj-article-relevant-info-a-bg2-hover);
}

@media screen and (max-width: 600px) {
  .article-relevant-info-item {
    display: block;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.2_webpack@5.94.0_webpack-cli@5.1.4_/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/.pnpm/postcss-loader@8.1.1_postcss@8.4.45_typescript@5.5.4_webpack@5.94.0_webpack-cli@5.1.4_/node_modules/postcss-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@16.0.1_sass@1.78.0_webpack@5.94.0_webpack-cli@5.1.4_/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/modules/post/latest_posts/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes article-skeleton-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 480px 0;
  }
}
.latest-posts {
  margin-bottom: 20px;
}

.latest-posts-content {
  background-color: var(--jj-latest-posts-bg);
  border-radius: 4px;
  overflow: hidden;
}

.latest-posts-head {
  padding: 0 20px;
  margin-bottom: 8px;
}

.latest-posts-title {
  padding: 16px 0;
  font-size: 16px;
  font-weight: none;
  line-height: 24px;
  color: var(--jj-latest-posts-title);
  border-bottom: 1px solid var(--jj-latest-posts-title-border);
}

.latest-posts-body {
  padding-bottom: 16px;
}

.latest-posts-empty,
.latest-posts-item {
  padding: 8px 20px;
}

.latest-posts-empty {
  text-align: center;
  color: var(--jj-latest-posts-empty);
}

.latest-posts-item {
  display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
}
.latest-posts-item:hover .latest-posts-item-title {
  color: var(--jj-latest-posts-item-title-hover);
}

.latest-posts-item-title {
  color: var(--jj-latest-posts-item-title);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.latest-posts-item-other {
  margin-top: 6px;
  color: var(--jj-latest-posts-item-other);
}
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.2_webpack@5.94.0_webpack-cli@5.1.4_/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/.pnpm/postcss-loader@8.1.1_postcss@8.4.45_typescript@5.5.4_webpack@5.94.0_webpack-cli@5.1.4_/node_modules/postcss-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@16.0.1_sass@1.78.0_webpack@5.94.0_webpack-cli@5.1.4_/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/modules/post/articles_related/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes article-skeleton-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 480px 0;
  }
}
.articles-related {
  margin-bottom: 20px;
}

.articles-related-content {
  background-color: var(--jj-articles-related-bg);
  padding: 20px 0;
  border-radius: 4px;
}

.articles-related-head {
  padding: 0 32px;
}

.articles-related-title {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--jj-articles-related-head-border);
  font-size: 18px;
  font-weight: bold;
  color: var(--jj-articles-related-title);
}

.articles-related-list-item {
  padding: 16px 32px;
  position: relative;
  cursor: pointer;
}
.articles-related-list-item + .articles-related-list-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 32px;
  right: 32px;
  height: 1px;
  margin-top: -0.5px;
  background-color: var(--jj-article-card-border);
}
.articles-related-list-item:hover {
  background-color: var(--jj-article-card-bg-hover);
}

.articles-related-list-hidden-a {
  display: none;
}

.article-card-tag-separator {
  margin: 0 8px;
}

.articles-related-list-item-body {
  margin-bottom: 8px;
}

.articles-related-list-item-title {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: var(--jj-article-card-title-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.articles-related-list-item-footer {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 22px;
  color: var(--jj-articles-related-list-item-footer);
}

.articles-related-list-item-footer-left {
  flex-grow: 1;
  min-width: 0;
}

.articles-related-list-item-other {
  color: inherit;
  text-decoration: none;
}
.articles-related-list-item-other + .articles-related-list-item-other {
  margin-left: 24px;
}
.articles-related-list-item-other.author {
  font-size: 14px;
}
.articles-related-list-item-other.author, .articles-related-list-item-other.time, .articles-related-list-item-other.eye {
  margin-left: 0;
}

a.articles-related-list-item-other:hover {
  color: var(--jj-articles-related-list-item-other-hover);
}

.articles-related-list-item-other.time {
  padding: 0 12px;
  margin: 0 12px;
  position: relative;
}
.articles-related-list-item-other.time::before, .articles-related-list-item-other.time::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  height: 12px;
  background-color: var(--jj-articles-related-list-item-other-border);
  transform: translateY(-50%);
}
.articles-related-list-item-other.time::before {
  left: 0;
}
.articles-related-list-item-other.time::after {
  right: 0;
}

.articles-related-list-item-footer-right {
  flex-shrink: 0;
}

.articles-related-list-item-tag {
  display: inline-block;
  vertical-align: top;
  height: 18px;
  line-height: 18px;
  padding: 0 6px;
  background-color: var(--jj-articles-related-list-item-tag-bg);
  border-radius: 2px;
  font-size: 12px;
  color: var(--jj-articles-related-list-item-tag-color);
  white-space: nowrap;
  text-decoration: none;
}
.articles-related-list-item-tag + .articles-related-list-item-tag {
  margin-left: 6px;
}
.articles-related-list-item-tag:hover {
  color: var(--jj-articles-related-list-item-tag-color-hover);
}

.articles-related-empty {
  padding: 32px;
  font-size: 16px;
  text-align: center;
  color: var(--jj-articles-related-empty);
}

@media screen and (max-width: 600px) {
  .articles-related-list-item-footer-right {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .articles-related-head {
    padding: 0 12px;
  }
  .articles-related-list-item {
    padding: 16px 12px;
  }
  .articles-related-list-item + .articles-related-list-item::before {
    left: 12px;
    right: 12px;
  }
  .articles-related-empty {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.2_webpack@5.94.0_webpack-cli@5.1.4_/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/.pnpm/postcss-loader@8.1.1_postcss@8.4.45_typescript@5.5.4_webpack@5.94.0_webpack-cli@5.1.4_/node_modules/postcss-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@16.0.1_sass@1.78.0_webpack@5.94.0_webpack-cli@5.1.4_/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/modules/post/next_article/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes article-skeleton-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 480px 0;
  }
}
.next-article {
  margin-bottom: 20px;
}

.next-article-content {
  background-color: var(--jj-next-article-bg);
  border-radius: 4px;
}

.next-article-head {
  padding: 0 20px;
  margin-bottom: 8px;
}

.next-article-title {
  padding: 16px 0;
  font-size: 16px;
  font-weight: none;
  line-height: 24px;
  color: var(--jj-next-article-title);
  border-bottom: 1px solid var(--jj-next-article-title-border);
}

.next-article-body {
  padding: 8px 20px 16px;
}

.next-article-link {
  display: block;
  font-size: 14px;
  color: var(--jj-next-article-link);
  line-height: 1.42;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.next-article-link:hover {
  color: var(--jj-next-article-link-hover);
}
.next-article-link:active {
  opacity: 0.7;
}
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@7.1.2_webpack@5.94.0_webpack-cli@5.1.4_/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/.pnpm/postcss-loader@8.1.1_postcss@8.4.45_typescript@5.5.4_webpack@5.94.0_webpack-cli@5.1.4_/node_modules/postcss-loader/dist/cjs.js!./node_modules/.pnpm/sass-loader@16.0.1_sass@1.78.0_webpack@5.94.0_webpack-cli@5.1.4_/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/modules/post/article_detail_recommended/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@keyframes article-skeleton-animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 480px 0;
  }
}
.article-detail-recommended {
  margin-bottom: 20px;
}

.article-detail-recommended-link {
  display: block;
  text-decoration: none;
  border-radius: 4px;
  overflow: hidden;
}

.article-detail-recommended-item {
  width: 100%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.article-detail-recommended-item::before {
  content: "";
  display: block;
  padding-bottom: 46%;
}

.article-detail-recommended-item-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-detail-recommended-item-tag {
  position: absolute;
  right: 10px;
  bottom: 10px;
  height: 22px;
  line-height: 22px;
  font-size: 12px;
  color: var(--jj-article-detail-recommended-item-tag-color);
  padding: 0 8px;
  border: 1px solid var(--jj-article-detail-recommended-item-tag-border);
  border-radius: 6px;
  background-color: var(--jj-article-detail-recommended-item-tag-bg);
  transform: scale(0.8);
  transform-origin: right bottom;
}
