/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


/* bài viết nổi bật trang Home */
.home-posts-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}

.home-post-item img{
    width:306px;
    height:306px;
}

.home-post-item h3{
    font-size:16px;
    margin-top:10px;
}

.home-posts-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.home-post-item{
    background:#f5f5f5;
    overflow:hidden;
}

.post-thumbnail img{
    width:100%;
    display:block;
}

.post-content{
    padding:16px;
    background-color: #fff;
}

.post-meta{
    font-size:13px;
    color:#777;
    margin-bottom:10px; 
}

.post-meta span{
    font-size: 12px;
    font-weight: 500;
    margin-right:15px;
}

.post-title{
    font-size:20px;
    margin-bottom:10px;
}

.post-title a{
    text-decoration:none;
    font-size: 18px;
    font-weight: 600;
    line-height: 146%;
    color:#000;
}

.post-excerpt{
    font-size: 14px;
    color:#616161;
    line-height: 145%;
}

/* tiêu đề trang */
.hero-section[data-type=type-2]>[class*=ct-container] {
    flex-direction: row;
    justify-content: space-between; 
    align-items: center;
}

.entry-header>*:not(:first-child) {
    margin-top: 0px ;
}

/* Thanh bên tin tức */
.ct-sidebar .cat-item,
.ct-sidebar .wp-block-archives-list li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/* Những Sản Phẩm Bán Chạy Nhất Tháng Này - Trang HOME */
.product-tabs {
    text-align: center;
    margin-bottom: 32px;
}

.product-tabs .tab {
    margin: 0 15px;
    padding-bottom: 8px;
    cursor:pointer;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.product-tabs .tab.active {
    color: #757575;
    border-bottom: 2px solid #757575;
}