/* ==========================================================================
   Belec 2026 — Icon helpers (inline SVG sizing)
   ========================================================================== */

.bel-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: middle;
  flex: 0 0 auto;
}
.bel-icon--sm { width: 16px; height: 16px; }
.bel-icon--lg { width: 24px; height: 24px; }
.bel-icon--fill { fill: currentColor; stroke: none; }
