/* Official brand SVG sizing for feature icons */
.features .icon .brand-svg {
  width: 36px;
  height: 36px;
  display: block;
  color: #ffffff;
  justify-self: center;
  align-self: center;
}

/* Ensure images don’t shrink oddly inside flex containers */
.features .icon img.brand-svg {
  object-fit: contain;
}

/* Inline SVGs should inherit color for consistent theming */
.features .icon .brand-svg path,
.features .icon .brand-svg g {
  fill: currentColor;
}