/* Minimal Bootstrap Icons Fallback - for demo use real CDN for full coverage! */
[class^="bi-"], [class*=" bi-"] {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -.125em;
  fill: currentColor;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  text-rendering: auto;
}

.bi-list::before { content: "\2630"; font-size: 1.25em; }     /* ☰ */
.bi-x::before { content: "\00d7"; font-size: 1.25em; }        /* × */
.bi-twitter::before { content: "\f099"; font-family: Arial, sans-serif; }   /* fallback */
.bi-facebook::before, .bi-facebook-f::before { content: "\f09a"; font-family: Arial, sans-serif; }
.bi-instagram::before { content: "\f16d"; font-family: Arial, sans-serif; }
.bi-linkedin::before, .bi-linkedin-in::before { content: "\f0e1"; font-family: Arial, sans-serif; }
