.easyel-menu-anchor {
  position: relative;
  top: -100px; 
  display: block;
  visibility: hidden;
}


/* ----------------------- */
/* NUMBERED TOC STYLING */
/* ----------------------- */
.easy-elements-toc-widget.number ol.easy-elements-toc__list {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0;
}

.easy-elements-toc-widget.number li.easy-elements-toc__item {
    display: block;
    counter-increment: item;
    margin-bottom: 8px; 
    line-height: 1.5;   
}

.easy-elements-toc-widget.number li.easy-elements-toc__item > a {
    text-decoration: none;
    color: #333;           
    font-weight: 500;
    transition: color 0.2s;
}

.easy-elements-toc-widget.number li.easy-elements-toc__item > a::before {
    content: counters(item, ".") ". ";
    margin-right: 8px;
}

.easy-elements-toc-widget.number li.easy-elements-toc__item > a:hover {
    color: #0073e6;
}

.easy-elements-toc-widget.number li.easy-elements-toc__item > ol {
    margin-left: 20px;
    counter-reset: item;
}

.easy-elements-toc-widget.bullet ol.easy-elements-toc__list {
    list-style-type: none;
    padding-left: 0;
    counter-reset: none;
    margin: 0;
}

.easy-elements-toc-widget.bullet li.easy-elements-toc__item > a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.2s;
}

.easy-elements-toc-widget.bullet li.easy-elements-toc__item > a::before {
    content: none; 
}

.easy-elements-toc-widget.bullet li.easy-elements-toc__item > a:hover {
    color: #0073e6;
}

.easy-elements-toc-widget.bullet li.easy-elements-toc__item > ol {
    margin-left: 20px;
}


.easy-elements-toc-widget ol.easy-elements-toc__list ol.easy-elements-toc__list {
    margin-left: 20px;
}

.easyel-toggle-button-table svg {
    width: 16px;
    height: 16px;
}

.easyel-toggle-button-table {
    cursor: pointer;
}

.easy-elements-toc__title {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}

.easy-elements-toc-widget {
    border: 1px solid #9da5ae;
    border-radius: 6px;
}


.easy-elements-toc__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-bottom: 1px solid #9da5ae;
}

.easy-elements-toc__header > .elementor-menu-anchor {
    position: absolute;
}

.easy-elements-expend {
    display: none;
} 


.easy-elements-toc__body {
    overflow: hidden;
    will-change: max-height, opacity;
    /* padding: 20px; */
}

.easy-elements-toc-widget.toc-collapse .easy-elements-toc__body {
    margin-top: 0;
}

.easyel-toggle-button-table {
    transition: transform 0.3s ease;
    cursor: pointer;
}

.easyel-toggle-button-table:hover {
    transform: scale(1.1);
}

.easy-elements-toc__title {
    flex: 1;
}

.easy-elements-toc__icon-container svg {
    width: 8px;
    height: 8px;
    margin-right: 8px;
    vertical-align: middle;
    fill: currentColor; 
}


.easy-elements-toc-widget ol,
.easy-elements-toc-widget li {
    margin: 0;
    padding: 0;
}


.easy-elements-toc__item {
    margin-bottom: 10px !important; 
    line-height: 1.5;
}


.easy-elements-toc__item > ol.easy-elements-toc__list {
    margin-top: 10px;   
    margin-left: 20px;  
}

.easy-elements-toc__list .easy-elements-toc__list {
    margin-top: 10px !important;
}

.easy-elements-toc__body-inner {
    padding: 20px; 
}



/* Active Highlight Style */
.easy-elements-toc__link {
    position: relative;
    transition: color .25s ease;
}

.easy-elements-toc-widget.number li.easy-elements-toc__item > .easy-elements-toc__link.is-active {
    color: #7400c1;
    font-weight: 600;
}