/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* BEGIN Publicaties */

/* body > svg#Layer_1 {
    display: none !important;
} */

.single-post .elementor-widget-text-editor p {
    margin-bottom: 1.5rem;
}

.single-post .elementor-widget-text-editor :is(ul, ol) {
    padding-left: 1.3rem;
    margin-bottom: 1.5rem;
}

.single-post .elementor-widget-text-editor p:last-child {
    margin-bottom: 0;
}

/* END Publicaties */


/* BEGIN Samenwerkingen */

.samenwerkingen-raster .elementor-widget-image {
    /* background-color: #F8F8F8; */
    aspect-ratio: 16 / 9;
}

.samenwerkingen-raster .elementor-widget-image a {
    padding: 20px;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.06);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.06);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.06);
    transition: .3s all;
}

.samenwerkingen-raster .elementor-widget-image a:hover {
    -webkit-box-shadow: 0px 0px 15px 8px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 8px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 8px rgba(0,0,0,0.1);
}

.samenwerkingen-raster .elementor-widget-image :is(a, img) {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.samenwerkingen-raster .elementor-widget-image img {
    object-fit: contain;
    max-width: 230px;
    max-height: 130px;
}

/* END Samenwerkingen */