/* Date badge บนรูป */
.thumbnail-wrapper {
    position: relative;
    overflow: hidden;
}

.cpc-date-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #D9001B;
    color: #fff;
    border-radius: 4px;
    padding: 6px 10px;
    text-align: center;
    line-height: 1.2;
    z-index: 2;
    min-width: 44px;
}

.cpc-day {
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.cpc-month {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

/* ปุ่ม อ่านเพิ่มเติม */
.more-link,
a.more-link,
a.link-to-post.button{
    display: inline-block;
    background: #D9001B !important;
    color: #fff !important;
    padding: 10px 22px !important;
    border-radius: 4px !important;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: background .15s;
    border: none !important;
	line-height: 1.4;
}

.more-link:hover {
    background: #b8001a !important;
}

/* หัวข้อ */
article.type-post .entry-title{
	font-size:1.25rem ;
}
.blog.blog-grid-posts article .meta-counters{
	display:none !important;
}
.blog.blog-grid-posts article.type-post .thumbnail-wrapper img{
	height: 165px;
    object-fit: cover;
}
.blog.blog-grid-posts article.type-post .entry-content{
	font-weight:500;
}
