.rtmkit-sticky-content-enabled {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: white;
    transition: box-shadow 0.3s ease;
}
