/* ============================================================================
   RISK DOGOVOR - LUCIDE ICONS
   SVG иконки для модуля оценки рисков договоров
   ============================================================================ */

/* Upload Icon */
.lucide-upload {
    width: 48px;
    height: 48px;
}

/* FileSearch Icon (for loading spinner) */
.lucide-file-search {
    width: 32px;
    height: 32px;
}

/* ChevronLeft Icon */
.lucide-chevron-left {
    width: 20px;
    height: 20px;
}

/* Common SVG styles */
.lucide {
    display: inline-block;
    vertical-align: middle;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}
