:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img) {
    border-radius: 9999px;
}

/* Gutenberg youtube play button css */

/* .container-youtube {
    position: relative;
    display: inline-block;
    width: 1200px; 
    height: 675px; 
} */
.container-youtube .wp-video-play-button {
    display: none; /* Hide the default YouTube play button */
}

.lazy-load-youtube::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px; 
    height: 100px; 
    /* background-image: url('https://upload.wikimedia.org/wikipedia/commons/4/42/YouTube_ico n_%282013-2017%29.png')!important; */
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/b/b8/YouTube_play_button_icon_%282013%E2%80%932017%29.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    opacity: 0.8; 
    cursor: pointer;
    z-index: 2;
}

.wp-block-embed-youtube .wp-block-embed__wrapper .ytp-cued-thumbnail-overlay,
.wp-block-embed-youtube .wp-block-embed__wrapper .ytp-large-play-button {
    display: none !important; 
}
:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img) {
    border-radius: 9999px !important;
}