/* Estilos personalizados para a listagem de comentários no admin */

.comment-type-badge {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    border-radius: 9999px;
    font-size: 0.75rem;
    font-weight: 500;
}

.comment-type-badge.reply {
    background-color: #fef3c7;
    color: #92400e;
}

.comment-type-badge.principal {
    background-color: #dbeafe;
    color: #1e40af;
}

.comment-type-badge svg {
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 0.25rem;
}
