.section-page {
  width: 830px;
  margin: auto;
}

.section-main h2 {
  font-size: 20px;
}
.section-main h3 {
  font-size: 18px;
}
.section-main h4 {
  font-size: 16px;
}
.section-main h5, .section-main h6 {
  font-size: 14px;
}
.section-main img, .section-main iframe, .section-main video {
  max-width: 100% !important;
}

.toc-btn {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 16px;
  background: #F2F2F7;
  border-radius: 4px;
  padding: 8px 12px;
}
.toc-btn[aria-expanded=true] {
  border-radius: 4px 4px 0 0;
}

#tocCollapse .card {
  border-radius: 0;
  border: none;
  background: #F2F2F7;
}
#tocCollapse ul {
  list-style: none;
}

.section-tags a {
  padding: 4px 16px;
  border-radius: 24px;
  border: 1px solid #ddd;
  background: #fff;
}
.section-tags a:hover {
  color: #36B44A;
  border-color: #36B44A;
}

.section-filter a {
  padding: 6px 20px;
  border-radius: 24px;
  border: 1px solid #DDDDDD;
  position: relative;
  overflow: hidden;
}
.section-filter a:hover {
  border-color: #36B44A;
}
.section-filter a.active {
  border-color: #36B44A;
}
.section-filter a.active::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 12px solid #36B44A;
  border-right: 16px solid #36B44A;
  border-bottom: 12px solid transparent;
  border-left: 10px solid transparent;
}
.section-filter a.active:after {
  content: "";
  position: absolute;
  right: 7px;
  top: 3px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.section-comment .item-comment {
  display: flex;
  gap: 20px;
}
.section-comment .item-comment .comment-avatar {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  background: #BBBBBB;
}
.section-comment .item-comment .comment-main {
  width: calc(100% - 40px - 20px);
}
.section-comment .comment-answer {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.section-comment .comment-answer .item-comment {
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #EEEEEE;
}

.slick-product .product-layout {
  margin: 0 8px;
}

.section-author {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.section-author .avatar {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  background: #BBBBBB;
}
.section-author .verify {
  color: rgb(54, 180, 74);
}

@media (max-width: 768px) {
  .section-page {
    width: 100%;
  }
}

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