.wpttoc-container {
    display: none; /* Hide on mobile */
    font-size: 20pt;
    transition: 0.3s;
    z-index: 100;
    right: 0.5em;
}

@media(min-width: 920px) {
    .wpttoc-container {
        display: block; /* Show on desktop */
    }
}

.wpttoc-container h2 {
    font-size: 14pt;
    text-align: center;
    background-color: #ffffff80;
    padding: 0.5em 0;
    border-radius: 0.5em;
}

.wpttoc-container ul {
    font-size: 15px!important;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;

}
.wpttoc-container li:last-child {
    border-bottom: unset;
}

.wpttoc-container li {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #e0e0e0;
}

.wpttoc-container li a {
    display: block;
    width: 100%;
	padding: 8px 12px;
	border-left: 0.25rem solid #e0e0e0;
}
.wpttoc-tab h3 {position: relative;}
.wpttoc-tab h3 a:after {
    content: '';
    width: 22px;
    height: 22px;
    background: url("../images/icons/chevron-down.svg") no-repeat center;
    background-size: 22px auto;
    transition: transform .2s ease;
    position: absolute;
    right: 20px;
    top: 8px;
}
.wpttoc-tab h3 a { color:#101010!important; text-decoration:none;}
.wpttoc-tab h3 a[aria-expanded=true]:after {
    transform: rotate(180deg)
}
#TOC a.active {
    color: #e60000;
    border-left: 0.25rem solid #e60000;
}


#eut-theme-wrapper .eut-section[data-section-type="fullwidth-background"], #eut-theme-wrapper .eut-section[data-section-type="fullwidth-element"] {
    visibility: unset;
}