.page-kb-post .m-show-more-enabled:not(.m-show-more-expanded) .m-show-more-hidden {
    display: none
}

.page-kb-post .m-show-more-enabled:not(.m-show-more-expanded) .m-show-more-fade {
    position: relative
}

.page-kb-post .m-show-more-enabled:not(.m-show-more-expanded) .m-show-more-fade:after {
    content: '';
    position: absolute;
    top: -2px;
    right: 0;
    bottom: -2px;
    left: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,.96))
}

.page-kb-post .m-show-more-enabled:not(.m-show-more-expanded) .m-show-more-fade-before:after {
    opacity: .55
}

.page-kb-post .m-show-more-enabled:not(.m-show-more-expanded) .m-show-more-fade-last:after {
    opacity: 1
}

.page-kb-post .child-list-show-more {
    margin: 15px 0 0 0;
    font-size: .813em
}

.page-kb-post .child-list-show-more-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    font-weight: 600;
    text-transform: none;
    text-decoration: none !important;
    cursor: pointer
}

.page-kb-post .child-list-show-more-button:hover,
.page-kb-post .child-list-show-more-button:focus,
.page-kb-post .child-list-show-more-button:active {
    color: #0060ff;
    text-decoration: none !important
}

.page-kb-post .child-list-show-more-button svg {
    flex: 0 0 auto
}

.page-kb-post .pt-docs-show-more-details {
    margin-top: 15px
}

.page-kb-post .pt-docs-show-more-details>summary {
    list-style: none
}

.page-kb-post .pt-docs-show-more-details>summary::-webkit-details-marker {
    display: none
}

.page-kb-post .pt-docs-show-more-details[open]>summary {
    display: none
}

.page-kb-post-tax-category .c-post-list:has(.pt-docs-show-more-details[open])>article.m-show-more-fade:after {
    display: none
}

.page-kb-post .child-list-holder:has(.pt-docs-show-more-details[open]) .m-show-more-fade:after {
    display: none
}
