@charset "UTF-8";
/* =============================================================================
   SVG — Frontend Styles
   Minimal structural selectors for the Motto SVG block.
   ============================================================================= */
:where(.motto-svg) :where(.motto-svg__image, .motto-svg__inline) {
  display: block;
  max-width: 100%;
  height: auto;
  min-width: 1em;
}
