.categorymodule-post  {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #333;
    align-items: center;
}
.categorymodule-post .posttitle {
    font-size: 13px;
    font-weight: 700;
    margin-top:7px;
    margin-right: 5px;
    line-height: 1.2em;
}

.block-ellipsis {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 30px;
    margin: 0 auto;
    line-height: 1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.showmore-button {
    width: 100%;
    background: #d1ebf2;
    border-radius: 3px;
    border: none;
    margin-bottom: 30px;
}
.category-title {
    text-align:  center;
    background: #31A8FA;
    padding: 5px;
    clear: both;
}
.category-title a,
.category-title a:hover
{
    color: white;
    text-decoration: none;
}