/**
 *
 *  Style for Kadence Post and Post Grid Blocks.
 *
 *  This template can be overridden by copying it to 
 *  yourtheme/compassion-in-action/third-party/kadence/blocks/style.css.
 *
*/

.wp-block-kadence-posts article.cia {
    background: rgb(255 255 255 / 80%);
    padding:  1rem;
    box-shadow: 0 0 5px 5px rgb(255 255 255 /80%);
    margin: min(10px, 1vw) min(20px, 2vw);
    border-radius: 0.5rem;
}

.wp-block-kadence-posts article.cia .post-thumbnail-inner {
    padding: 12px;
}

.wp-block-kadence-posts article.cia .post-thumbnail-inner img {
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 30%);
    border-radius: 0.2em;
}

/* Kadence Post Grid Block */

.kt-blocks-post-grid-item.cia .kadence-post-image a{
    margin: 10px;
}

.kt-blocks-post-grid-item.cia .kadence-post-image img{
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 30%);
    border-radius: 0.2em;
}