/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 01 2026 | 01:37:01 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* Membatasi teks judul maksimal 2 baris HANYA di Desktop */
@media (min-width: 1025px) {
    .cbp-item.xpro-post-grid-item .xpro-post-grid-title {
        display: -webkit-box !important;
        -webkit-line-clamp: 3 !important; /* Ubah angka 2 jika ingin judul lebih panjang/pendek */
        -webkit-box-orient: vertical !important;
        overflow: hidden !important;
    }
}