html {
  scroll-behavior: smooth;
}

@media screen and (min-width: 1025px) {
    #iwe-mobile-toc {
        display: none;
    }
}

div#iwe-mobile-toc {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

#iwe-mobile-toc .iwe-mobile-toc-btns {
    font-size: 0;
}

#iwe-mobile-toc .iw-elementor-button:first-of-type {
    margin-right: 1%;
}

.iw-elementor-button-link.iw-elementor-button {
    width: 49.5%;
    display: inline-block;
    background: #4dbc5c;
    color: #fff;
    text-align: center;
    padding: .75em .25em;
    cursor: pointer;
    position: relative;
    z-index: 2;
    font-size: 16px;
    font-weight: 700;
}

#iwe-toc-container {
    position: fixed;
    bottom: -150%;
    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: #f5a623;
    -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: 30px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    color: #000000;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: 0;
    z-index: 99;
}

.iwe-toc-header {
    position: relative;
    background: #ff7d50;
    padding: 0 30px;
}

.iwe-toc-body {
    padding: 0px 0px;
    /*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: #c6c4cf;
    color: #707070;
    padding-top: 8px;
    padding-bottom: 8px;
}

#iwe-toc-list li a {
    color: #707070;
}

.iwe-toc-body div.elementor-column-wrap {
    padding: 0 !important;
}