/* ============================================================
   BIKYEE — SVG Icon System (Replaces all emoji icons)
   ============================================================ */

.bk-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  flex-shrink: 0;
}
.bk-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.bk-icon--sm { width: 16px; height: 16px; }
.bk-icon--md { width: 20px; height: 20px; }
.bk-icon--lg { width: 24px; height: 24px; }
.bk-icon--xl { width: 32px; height: 32px; }

/* Navbar icon buttons refined */
.bk-nav-icon-btn .bk-icon { width: 20px; height: 20px; }
.bk-bottom-nav__item .bk-icon { width: 22px; height: 22px; margin-bottom: 2px; }
.bk-footer .bk-icon { width: 18px; height: 18px; }
