/* Unscarred golden icon system */

img.site-icon-img {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  max-width: 2rem;
  max-height: 2rem;
  object-fit: contain;
  filter: drop-shadow(0 0 6px rgba(196,160,74,0.55));
  flex-shrink: 0;
}

/* Sizing helpers */
img.site-icon-img--sm { width: 1.5rem !important; height: 1.5rem !important; max-width: 1.5rem !important; max-height: 1.5rem !important; }
img.site-icon-img--lg { width: 3rem   !important; height: 3rem   !important; max-width: 3rem   !important; max-height: 3rem   !important; }
img.site-icon-img--xl { width: 4rem   !important; height: 4rem   !important; max-width: 4rem   !important; max-height: 4rem   !important; }
