/*
Theme Name: Quán Trà Đá AI
Version: 1.0.0
Theme URI: https://quantradaai.com
Description: Quán Trà Đá AI
Author: Quán Trà Đá AI
Author URI: https://quantradaai.com
Template: jnews
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/* ------------------------------------------------------------------------- */
.page-description-wrapper {
    max-height: 300px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

/* Gradient mờ ở cuối vùng mô tả */
.page-description-wrapper:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    pointer-events: none;
    z-index: 1;
}

.toggle-readmore {
    text-align: center;
    margin-top: 10px;
}

.toggle-readmore a {
    display: inline-block;
    color: #922eff;
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.toggle-readmore a::after {
    content: ' ▼';
}

.toggle-readmore.less a::after {
    content: ' ▲';
}
