.research-posts-list {
    max-width: 400px;
}

.research-post {
    margin-bottom: 20px;
    padding: 10px;
    background-color: transparent;
}


.post-title {
    font-size: 16px;
    font-weight: normal; /* default state: not bold */
    margin-bottom: 10px;
    color: white;
}

.loading-bar {
    height: 5px;
    width: 0;
    background-color: #f47836; /* Change to desired color */
    transition: width 3s linear; /* 2s can be changed to your desired time */
}

.post-title a {
    color: white!important;
    text-decoration: none;
}

.post-title a:hover {
    text-decoration: underline;
}
