















.fl-node-x2p3l6qedayw {
	width: 100%;
}




.fl-node-vf0txqlmk1oh {
	width: 100%;
}

/* Start Global Nodes CSS */

/* End Global Nodes CSS */


    /* —————————————————————————————
       Clamp post titles to 3 lines AND reserve 3 lines of space
       ————————————————————————————— */
    .fl-module-post-grid .fl-post-grid-item h3,
    .fl-module-posts-carousel .fl-post-carousel-item h3,
    .fl-module-post-slider .fl-post-slider-item h3,
    .cd-article-title {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;

        /* adjust these to match your theme’s h3 */
        line-height: 1.3;         /* e.g. 1.3 × font-size per line */
        min-height: calc(1.3em * 3); /* reserve exactly 3 lines worth of height */
    }
    