/* Custom 1 */

.bc-featured.bc-featured--a:has(.has-custom-1-background-color){
    .wp-block-post-featured-image{
        box-shadow: 20px 20px 0px 0px var(--wp--preset--color--custom-1);
    }
}

.bc-featured.bc-featured--b:has(.has-custom-1-background-color){
    .wp-block-post-featured-image{
        box-shadow: -20px -20px 0px 0px var(--wp--preset--color--custom-1);
    }
}

/* Custom 2 */

.bc-featured.bc-featured--a:has(.has-custom-2-background-color){
    .wp-block-post-featured-image{
        box-shadow: 20px 20px 0px 0px var(--wp--preset--color--custom-2);
    }
}

.bc-featured.bc-featured--b:has(.has-custom-2-background-color){
    .wp-block-post-featured-image{
        box-shadow: -20px -20px 0px 0px var(--wp--preset--color--custom-2);
    }
}

/* Custom 3 */

.bc-featured.bc-featured--a:has(.has-custom-3-background-color){
    .wp-block-post-featured-image{
        box-shadow: 20px 20px 0px 0px var(--wp--preset--color--custom-1);
    }
}

.bc-featured.bc-featured--b:has(.has-custom-3-background-color){
    .wp-block-post-featured-image{
        box-shadow: -20px -20px 0px 0px var(--wp--preset--color--custom-1);
    }
}