html {
  scroll-behavior: smooth;
}

@media screen and (min-width: 767px) {
    #iwe-mobile-toc {
        display: none;
    }
}

#iwe-mobile-toc .iwe-mobile-toc-btns {
	display: flex;
}

#iwe-mobile-toc .iw-elementor-button:first-of-type {
    border-style: solid;
    border-width: 0 1px 0 0;
}

.iw-elementor-button-link.iw-elementor-button {
    width: 50%;
    background: #4dbc5c;
    color: #fff;
    text-align: center;
    padding: .35em .25em;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

#iwe-toc-container {
    position: fixed;
    bottom: -110%;
    color: #fff;
    width: 100%;
    left: 0;
    right: 0;
}

#iwe-toc-list {
    margin-left: 0;
    padding-left: 1.25em;
}

#iwe-toc-list > li ul {
    display: none;
    padding-left: 1em;
}

.iwe-toc-close {
	position: absolute;
    width: 28px;
    height: 28px;
    background: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    right: 0px;
    top: -10px;
    border-radius: 20px;
    font-family: serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    color: #82BB25;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: 0;
}

.iwe-toc-header {
	position: relative;
    background: #ff7d50;
    padding: 12px 30px;
}

.iwe-toc-body {
	background-color: #fff6f3;
	padding: 12px 30px;
    background: #fff6f3;
    min-width: 20vh;
    max-height: 50vh;
    overflow-y: scroll;
}

#iwe-toc-list li:not(:last-child) {
    border-bottom: 0.5px dashed;
    border-bottom-color: #ffffff;
    color: #ffffff;
    padding-top: 8px;
    padding-bottom: 8px;
}

#iwe-toc-list li a {
	color: #707070;
}