/**
 * Manage Task Specific Styles
 * SOLO fix specifici non coperti da unified-styles.css
 * Creato: 16 Agosto 2025
 */

/* =================================================================
   SOLO FIX SPECIFICI - unified-styles.css gestisce già la maggior parte
   ================================================================= */

/* Fix SOLO per btn-modern obsoleto - dimensioni compatte */
.btn-modern {
    padding: 0.375rem 0.75rem !important;
    font-size: 0.8rem !important;
    min-height: 32px !important;
    line-height: 1.2 !important;
}

.btn-modern i {
    font-size: 0.75rem !important;
}

/* Fix SOLO empty-state layout - unified-styles ha già gli stili button */
.empty-state {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
}

.empty-state p {
    margin-bottom: 20px !important;
}

/* Fix dimensioni compatte per bottoni in manage_task */
#addNewLabelBtn,
.empty-state button {
    padding: 0.375rem 0.75rem !important;
    font-size: 0.8rem !important;
    min-height: 32px !important;
}

#addNewLabelBtn i,
.empty-state button i {
    font-size: 0.75rem !important;
}