#clbc-weekly-update-posts {
}

#clbc-weekly-update-posts .post {
    display: flex;
    flex-direction: row;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: none;
    background-color: #fefefe;
    box-shadow: none;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-bottom: 8px;
    padding-right: 0px;
    padding-top: 8px;
}

#clbc-weekly-update-posts .flex-entry .entry-title {
    font-size: 1.4em;
}

#clbc-weekly-update-posts .post:not(:last-child) {
    border-bottom: 1px solid #f1f1f2 !important;
}

#clbc-weekly-update-posts .post header {
    order: 0;
    flex: 1;
    font-size: 11px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 5px;
}

#clbc-weekly-update-posts .post a {
    order: 1;
    margin: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    flex-basis: 45%;
}

#clbc-weekly-update-posts .post a img {
    width: 100%;
    height: auto;
    max-height: 80px;
    object-fit: cover;
    border: 1px solid rgba(0,0,0,.06);
}