/**
 * Common styles for this theme
 */
/* -----------------------------------------------------------------------------
 * 
 * core/site-logo Block
 * 
 * -------------------------------------------------------------------------- */
.wp-block-site-logo.is-style-gtmt-with-shadow {
  -webkit-filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.2666666667));
          filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.2666666667));
}