/* Lucide Icons - Basic styles */
.lucide {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 2;
    stroke: currentColor;
    fill: none;
    vertical-align: middle;
}

/* Icon size variants */
.lucide-sm { width: 0.875em; height: 0.875em; }
.lucide-lg { width: 1.25em; height: 1.25em; }
.lucide-xl { width: 1.5em; height: 1.5em; }

/* Common icon styles */
[data-lucide] {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 2;
    stroke: currentColor;
    fill: none;
    vertical-align: middle;
}