.lc-table-of-contents {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  margin-bottom: 24px;
  width: 100%;
}
.elementor-sticky .lc-table-of-contents ~ .lc-table-of-contents,
.elementor-sticky--active .lc-table-of-contents ~ .lc-table-of-contents {
  display: none !important;
}
.lc-table-of-contents.lc-toc-duplicate {
  display: none !important;
}
.lc-toc-mobile-visible {
  display: block !important;
}
.lc-toc-mobile-hidden {
  display: block !important;
}
@media (max-width: 767px) {
  .lc-toc-mobile-hidden {
    display: none !important;
  }
}
.lc-toc-container {
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  padding: 14px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
}
.lc-toc-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  margin-top: 0;
  color: #111827;
}
.lc-toc-nav {
  width: 100%;
}
.lc-toc-list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.lc-toc-list li {
  margin-bottom: 8px;
  width: 100%;
}
.lc-toc-list li:last-child {
  margin-bottom: 0;
}
.lc-toc-link {
  display: block;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  color: #4b5563;
  text-decoration: none;
  transition: all .2s ease;
  width: 100%;
  box-sizing: border-box;
}
.lc-toc-link:hover {
  background-color: rgba(243, 244, 246, 0.5);
  color: #111827;
}
.lc-toc-link.active {
  background-color: rgba(243, 244, 246, 0.7);
  border-left: 2px solid #fe3e6d;
  padding-left: 16px;
  color: #111827;
}
@media (max-width: 767px) {
  .lc-table-of-contents {
    display: block !important;
    margin-bottom: 20px;
  }
  .lc-toc-container {
    padding: 12px;
  }
  .lc-toc-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .lc-toc-link {
    font-size: 13px;
    padding: 6px 10px;
  }
  .lc-toc-link.active {
    padding-left: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .lc-table-of-contents {
    display: block !important;
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .lc-table-of-contents {
    display: block !important;
  }
}
body .lc-table-of-contents {
  display: block !important;
}
.elementor-widget-container .lc-table-of-contents,
.entry-content .lc-table-of-contents,
.page-content .lc-table-of-contents,
.post-content .lc-table-of-contents {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
