/* ===========================================
   Lucide Icons - Tool Pages
   Shared styles for consistent icon rendering
   =========================================== */

/* Base: all lucide icons */
[data-lucide] {
    display: inline-block;
    vertical-align: middle;
    stroke: currentColor;
    stroke-width: 1.8;
    fill: none;
}

/* Header title icon */
.header h1 [data-lucide] {
    width: 22px;
    height: 22px;
    vertical-align: -2px;
    margin-right: 4px;
}

/* Upload zone icon */
.upload-icon [data-lucide] {
    width: 40px;
    height: 40px;
    stroke-width: 1.2;
    opacity: 0.5;
}

/* Option/button icons */
.option-icon [data-lucide],
.btn [data-lucide] {
    width: 18px;
    height: 18px;
    vertical-align: -3px;
}

/* Section heading icons (FAQ, Features, Related) */
h2 [data-lucide],
h3 [data-lucide] {
    width: 20px;
    height: 20px;
    vertical-align: -3px;
}

/* Feature list icons */
.feature-item [data-lucide],
.features [data-lucide] {
    width: 18px;
    height: 18px;
}

/* Related tool link icons */
.related-tools [data-lucide],
.related-tool-link [data-lucide] {
    width: 16px;
    height: 16px;
    vertical-align: -2px;
}

/* Language switcher icon */
.lang-switch [data-lucide] {
    width: 16px;
    height: 16px;
    vertical-align: -2px;
}

/* Nav / breadcrumb icons */
nav [data-lucide],
.breadcrumb [data-lucide] {
    width: 14px;
    height: 14px;
    vertical-align: -2px;
}

/* Footer icons */
footer [data-lucide] {
    width: 16px;
    height: 16px;
    vertical-align: -2px;
}
