.detail.blog ul {
  margin-left: 15px;
}
.detail.blog ul li {
  list-style-type: disc;
  margin-left: 20px;
}
.detail img:not(.img_detail) {
  margin: 20px 0;
  object-fit: contain;
  height: auto;
}

.sidearea .slides.items li {
  margin-left: 0;
  list-style-type: none;
}

.article-toc {
  background: #f9f9f9;
  padding: 20px 30px;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  z-index: 1000;
}
.article-toc .toc-toggle {
  display: none;
}
.article-toc.mini_toc {
  height: 50px;
  overflow: hidden;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  border-radius: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 30px;
}
.article-toc.mini_toc .toc-toggle {
  display: block;
}
.article-toc.mini_toc .article-toc__link {
  transition: color 0.2s ease;
  text-decoration: none;
  color: #333;
  opacity: 0.6;
}
.article-toc.mini_toc .article-toc__link:hover {
  color: #6b2c48;
  opacity: 1;
}
.article-toc.mini_toc .article-toc__link._active {
  opacity: 1;
  color: #6b2c48;
}
.article-toc.expanded {
  height: auto;
  max-height: 80vh;
  overflow-y: auto;
}
.article-toc.expanded .toc-toggle {
  transform: rotate(180deg);
}

.article-toc__title {
  color: #333;
  font-size: 1.3em;
  font-weight: bold;
  transition: font-size 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mini_toc .article-toc__title {
  font-size: 1em;
  line-height: 30px;
  cursor: pointer;
}

.article-toc__title {
  color: #333;
  font-size: 1.3em;
  font-weight: bold;
  transition: font-size 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mini_toc .article-toc__title {
  font-size: 1em;
  line-height: 30px;
}

.toc-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.2em;
  cursor: pointer;
  color: #333;
  padding: 5px 10px;
  transition: transform 0.3s ease;
}
.mini_toc .toc-toggle {
  display: inline-block;
}
.toc-toggle:hover {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}

.article-toc__list {
  margin-left: 0;
  transition: opacity 0.3s ease;
}
.mini_toc .article-toc__list {
  opacity: 0.7;
}
.mini_toc.expanded .article-toc__list {
  opacity: 1;
}
.article-toc__list .article-toc__item {
  margin-left: 0;
  list-style-type: none;
  padding-left: 0;
}
.article-toc__list .article-toc__item::marker {
  display: block;
}
.article-toc__list .article-toc__item:before {
  display: none;
}
.article-toc__list .article-toc__item.article-toc__item--h2 {
  font-size: 1.2em;
  font-weight: 500;
  margin: 5px 0;
}
.mini_toc .article-toc__list .article-toc__item.article-toc__item--h2 {
  font-size: 1em;
  margin: 2px 0;
}
.article-toc__list .article-toc__item.article-toc__item--h3 {
  font-size: 1.1em;
  margin-left: 20px;
}
.mini_toc:not(.expanded) .article-toc__list .article-toc__item.article-toc__item--h3 {
  display: none;
}
.article-toc__list .article-toc__item .article-toc__link {
  transition: color 0.2s ease;
  text-decoration: none;
  color: #333;
}
.article-toc__list .article-toc__item .article-toc__link:hover {
  color: #6b2c48;
}

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