/*!
 * Lucide Icons - Styling
 * https://lucide.dev/
 * License: ISC (MIT-compatible)
 */

/* Base styling for Lucide icons (JS-rendered SVGs) */
i[data-lucide],
[data-lucide] svg {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}

/* Navigation icon sizing */
.nav-icon[data-lucide],
.nav-icon[data-lucide] svg {
    width: 1.2em;
    height: 1.2em;
    margin-right: 0.5em;
}
