/*
 Theme Name:     Divi Child Theme
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Knap-IT
 Author URI:     https://www.knap-it.com
 Template:       Divi
 Version:        1.0.0
*/

/* <!---- Widgets ----!> */

.et_pb_widget_area.et_pb_widget_area_left {
	border-right: unset;
	padding-right: 0;
}

/* <!-- Ander nieuws widget --!> */
.widget-posts .ewp-item a{
	font-size: 12px;
	text-decoration: underline;
}



/* <!---- Blog module ----!> */
/* --- FULLWIDTH DIVI BLOG: Horizontal layout --- */

.et_pb_posts .et_pb_post {
    padding: 20px 0;
}

/* Title stays on top */
.et_pb_posts .et_pb_post h2.entry-title {
    margin-bottom: 5px;
}

/* Date small + close under title */
.et_pb_posts .et_pb_post .post-meta {
    margin-bottom: 10px;
}
.et_pb_posts .et_pb_post .post-meta .published {
    font-size: 12px;
    padding: 3px 6px;
    background: #e6e6e6; /* Light background like in your screenshot */
    display: inline-block;
}

/* IMAGE LEFT — SHRINKED */
.et_pb_posts .et_pb_post .entry-featured-image-url {
    float: left;
    max-width: 200px;
    width: 200px;
    margin: 0 20px 10px 0;
}

.et_pb_posts .et_pb_post .entry-featured-image-url img {
    width: 100%;
    height: auto;
}

/* Make content wrap nicely around the image */
.et_pb_posts .et_pb_post .post-content {
    overflow: hidden;
}

/* Optional: nicer spacing for “Lees meer” */
.et_pb_posts .et_pb_post .more-link {
    display: inline-block;
    margin-top: 10px;
}
