body.wsss-active .wsss-managed-sidebar {
    position: sticky;
    top: var(--wsss-stick-top, 24px);
    align-self: start;
    z-index: 2;
    transition: top .18s ease;
}

body.wsss-active .wsss-managed-sidebar[data-wsss-mode="bottom"] {
    will-change: top;
}

body.wsss-active .wsss-managed-sidebar .widget-area {
    max-height: none !important;
    overflow: visible !important;
}
