/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Jul 21, 2025, 8:47:46 PM
    Author     : ThanhLuan
*/
.page-wrapper, .category-page-row{
    padding-top: 0 !important
}
.page-title-inner{
    padding-top: 0!important;
    min-height: 40px
}
.wpc-filter-title{
    border-top: 1px solid #EEE;
    font-size: 1em;
    font-weight: 600;
    background: #000;
    color: #fff;
    padding: 7px;
    display: block;
    text-transform: none;
    line-height: 1.2
}
/* Content Expand */
.content-expand {
    max-height: 400px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease-in-out;
}
.content-expand-wrapper.dtshow .content-expand {
    max-height: none;
}
.luanlt_modetail {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 130px;
    padding-top: 85px;
    text-align: center;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.91) 50%, rgba(255, 255, 255, 1) 55%);
    cursor: pointer;
}
.luanlt_modetail a,
.luanlt_hide a {
    cursor: pointer;
    display: inline-block;
    padding: 6px 20px;
    font-size: 14px;
    color: #d33;
    background: #fff;
    border: 1px solid #d33;
    border-radius: 20px;
}
.luanlt_hide {
    display: none;
    text-align: center;
}





@media (max-width: 849px) {
    .post-item .box.box-text-bottom.box-blog-post{
        display: flex;
        align-items: center;
    }
    .post-item .box.box-text-bottom.box-blog-post .box-image {
        display: block;
        width: 30%;
        margin-right: 10px;
    }
    .post-item  .box-text.text-center {
        width: 70%;
        text-align: left;
        padding: 0;
    }
}
