.thumb-post {
    width: 100%;
    float: left;
}

.img-thumb {
    height: auto;
    width: 100%;
}

.widget-post-recent .content-post {
    width: 100%;
    float: left;
}

.widget-post-recent .content-post h3 {
    font-size: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.meta-post-sidebar {
    line-height: 1.0em;
}

.widget-post-recent li {
    margin-bottom: 10px;
}

.widget-post-recent .post-date {
    color: #919191;
    font-size: 11px;
    margin-top: -2px;
    display: inline-block;
}

.widget-post-recent .post-category .category-name {
    font-size: 12px;
    font-weight: bold;
    margin-top: -5px;
    display: block;
}

.sidebar-post-item a {
    line-height: 1.2em;
}

.sidebar-post-item .post-sidebar-link {
    color: white;
}

.sidebar-post-item .content-post {
    display: grid;
}

.sidebar-post-item {
    display: grid;
    grid-column-gap: 5px;
    margin-bottom: 10px;
    grid-template-columns: 120px 1fr;
}

.sidebar-post-item a.post-category {
    font-size: 12px;
}