/* Support Layout block */

/* Force all SVG icons inside icon containers to fill the 3rem × 3rem box.
   bigredsky.com reference uses width="100%" height="100%" on every SVG;
   our svg_icon_picker sometimes outputs hardcoded width/height="24" attributes. */
.section_layout253 .icon-embed-medium svg,
.section_layout253 .icon-1x1-medium svg {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
