/*
Theme Name: Jupiter Child
Theme URI: https://themeforest.net/item/jupiter-multipurpose-responsive-theme/full_screen_preview/5177775
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Jupiter child theme.
Template: jupiter
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: jupiter-child
*/
.blog-item-holder .the-title {
	display: flex;
    height: 2em;
    overflow: hidden;
    line-height: 1.2em;
}
.blog-item-holder .the-excerpt {
	display: -webkit-box;
    -webkit-line-clamp: 3; /* Maximaal 3 regels */
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 13.5em; /* Pas dit aan op basis van je line-height */
    line-height: 1.5em; /* Zorgt ervoor dat 3 regels goed passen */
    text-overflow: ellipsis;
}