.fusion-builder-all-modules li .fusion-module-icon.iun-blog-icon::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url('/wp-content/themes/Avada-Child-Theme/iun-custom-elements/assets/img/icons/icon_IUN-blog-element.svg');
    background-size: contain;
    background-repeat: no-repeat;
}
.fusion_module_block .fusion-module-icon.iun-blog-icon::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('/wp-content/themes/Avada-Child-Theme/iun-custom-elements/assets/img/icons/icon_IUN-blog-element.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-bottom:-10px;
}



/* GRID LAYOUT */
.iun-blog-posts.layout-grid {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    
    .iun-blog-post {
        box-sizing:border-box;
        overflow:hidden;

        .iun-blog-post-featured-image img {
            width:100%;
        }
                
    }

}



/* CAROUSEL LAYOUT */
.carousel {
    padding-bottom:30px;

    .iun-blog-posts.layout-carousel .carousel-item .posts-wrapper {
        display:flex;

        .iun-blog-post {
            box-sizing:border-box;
            overflow:hidden;

            .iun-blog-post-featured-image img {
                width:100%;
            }

        }

    }

    button.carousel-control-prev,
    button.carousel-control-next {
        top:calc(50% - 1rem - 30px);
        bottom:calc(50% - 1rem + 30px);
        width:2rem;
        background:rgba(255,255,255,0.5);
        cursor:pointer;
        z-index:10;
    }

}



/* Youtube Iframes */
.youtube-iframe {
    width:100%;
    aspect-ratio:16 / 9;
    display:block;
    border:none;
}



/* remove additional styling (SCU) for videos */
.iun-blog .fusion-video {
    background:none;
    padding:0;
    border-radius:0;
    box-shadow:none;
}



/* ADDITIONAL BOOTSTRAP STYLES */
.visually-hidden {
    position:absolute !important;
    width:1px !important;
    height:1px !important;
    padding:0 !important;
    margin:-1px !important;
    overflow:hidden !important;
    clip:rect(0,0,0,0) !important;
    white-space:nowrap !important;
    border:0 !important;
}