.fetch--feed .insight-post-item {
    border-bottom: 0px solid #ccc;
    padding: 10px 0;
}

.insight-post-body {
    display: flex;
    gap: 15px;
}

.insight-post-thumb img {
    width: 100px;
    height: auto;
    object-fit: cover;
}

.fetch--feed .insight-post-readmore {
    display: block !important;
}

.fetch--feed .insight-post-item:not(:first-child){
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(206, 206, 206, 1);
}

.insight-post-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 10px;
}
