.post-content-scroll {
    max-height: 320px;
    overflow: hidden auto;
}

@media (max-width: 767px) {
    .post-content-scroll {
        max-height: 260px;
    }
}

.post-content-scroll::-webkit-scrollbar { width: 6px; }
.post-content-scroll::-webkit-scrollbar-track { background: #f1f1f1; border-radius: 10px; }
.post-content-scroll::-webkit-scrollbar-thumb { background: #c1c1c1; border-radius: 10px; }
.post-content-scroll::-webkit-scrollbar-thumb:hover { background: #a1a1a1; }

#post-grid,
#post-grid > *,
.gb-container,
.gb-grid-wrapper {
    overflow: visible !important;
}

#post-grid { align-items: start !important; }

#sticky-container {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 40px !important;
}

@media (max-width: 767px) {
    #sticky-container { position: static !important; }
}