.blog-show-hero {
  width: 100%;
  height: 480px;
}
.blog-show-hero__mask {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(1deg, rgba(18, 31, 62, 0.9) 0%, rgba(18, 31, 62, 0) 100%);
  backdrop-filter: blur(12px);
}
.dark-mode .blog-show-hero__mask {
  background: linear-gradient(1deg, rgba(170, 184, 197, 0.9) 0%, rgba(170, 184, 197, 0) 100%);
}

.blog-show-cover-image {
  width: 100%;
  height: 560px;
}
@media (max-width: 991px) {
  .blog-show-cover-image {
    height: 360px;
  }
}

.blog-show-body {
  position: relative;
  top: -368px;
  margin-bottom: -368px;
  z-index: 5;
}
.blog-show-body__header {
  position: relative;
  top: -78px;
  margin-bottom: -78px;
}
.blog-show-body__header-mask {
  position: absolute;
  top: 8px;
  left: 32px;
  right: 32px;
  bottom: -8px;
  border-radius: 32px;
  opacity: 0.5;
  background: var(--white);
}
.blog-show-body__header-first-item-line {
  border-left: 1px solid var(--gray-200);
}
@media (max-width: 991px) {
  .blog-show-body__header-first-item-line {
    border: 0;
  }
}

.blog-show-title {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.5;
  color: var(--black);
}
@media (max-width: 991px) {
  .blog-show-title {
    font-size: 24px;
    line-height: 1.55;
  }
}

.blog-show-subtitle {
  font-size: 17px;
  line-height: 1.9;
  color: var(--gray-500);
}
@media (max-width: 991px) {
  .blog-show-subtitle {
    font-size: 15px;
  }
}

.blog-show-article {
  max-width: 820px;
  margin-inline: auto;
}
.blog-show-article__lead {
  font-size: 18px;
  line-height: 2;
  color: var(--black);
}
.blog-show-article__lead p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
@media (max-width: 991px) {
  .blog-show-article__lead {
    font-size: 16px;
  }
}
.blog-show-article__content {
  font-size: 18px;
  line-height: 2.1;
  color: var(--gray-500);
}
@media (max-width: 991px) {
  .blog-show-article__content {
    font-size: 16px;
    line-height: 2;
  }
}
.blog-show-article__content p {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.blog-show-article__content > br {
  display: none;
}
.blog-show-article__content h1, .blog-show-article__content h2, .blog-show-article__content h3, .blog-show-article__content h4 {
  font-weight: bold;
  color: var(--black);
  scroll-margin-top: 100px;
}
.blog-show-article__content h1, .blog-show-article__content h2 {
  font-size: 26px;
  line-height: 1.6;
  margin-top: 48px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .blog-show-article__content h1, .blog-show-article__content h2 {
    font-size: 21px;
    margin-top: 36px;
  }
}
.blog-show-article__content h3 {
  font-size: 21px;
  line-height: 1.6;
  margin-top: 36px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .blog-show-article__content h3 {
    font-size: 18px;
    margin-top: 28px;
  }
}
.blog-show-article__content h4 {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 28px;
  margin-bottom: 0;
}
.blog-show-article__content > :first-child {
  margin-top: 0;
}
.blog-show-article__content ul, .blog-show-article__content ol {
  margin-top: 20px;
  margin-bottom: 0;
  padding-inline-start: 26px;
}
.blog-show-article__content ul li, .blog-show-article__content ol li {
  margin-top: 10px;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.blog-show-article__content ul li::marker, .blog-show-article__content ol li::marker {
  color: var(--primary);
}
.blog-show-article__content a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.blog-show-article__content a:hover {
  text-decoration: none;
}
.blog-show-article__content strong, .blog-show-article__content b {
  color: var(--black);
}
.blog-show-article__content img, .blog-show-article__content video, .blog-show-article__content iframe {
  display: block;
  max-width: 100% !important;
  height: auto;
  margin: 32px auto 0;
  border-radius: 16px;
}
.blog-show-article__content figure {
  margin: 32px 0 0;
}
.blog-show-article__content figure figcaption {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--gray-400);
  text-align: center;
}
.blog-show-article__content blockquote {
  margin: 32px 0 0;
  padding: 24px 28px;
  border-radius: 16px;
  background: var(--gray-100);
  font-size: 19px;
  line-height: 2;
  color: var(--black);
}
.blog-show-article__content blockquote p:first-child {
  margin-top: 0;
}
.blog-show-article__content table {
  width: 100%;
  margin-top: 32px;
  border-collapse: collapse;
  font-size: 16px;
}
.blog-show-article__content table th, .blog-show-article__content table td {
  padding: 12px 14px;
  border: 1px solid var(--gray-200);
  line-height: 1.9;
}
.blog-show-article__content table th {
  background: var(--gray-100);
  color: var(--black);
  font-weight: bold;
}
.blog-show-article__content hr {
  margin: 40px 0 0;
  border: 0;
  border-top: 1px solid var(--gray-200);
}

.post-author-info-card__mask {
  position: absolute;
  inset: 8px;
  bottom: -8px;
  border-radius: 16px;
  opacity: 0.5;
  background: var(--white);
  z-index: 1;
}
.post-author-info-card__secondary-img {
  width: 308px;
  height: 316px;
  bottom: 0;
  top: -40px;
  margin-bottom: -40px;
}
@media (max-width: 991px) {
  .post-author-info-card__secondary-img {
    bottom: auto;
    top: auto;
    margin-bottom: 0;
    width: 100%;
  }
}
.post-author-info-card__details {
  width: calc(100% - 332px);
}
.post-author-info-card__details-about {
  height: 84px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .post-author-info-card__details {
    width: 100%;
  }
}

.post-bottom-fixed-card {
  position: fixed;
  bottom: -150%;
  left: 0;
  right: 0;
  padding: 16px 0;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.02);
  transition: all 0.5s ease;
  z-index: 50;
}
.post-bottom-fixed-card.show {
  bottom: 0;
}
.post-bottom-fixed-card__post-img {
  width: 68px;
  height: 48px;
}
.post-bottom-fixed-card__progress {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: transparent;
  z-index: 55;
}
.post-bottom-fixed-card__progress .progress-line {
  width: 0;
  height: 100%;
  background-color: var(--primary);
}

.author-random-post-image {
  width: 68px;
  height: 48px;
}
