/* Local icon renderer — no external icon font/CDN required */
i.local-fa-ready{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  line-height:1;
  vertical-align:-.125em;
  font-style:normal;
  text-rendering:auto;
}
i.local-fa-ready > svg{
  width:1em;
  height:1em;
  display:block;
  flex:0 0 auto;
  overflow:visible;
  stroke:currentColor;
}
i.local-fa-ready.fa-spin > svg{animation:local-fa-spin 1s linear infinite}
i.local-fa-ready.fa-pulse > svg{animation:local-fa-spin 1s steps(8) infinite}
@keyframes local-fa-spin{to{transform:rotate(360deg)}}
