/* フロントエンド用画像シャドウCSS */
.wp-block-image:not(.has-drop-shadow) img {
  box-shadow: none !important;
}

.wp-block-image.has-drop-shadow img {
  box-shadow: 0 0 1rem rgba(46, 51, 48, .1);
} 
