.wp-block {
    max-width:  calc( 100% - 50px );
    margin:0 auto;
}
[data-type="core/shortcode"]{
    padding: 0px 0px 40% 0px !important;
    background-color: rgb(172, 172, 172) !important;
    background-image: url('patterns/images/bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 300px;
    border:solid 1px #666;
}
[data-type="core/shortcode"] *:not(iframe){
    /* opacity: 0 !important;
    visibility: hidden !important;  */
   
}
[data-type="core/shortcode"] .components-placeholder__label {
    display: none;
} 
[data-type="core/shortcode"] .components-placeholder.components-placeholder{
    padding: 0px;
}
/* [data-type="core/shortcode"] textarea {
    position: absolute;
    z-index: 1;
    top: -198px;
    width: calc( 100% - 50px );
    opacity: 0.5;
} */
/* */
/* [data-type="core/shortcode"] .components-placeholder{
    position: absolute;
    top:-200px;
} */
/* footer .is-layout-flex {
    flex-wrap: wrap;
    align-items: start !important;
} */
 .notice {
    display: none !important;
 }
 .editor-notices .notice {
    display: block !important;
 }