.scroll-posts-container {
    width: 100%;
    height: 300px; /* Adjust height as needed */
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd; /* Optional: add border for visibility */
}

.scroll-posts-list {
    list-style: none !important;
    list-style-type:none !important;
    margin: 0;
    padding: 0;
    height: auto;
    position: relative;
    display: block;
}

.scroll-post-item {
    padding: 10px;
    background-color: #f1f1f1;
    margin-bottom: 5px;
    text-align: center;
}

.scroll-post-item a {
    text-decoration: none;
    color: #333;
}

.scroll-post-item:hover {
    background-color: #e1e1e1;
}
