.post-anchors-wrap .expander {
    position: absolute;
    top: -40px;
    left: 20px;
    z-index: 0;
}
.post-anchors-wrap .expander.pa-expand-toggle {
    appearance: button;
    background: rgba(250, 250, 250, .75);
    box-shadow: 0 1rem 2rem -1rem rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(250, 250, 250, .75);
    font-size: 16px;
    padding: 5px 15px;
    z-index: 0;
}
/* .post-anchors-wrap .expander.pa-expand-toggle.expand-pa {
    display: block;
} */
.post-anchors-wrap .expander.pa-expand-toggle.collapse-pa {
    display: none;
}
.post-anchors-wrap .expander.pa-expand-toggle.expand-pa:target {
    display: none;
}
.post-anchors-wrap .expander.pa-expand-toggle.expand-pa:target + .pa-expand-toggle.collapse-pa,
.post-anchors-wrap .expander.pa-expand-toggle.expand-pa:target ~ ul.post-anchors {
    display: block;
    height: auto;
}

.post-anchors-wrap ul.post-anchors {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1;
}
.yuki-comments-area .comment-form .comment-form-comment label {
    z-index: inherit;
}
.post-anchors-wrap ul.post-anchors:target {
    height: auto;
}
.post-anchors-wrap ul.post-anchors li {
    padding: 0;
}
.post-anchors-wrap ul.post-anchors li a {
    text-decoration: none;
    transition: all .3s ease-in-out;
}
.post-anchors-wrap ul.post-anchors li a:hover,
.post-anchors-wrap ul.post-anchors li a:focus {
    color: #fff;
    background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity, .5));
}
.post_anchor_divs {
    padding-top: 40px;
}
.post_anchor_divs .post-anchor-title {
    margin: 0;
}

.post-anchors-wrap .expander {
    display: none;
}
@media screen and (max-width: 991px) {
    .post-anchors-wrap .expander {
        display: block;
    }
    .post-anchors-wrap ul.post-anchors {
        height: 15px;
    }
}
/*.post-anchors-wrap {
    display: block;
    position: sticky;
    bottom: 0px;
    z-index: 1;
}
.--fixed {
    position: fixed;
    display: block;
    top: 30px;
    z-index: 101;
}
.--fixed ul.post-anchors {
    background: none;
    padding: 0;
}
.post-anchors-wrap .toggle-tabs {
    color: black;
    background: white;
    background: rgba(255, 0, 0, 0.85);
    border: 1px solid #7f7f7f;
    box-shadow: 0px 1px 4px 0px #7f7f7f;
    padding: 5px;
    z-index: 102;
    border-radius: 50%;
    padding: 7px 10px;
    position: absolute;
    left: -25px;
}
.post-anchors-wrap.anchors-closed .toggle-tabs {
    position: fixed;
    top: 100px;
    left: auto;
    right: 10px;
}
.post-anchors-wrap .toggle-tabs i {
    color: white;
    font-size: 24px;
}
ul.post-anchors > li {
    display: inline-block;
    list-style-type: none;
    padding: 6px 10px;
    background: black;
    color: white;
    margin: 0 2px 5px 0;
}
ul.post-anchors > li > a {
    text-decoration: none;
}
.post_anchor_divs {
    display: block;
   padding-top: 30px;
}
.post_anchor_divs .post-anchor-title {}

@media only screen and (max-width: 767px) {
    .post-anchors-wrap {
        top: 0;
    }
    .post-anchors-wrap.--fixed {
        top: 75px;
        width: 96%;
    }
    .post-anchors-wrap.--fixed .toggle-tabs {
        display: block;
    }
    .--fixed ul.post-anchors {
        display: none;
        padding: 10px;
        background: white;
    }
} */