/**
 * Comments System Styles
 * Usa !important per sovrascrivere le regole foundation che hanno min-height: 44px !important
 */

/* Pulsante Ordinamento - Stile Filter/Toggle (non action button) */
#sort-toggle-btn {
    padding: 0.35rem 0.9rem !important;
    line-height: 1.2 !important;
    min-height: auto !important;
    background: transparent !important;
    border: 1px solid #d0d0d0 !important;
    color: #666 !important;
    font-weight: normal !important;
    font-size: 0.9rem !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
}

#sort-toggle-btn:hover {
    background: #f5f5f5 !important;
    border-color: #999 !important;
    color: #333 !important;
}

/* Bottoni Like e Segnala */
.comment-item .like-btn {
    background: none !important;
    border: 1px solid #ddd !important;
    padding: 0.3rem 0.6rem !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.3rem !important;
    transition: all 0.3s !important;
    font-size: 0.85rem !important;
    line-height: 1 !important;
    min-height: auto !important;
    min-width: auto !important;
}

.comment-item .like-btn.liked {
    border-color: #4CAF50 !important;
    color: #4CAF50 !important;
}

.comment-item .report-btn {
    background: none !important;
    border: none !important;
    color: #999 !important;
    cursor: pointer !important;
    font-size: 0.85rem !important;
    transition: color 0.3s !important;
    padding: 0.3rem 0.5rem !important;
    line-height: 1 !important;
    min-height: auto !important;
    min-width: auto !important;
}

.comment-item .report-btn:hover {
    color: #666 !important;
}

/* Pulsante Pubblica Commento - Action Button principale */
#comment-form button[type="submit"] {
    padding: 0.6rem 2rem !important;
    line-height: 1.3 !important;
    min-height: auto !important;
}
