.js-toc {
  background: #f8f3ec;
  border: 1px solid #d9cec2;
  border-radius: 16px;
  padding: 22px;
}
.js-toc .toc-title {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 14px;
}
.js-toc ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.js-toc li {
  break-inside: avoid;
  margin: 0 0 10px;
  padding-left: 16px;
  position: relative;
}
.js-toc li::before {
  background: #7a5b43;
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 8px;
  width: 6px;
}
.js-toc a {
  color: #171514;
  font-size: 15px;
  line-height: 1.45;
  text-decoration: none;
}
.js-toc a:hover {
  text-decoration: underline;
}
.article-summary {
  background: #f8f3ec;
  border-color: #d9cec2 !important;
  box-shadow: 0 8px 24px rgba(23, 21, 20, 0.08);
}
.article-hero {
  aspect-ratio: 16/9;
  max-height: 500px;
  object-fit: cover;
  width: 100%;
}
.article-shell {
  max-width: 1080px;
}
.article-title {
  font-size: 48px;
  letter-spacing: -0.035em;
  line-height: 1.12;
  max-width: 900px;
}
.article-layout {
  display: grid;
  align-items: start;
  gap: 44px;
  grid-template-columns: 280px minmax(0, 740px);
  justify-content: center;
}
.article-toc {
  position: sticky;
  top: 100px;
  width: 100%;
}
.blog-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 740px;
  width: 100%;
}
.blog-content p {
  color: #171514;
  font-size: 18px;
  line-height: 1.78;
  margin-bottom: 22px;
}
.blog-content > ul {
  background: #fffcf8;
  border-left: 3px solid #7a5b43;
  border-radius: 0 10px 10px 0;
  margin: 0 0 26px;
  padding: 18px 24px 18px 42px;
}
.blog-content li {
  color: #171514;
  font-size: 17px;
  line-height: 1.68;
  margin: 7px 0;
}
.blog-content h2 {
  border-top: 1px solid #d9cec2;
  font-size: 26px !important;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-top: 48px !important;
  padding-top: 38px;
}
.blog-content h2:first-of-type {
  border-top: 0;
  margin-top: 32px !important;
  padding-top: 0;
}
.blog-content a:not(.accordion-button) {
  color: #7a5b43;
  text-decoration: underline;
  text-decoration-color: #d9cec2;
  text-underline-offset: 3px;
}
.article-figure {
  margin: 10px 0 30px;
}
.article-figure img {
  aspect-ratio: 3/2;
  border-radius: 12px;
  display: block;
  object-fit: cover;
  width: 100%;
}
.article-figure figcaption {
  color: #6f665f;
  font-size: 14px;
  line-height: 1.55;
  margin-top: 10px;
}
.blog-content table th {
  background: #f8f3ec;
  color: #171514;
  font-weight: 700;
}
.blog-content table th,
.blog-content table td {
  font-size: 15px;
  line-height: 1.5;
  padding: 14px;
  vertical-align: top;
}
.blog-content .table-responsive {
  border: 1px solid #d9cec2;
  border-radius: 12px;
  margin: 8px 0 28px;
  overflow: hidden;
}
.blog-content .table-responsive table {
  margin-bottom: 0;
}
.blog-content .accordion {
  border-top: 1px solid #d9cec2;
  padding-top: 12px;
}
.blog-content .accordion-item {
  background: #ffffff;
  border-color: #d9cec2;
}
.blog-content .accordion-button {
  background: #ffffff;
  color: #171514;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.45;
  padding: 18px 20px;
}
.blog-content .accordion-button:not(.collapsed) {
  background: #f8f3ec;
  box-shadow: inset 3px 0 0 #7a5b43;
  color: #171514;
}
.blog-content .accordion-button:focus {
  border-color: #7a5b43;
  box-shadow: 0 0 0 3px rgba(122, 91, 67, 0.18);
}
.blog-content .accordion-body {
  background: #f8f3ec;
  color: #171514;
  font-size: 16px;
  line-height: 1.7;
}
.article-meta {
  color: #6f665f;
  font-size: 14px;
}
.article-meta span {
  align-items: center;
  display: inline-flex;
}
.article-cta {
  background: #f8f3ec !important;
  border-color: #d9cec2 !important;
  border-radius: 14px !important;
}
.article-cta > .fw700 {
  font-size: 22px;
}
.article-cta > a {
  background: #171514;
  border-radius: 8px;
  color: #ffffff !important;
  display: inline-block;
  padding: 10px 18px;
  text-decoration: none !important;
}
.wznrys h2 {
  scroll-margin-top: 110px;
}
@media (max-width: 991.98px) {
  .article-title {
    font-size: 40px;
  }
  .article-layout {
    grid-template-columns: 1fr;
  }
  .article-toc {
    position: static;
  }
  .js-toc ul {
    column-count: 2;
    column-gap: 28px;
  }
  .blog-content h2 {
    font-size: 23px !important;
  }
}
@media (max-width: 575.98px) {
  .article-title {
    font-size: 34px;
  }
  .article-layout {
    gap: 32px;
  }
  .js-toc {
    padding: 20px;
  }
  .js-toc ul {
    column-count: 1;
  }
  .blog-content p {
    font-size: 16px;
    line-height: 1.75;
  }
  .blog-content li {
    font-size: 16px;
  }
  .blog-content > ul {
    padding: 15px 18px 15px 34px;
  }
  .blog-content h2 {
    margin-top: 38px !important;
    padding-top: 30px;
  }
  .blog-content table th,
  .blog-content table td {
    font-size: 14px;
    padding: 11px;
  }
}
